3 Commits

Author SHA1 Message Date
425975a59f Update src/app/page.tsx 2026-04-12 11:25:32 +00:00
c192346750 Update src/app/page.tsx 2026-04-12 11:24:58 +00:00
77a283a70b Merge version_3 into main
Merge version_3 into main
2026-04-12 11:18:58 +00:00

View File

@@ -105,6 +105,17 @@ export default function LandingPage() {
/>
</div>
<div id="cta" data-section="cta">
<ContactCenter
tag="Limited Availability"
title="Stop Guessing. Start Growing."
description="My consulting spots for the upcoming season are filling fast. Secure your audit now to dominate the search rankings."
buttonText="Book Your Strategy Session"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
@@ -121,14 +132,17 @@ export default function LandingPage() {
logoText="Sarah Franks"
columns={[
{
title: "Navigation", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" },
title: "The Brand", items: [
{ label: "Etsy Expert Consulting", href: "#about" },
{ label: "Shop SEO Specialists", href: "#services" },
{ label: "Proven Growth Methods", href: "#testimonials" },
],
},
{
title: "Connect", items: [{ label: "Email: sarahfrankbooks@gmail.com", href: "mailto:sarahfrankbooks@gmail.com" }],
title: "Connect", items: [
{ label: "Email: sarahfrankbooks@gmail.com", href: "mailto:sarahfrankbooks@gmail.com" },
{ label: "Follow on Instagram", href: "#" },
],
},
{
title: "Legal", items: [
@@ -137,6 +151,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 Sarah Franks Consulting. All Rights Reserved."
/>
</div>
</ReactLenis>