Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b92536ed54 | |||
| 0406758f8c | |||
| 0ab3749080 | |||
| 30167c732f | |||
| 1288cb4531 | |||
| 9db33fa96a | |||
| 763f6d418f | |||
| 75f329c840 | |||
| 293622d63c | |||
| 35f1040a42 | |||
| 096d27bf3c | |||
| a99d449413 | |||
| 425975a59f | |||
| 5db5319c26 | |||
| c192346750 | |||
| 77a283a70b | |||
| bb39bca939 | |||
| 8e0e1c9eb4 |
@@ -105,13 +105,24 @@ 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}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Consultation Inquiry"
|
||||
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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: 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: [
|
||||
@@ -137,6 +151,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Sarah Franks Consulting. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user