2 Commits

Author SHA1 Message Date
a132671f65 Update src/app/page.tsx 2026-02-05 08:49:13 +00:00
789d59717f Bob AI: Change the image on the hero section to a clean en... 2026-02-05 08:17:00 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -33,8 +33,10 @@ export default function LandingPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Writing", id: "writing" }, { name: "Writing", id: "writing" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
]}
{ name: "Blog", id: "/blog" },
]}
button={{ text: "Get in touch", href: "contact" }} button={{ text: "Get in touch", href: "contact" }}
brandName="Founder" brandName="Founder"
/> />

View File

@@ -131,7 +131,7 @@ const HeroLogoBillboard = ({
</div> </div>
<div className="relative z-1 p-0"> <div className="relative z-1 p-0">
<MediaContent <MediaContent
imageSrc={imageSrc} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
videoSrc={videoSrc} videoSrc={videoSrc}
imageAlt={imageAlt} imageAlt={imageAlt}
videoAriaLabel={videoAriaLabel} videoAriaLabel={videoAriaLabel}
@@ -142,7 +142,7 @@ const HeroLogoBillboard = ({
) : ( ) : (
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4", mediaWrapperClassName)}> <div className={cls("w-full overflow-hidden rounded-theme-capped card p-4", mediaWrapperClassName)}>
<MediaContent <MediaContent
imageSrc={imageSrc} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
videoSrc={videoSrc} videoSrc={videoSrc}
imageAlt={imageAlt} imageAlt={imageAlt}
videoAriaLabel={videoAriaLabel} videoAriaLabel={videoAriaLabel}