5 Commits

Author SHA1 Message Date
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
1c21fb6316 Update src/app/page.tsx 2026-04-12 11:18:12 +00:00
2772bc6c84 Merge version_1 into main
Merge version_1 into main
2026-04-11 21:08:03 +00:00
c4ff71b5fa Merge version_1 into main
Merge version_1 into main
2026-04-10 14:57:54 +00:00

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "#home" },
name: "Home", { name: "About", id: "#about" },
id: "#home", { name: "Services", id: "#services" },
}, { name: "Testimonials", id: "#testimonials" },
{ { name: "Contact", id: "#contact" },
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
]} ]}
brandName="Sarah Franks" brandName="Sarah Franks"
/> />
@@ -56,43 +41,18 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars",
}}
title="Scale Your Etsy Business With Proven Strategies" title="Scale Your Etsy Business With Proven Strategies"
description="I'm Sarah Franks. I help creative sellers turn their passion into profitable, sustainable Etsy stores through data-driven SEO, optimized listings, and expert brand consulting." description="I'm Sarah Franks. I help creative sellers turn their passion into profitable, sustainable Etsy stores through data-driven SEO, optimized listings, and expert brand consulting."
tag="Etsy Growth Expert" tag="Etsy Growth Expert"
buttons={[ buttons={[{ text: "Book a Consultation", href: "#contact" }]}
{
text: "Book a Consultation",
href: "#contact",
},
]}
mediaItems={[ mediaItems={[
{ { imageSrc: "http://img.b2bpic.net/free-photo/handcraft-handmade-diy-skills-drawing_53876-125030.jpg?id=17133979", imageAlt: "Etsy Business Consulting" },
imageSrc: "http://img.b2bpic.net/free-photo/handcraft-handmade-diy-skills-drawing_53876-125030.jpg?id=17133979", { imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-collection-terrazzo-drawing-style-theme_23-2148437631.jpg?id=6934988", imageAlt: "Strategy Session" },
imageAlt: "Etsy Business Consulting", { imageSrc: "http://img.b2bpic.net/premium-photo/closeup-black-businesswoman-typing-laptop-keyboard-office-alone_1067349-20135.jpg?id=337242776", imageAlt: "SEO Audit" },
}, { imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013603.jpg?id=3573477", imageAlt: "Listing Optimization" },
{ { imageSrc: "http://img.b2bpic.net/free-photo/florist-speaking-phone-making-notes_23-2147762229.jpg?id=1783873", imageAlt: "Brand Growth" },
imageSrc: "http://img.b2bpic.net/free-vector/sale-instagram-stories-collection-terrazzo-drawing-style-theme_23-2148437631.jpg?id=6934988", { imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947471.jpg?id=34914346", imageAlt: "Success Coaching" },
imageAlt: "Strategy Session",
},
{
imageSrc: "http://img.b2bpic.net/premium-photo/closeup-black-businesswoman-typing-laptop-keyboard-office-alone_1067349-20135.jpg?id=337242776",
imageAlt: "SEO Audit",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013603.jpg?id=3573477",
imageAlt: "Listing Optimization",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/florist-speaking-phone-making-notes_23-2147762229.jpg?id=1783873",
imageAlt: "Brand Growth",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947471.jpg?id=34914346",
imageAlt: "Success Coaching",
},
]} ]}
tagIcon={Sparkles} tagIcon={Sparkles}
/> />
@@ -105,18 +65,9 @@ export default function LandingPage() {
title="Your Partner in Etsy Success" title="Your Partner in Etsy Success"
description="With over 8 years in the e-commerce space, I specialize in navigating Etsy's complex algorithm. I don't just teach you what to do; I show you how to build a lasting brand that ranks consistently and converts visitors into loyal fans." description="With over 8 years in the e-commerce space, I specialize in navigating Etsy's complex algorithm. I don't just teach you what to do; I show you how to build a lasting brand that ranks consistently and converts visitors into loyal fans."
bulletPoints={[ bulletPoints={[
{ { title: "SEO Mastery", description: "High-intent keyword research to drive organic traffic." },
title: "SEO Mastery", { title: "Listing Audit", description: "Conversion-focused critiques for every single SKU." },
description: "High-intent keyword research to drive organic traffic.", { title: "Brand Strategy", description: "Defining your visual identity to stand out in a saturated market." },
},
{
title: "Listing Audit",
description: "Conversion-focused critiques for every single SKU.",
},
{
title: "Brand Strategy",
description: "Defining your visual identity to stand out in a saturated market.",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAegbes1wvfTFcAztTGnrVbdTf/uploaded-1775833828697-80wz7h0n.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAegbes1wvfTFcAztTGnrVbdTf/uploaded-1775833828697-80wz7h0n.jpg"
imageAlt="Sarah Franks, Etsy Expert" imageAlt="Sarah Franks, Etsy Expert"
@@ -129,21 +80,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { icon: Search, title: "SEO Audit & Strategy", description: "Uncover hidden opportunities for your shop rank." },
icon: Search, { icon: Camera, title: "Listing Optimization", description: "From titles to tags, I ensure every listing works." },
title: "SEO Audit & Strategy", { icon: BarChart, title: "Growth Performance", description: "Translate your analytics into actionable growth steps." },
description: "Uncover hidden opportunities for your shop rank.",
},
{
icon: Camera,
title: "Listing Optimization",
description: "From titles to tags, I ensure every listing works.",
},
{
icon: BarChart,
title: "Growth Performance",
description: "Translate your analytics into actionable growth steps.",
},
]} ]}
title="My Specialized Services" title="My Specialized Services"
description="Tailored solutions for every stage of your Etsy store journey." description="Tailored solutions for every stage of your Etsy store journey."
@@ -155,46 +94,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", title: "Game Changer", quote: "Sarah's SEO strategy doubled my views in just one month!", name: "Alice M.", role: "Shop Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-make-selfie-by-camera-sitting-sofa-home_839833-33209.jpg" },
id: "1", { id: "2", title: "Expertise Worth Every Penny", quote: "I finally understand the algorithm. My sales have been consistent ever since.", name: "Ben T.", role: "Creative Entrepreneur", imageSrc: "http://img.b2bpic.net/side-view-woman-holding-tablet_23-2149927578.jpg" },
title: "Game Changer", { id: "3", title: "Clarity & Growth", quote: "The shop audit was eye-opening. Sarah is incredibly knowledgeable.", name: "Carla S.", role: "Small Business Owner", imageSrc: "http://img.b2bpic.net/smiling-businesswoman-standing-airport_107420-63594.jpg" },
quote: "Sarah's SEO strategy doubled my views in just one month!", { id: "4", title: "Professional Excellence", quote: "From brand design to listing copy, Sarah transformed my store.", name: "David R.", role: "Etsy Seller", imageSrc: "http://img.b2bpic.net/young-tattooer-dreamily-looking-camera-spending-time-modern-tattoo-studio_574295-673.jpg" },
name: "Alice M.", { id: "5", title: "Highly Recommend", quote: "A must-hire for anyone serious about growing on Etsy.", name: "Elena V.", role: "Digital Product Designer", imageSrc: "http://img.b2bpic.net/young-smiling-lady-with-dark-curly-hair-white-costume-sitting-table-with-cup-coffee-laptop-while-happily-looking-camera-cafe-street_574295-3298.jpg" },
role: "Shop Owner",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-make-selfie-by-camera-sitting-sofa-home_839833-33209.jpg",
},
{
id: "2",
title: "Expertise Worth Every Penny",
quote: "I finally understand the algorithm. My sales have been consistent ever since.",
name: "Ben T.",
role: "Creative Entrepreneur",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg",
},
{
id: "3",
title: "Clarity & Growth",
quote: "The shop audit was eye-opening. Sarah is incredibly knowledgeable.",
name: "Carla S.",
role: "Small Business Owner",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
},
{
id: "4",
title: "Professional Excellence",
quote: "From brand design to listing copy, Sarah transformed my store.",
name: "David R.",
role: "Etsy Seller",
imageSrc: "http://img.b2bpic.net/free-photo/young-tattooer-dreamily-looking-camera-spending-time-modern-tattoo-studio_574295-673.jpg",
},
{
id: "5",
title: "Highly Recommend",
quote: "A must-hire for anyone serious about growing on Etsy.",
name: "Elena V.",
role: "Digital Product Designer",
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-lady-with-dark-curly-hair-white-costume-sitting-table-with-cup-coffee-laptop-while-happily-looking-camera-cafe-street_574295-3298.jpg",
},
]} ]}
title="Proven Success Stories" title="Proven Success Stories"
description="Hear what fellow sellers are achieving with Sarah Franks." description="Hear what fellow sellers are achieving with Sarah Franks."
@@ -204,12 +108,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "animated-grid" }}
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." 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>
@@ -219,46 +121,19 @@ export default function LandingPage() {
logoText="Sarah Franks" logoText="Sarah Franks"
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [ { label: "About", href: "#about" },
{ { label: "Services", href: "#services" },
label: "About", { label: "Contact", href: "#contact" },
href: "#about",
},
{
label: "Services",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
], ],
}, },
{ {
title: "Social", title: "Connect", items: [{ label: "Email: sarahfrankbooks@gmail.com", href: "mailto:sarahfrankbooks@gmail.com" }],
items: [
{
label: "Instagram",
href: "#",
},
{
label: "LinkedIn",
href: "#",
},
],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [ { label: "Privacy Policy", href: "#" },
{ { label: "Terms of Service", href: "#" },
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
], ],
}, },
]} ]}