3 Commits

2 changed files with 118 additions and 116 deletions

View File

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

View File

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