Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 425975a59f | |||
| c192346750 | |||
| 77a283a70b | |||
| bb39bca939 | |||
| 8e0e1c9eb4 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user