5 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
bb39bca939 Update src/app/page.tsx 2026-04-12 11:18:55 +00:00
8e0e1c9eb4 Merge version_2 into main
Merge version_2 into main
2026-04-12 11:18:15 +00:00

View File

@@ -105,13 +105,24 @@ export default function LandingPage() {
/> />
</div> </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"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
tag="Consultation Inquiry" tag="Consultation Inquiry"
title="Ready to Grow?" title="Ready to Grow?"
description="Let's discuss your shop's goals and create a roadmap to hit your revenue targets. Contact me at sarah.franks.etsy@gmail.com" description="Let's discuss your shop's goals and create a roadmap to hit your revenue targets. Contact me at sarahfrankbooks@gmail.com"
tagIcon={Mail} tagIcon={Mail}
/> />
</div> </div>
@@ -121,14 +132,17 @@ export default function LandingPage() {
logoText="Sarah Franks" logoText="Sarah Franks"
columns={[ columns={[
{ {
title: "Navigation", items: [ title: "The Brand", items: [
{ label: "About", href: "#about" }, { label: "Etsy Expert Consulting", href: "#about" },
{ label: "Services", href: "#services" }, { label: "Shop SEO Specialists", href: "#services" },
{ label: "Contact", href: "#contact" }, { label: "Proven Growth Methods", href: "#testimonials" },
], ],
}, },
{ {
title: "Connect", items: [{ label: "Email: sarah.franks.etsy@gmail.com", href: "mailto:sarah.franks.etsy@gmail.com" }], title: "Connect", items: [
{ label: "Email: sarahfrankbooks@gmail.com", href: "mailto:sarahfrankbooks@gmail.com" },
{ label: "Follow on Instagram", href: "#" },
],
}, },
{ {
title: "Legal", items: [ title: "Legal", items: [
@@ -137,6 +151,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2025 Sarah Franks Consulting. All Rights Reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>