Update src/app/page.tsx
This commit is contained in:
197
src/app/page.tsx
197
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Ad Funnels", href: "/services" },
|
||||
{ label: "VSL Systems", href: "/services" },
|
||||
{ label: "Webinar Funnels", href: "/services" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -114,64 +111,34 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: "ads-funnels",
|
||||
title: "Performance Ad Funnels",
|
||||
description:
|
||||
"Strategic ad campaigns paired with optimized landing pages and follow-up sequences that drive qualified leads and maximize ROI on ad spend.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-visual-representation-of-a-performance-1772481992967-6255d363.png?_wi=1",
|
||||
imageAlt: "Performance ad funnel system",
|
||||
},
|
||||
id: "ads-funnels", title: "Performance Ad Funnels", description:
|
||||
"Strategic ad campaigns paired with optimized landing pages and follow-up sequences that drive qualified leads and maximize ROI on ad spend.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-visual-representation-of-a-performance-1772481992967-6255d363.png", imageAlt: "Performance ad funnel system"},
|
||||
{
|
||||
id: "vsl-funnels",
|
||||
title: "Video Sales Letter Funnels",
|
||||
description:
|
||||
"High-converting VSL sequences that leverage psychological triggers and storytelling to convert cold prospects into eager buyers.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-modern-video-sales-letter-interface-sh-1772481989729-822b1372.png?_wi=1",
|
||||
imageAlt: "Video sales letter funnel",
|
||||
},
|
||||
id: "vsl-funnels", title: "Video Sales Letter Funnels", description:
|
||||
"High-converting VSL sequences that leverage psychological triggers and storytelling to convert cold prospects into eager buyers.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-modern-video-sales-letter-interface-sh-1772481989729-822b1372.png", imageAlt: "Video sales letter funnel"},
|
||||
{
|
||||
id: "webinar-funnels",
|
||||
title: "Webinar Funnels",
|
||||
description:
|
||||
"End-to-end webinar systems from registration to upsells, with proven frameworks that convert attendees into high-ticket clients.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-professional-webinar-platform-interfac-1772481989381-ab3b2ebe.png?_wi=1",
|
||||
imageAlt: "Webinar funnel system",
|
||||
},
|
||||
id: "webinar-funnels", title: "Webinar Funnels", description:
|
||||
"End-to-end webinar systems from registration to upsells, with proven frameworks that convert attendees into high-ticket clients.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-professional-webinar-platform-interfac-1772481989381-ab3b2ebe.png", imageAlt: "Webinar funnel system"},
|
||||
{
|
||||
id: "challenge-funnels",
|
||||
title: "Challenge Funnels",
|
||||
description:
|
||||
"Multi-day challenge sequences that build authority, engage your audience, and create natural progression to paid offers.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-multi-day-challenge-program-sequence-s-1772482023139-10c65570.png?_wi=1",
|
||||
imageAlt: "Challenge funnel architecture",
|
||||
},
|
||||
id: "challenge-funnels", title: "Challenge Funnels", description:
|
||||
"Multi-day challenge sequences that build authority, engage your audience, and create natural progression to paid offers.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-multi-day-challenge-program-sequence-s-1772482023139-10c65570.png", imageAlt: "Challenge funnel architecture"},
|
||||
{
|
||||
id: "ai-automation",
|
||||
title: "AI Marketing Automation",
|
||||
description:
|
||||
"Intelligent automation systems that personalize customer journeys, segment audiences, and optimize every touchpoint with AI precision.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-sophisticated-ai-marketing-automation--1772481991242-229c27ac.png?_wi=1",
|
||||
imageAlt: "AI-powered marketing automation",
|
||||
},
|
||||
id: "ai-automation", title: "AI Marketing Automation", description:
|
||||
"Intelligent automation systems that personalize customer journeys, segment audiences, and optimize every touchpoint with AI precision.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-sophisticated-ai-marketing-automation--1772481991242-229c27ac.png", imageAlt: "AI-powered marketing automation"},
|
||||
{
|
||||
id: "conversion-optimization",
|
||||
title: "Conversion Optimization",
|
||||
description:
|
||||
"Data-driven optimization strategies that continuously test and refine every element of your funnel for maximum conversions.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-detailed-a-b-testing-and-conversion-op-1772481990062-f638ba92.png?_wi=1",
|
||||
imageAlt: "Conversion optimization dashboard",
|
||||
},
|
||||
id: "conversion-optimization", title: "Conversion Optimization", description:
|
||||
"Data-driven optimization strategies that continuously test and refine every element of your funnel for maximum conversions.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/a-detailed-a-b-testing-and-conversion-op-1772481990062-f638ba92.png", imageAlt: "Conversion optimization dashboard"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Explore All Services", href: "/services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -185,23 +152,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-design-for-whop-a-mode-1772481987841-ff6b1612.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-sendblue-a-communi-1772481988709-572fe37c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-fanbasis-a-fan-eng-1772481988846-0eed11f9.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/tiktok-partner-network-official-badge-or-1772481989165-5e2712a9.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-hyros-a-marketing--1772481989176-4579a1ff.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/generic-professional-business-logo-for-a-1772481988024-a117f484.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-a-modern-saas-or-t-1772481989139-f1709da7.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-design-for-whop-a-mode-1772481987841-ff6b1612.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-sendblue-a-communi-1772481988709-572fe37c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-fanbasis-a-fan-eng-1772481988846-0eed11f9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/tiktok-partner-network-official-badge-or-1772481989165-5e2712a9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-hyros-a-marketing--1772481989176-4579a1ff.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/generic-professional-business-logo-for-a-1772481988024-a117f484.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-logo-for-a-modern-saas-or-t-1772481989139-f1709da7.png"]}
|
||||
names={[
|
||||
"Whop",
|
||||
"SendBlue",
|
||||
"FanBasis",
|
||||
"TikTok Partner Network",
|
||||
"Hyros Agency Partner",
|
||||
"Top Tier E-Commerce",
|
||||
"SaaS Growth Leaders",
|
||||
]}
|
||||
"Whop", "SendBlue", "FanBasis", "TikTok Partner Network", "Hyros Agency Partner", "Top Tier E-Commerce", "SaaS Growth Leaders"]}
|
||||
speed={50}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -214,32 +167,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "revenue-generated",
|
||||
value: "$15M+",
|
||||
description:
|
||||
"Total revenue generated for clients through optimized funnel systems and conversion strategies",
|
||||
},
|
||||
id: "revenue-generated", value: "$15M+", description:
|
||||
"Total revenue generated for clients through optimized funnel systems and conversion strategies"},
|
||||
{
|
||||
id: "client-growth",
|
||||
value: "300%",
|
||||
description:
|
||||
"Average revenue growth for clients within their first 6 months of partnership",
|
||||
},
|
||||
id: "client-growth", value: "300%", description:
|
||||
"Average revenue growth for clients within their first 6 months of partnership"},
|
||||
{
|
||||
id: "conversion-lift",
|
||||
value: "45%",
|
||||
description:
|
||||
"Average increase in conversion rates across all funnel stages with our optimization",
|
||||
},
|
||||
id: "conversion-lift", value: "45%", description:
|
||||
"Average increase in conversion rates across all funnel stages with our optimization"},
|
||||
{
|
||||
id: "roi-multiplier",
|
||||
value: "8.5x",
|
||||
description:
|
||||
"Average return on marketing investment for high-ticket funnel systems",
|
||||
},
|
||||
id: "roi-multiplier", value: "8.5x", description:
|
||||
"Average return on marketing investment for high-ticket funnel systems"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -256,65 +197,29 @@ export default function HomePage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Kim",
|
||||
handle: "@davidkim_ceo",
|
||||
testimonial:
|
||||
"ClientLaunch transformed our marketing entirely. We went from struggling to find clients to having a waitlist of qualified prospects. The funnel systems are incredible.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-bus-1772481989188-2fcabc06.png",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "1", name: "David Kim", handle: "@davidkim_ceo", testimonial:
|
||||
"ClientLaunch transformed our marketing entirely. We went from struggling to find clients to having a waitlist of qualified prospects. The funnel systems are incredible.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-bus-1772481989188-2fcabc06.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Anderson",
|
||||
handle: "@jessica_scaling",
|
||||
testimonial:
|
||||
"The AI automation they set up saves us 20+ hours per week while increasing conversion rates. Best investment we've made in our business.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-fem-1772481990750-42588085.png",
|
||||
imageAlt: "Jessica Anderson",
|
||||
},
|
||||
id: "2", name: "Jessica Anderson", handle: "@jessica_scaling", testimonial:
|
||||
"The AI automation they set up saves us 20+ hours per week while increasing conversion rates. Best investment we've made in our business.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-fem-1772481990750-42588085.png", imageAlt: "Jessica Anderson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Washington",
|
||||
handle: "@marcus_growth",
|
||||
testimonial:
|
||||
"From the initial strategy session to implementation, everything was professional and results-focused. We've already seen a 200% ROI improvement.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-mal-1772481988192-c7760166.png",
|
||||
imageAlt: "Marcus Washington",
|
||||
},
|
||||
id: "3", name: "Marcus Washington", handle: "@marcus_growth", testimonial:
|
||||
"From the initial strategy session to implementation, everything was professional and results-focused. We've already seen a 200% ROI improvement.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-mal-1772481988192-c7760166.png", imageAlt: "Marcus Washington"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Patel",
|
||||
handle: "@priya_ventures",
|
||||
testimonial:
|
||||
"Their webinar funnel system alone has generated $1.2M in revenue for us. I couldn't recommend them more highly to any high-ticket business.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-fem-1772481988654-193ef157.png",
|
||||
imageAlt: "Priya Patel",
|
||||
},
|
||||
id: "4", name: "Priya Patel", handle: "@priya_ventures", testimonial:
|
||||
"Their webinar funnel system alone has generated $1.2M in revenue for us. I couldn't recommend them more highly to any high-ticket business.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-fem-1772481988654-193ef157.png", imageAlt: "Priya Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Taylor",
|
||||
handle: "@robert_digital",
|
||||
testimonial:
|
||||
"The VSL implementation was a game-changer. Our conversion rates increased by 180% and customer acquisition cost dropped significantly.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-mal-1772481988462-80a91815.png",
|
||||
imageAlt: "Robert Taylor",
|
||||
},
|
||||
id: "5", name: "Robert Taylor", handle: "@robert_digital", testimonial:
|
||||
"The VSL implementation was a game-changer. Our conversion rates increased by 180% and customer acquisition cost dropped significantly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-mal-1772481988462-80a91815.png", imageAlt: "Robert Taylor"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sofia Rodriguez",
|
||||
handle: "@sofia_scale",
|
||||
testimonial:
|
||||
"What impressed me most was their hands-on approach. They don't just hand you systems—they ensure everything is optimized for YOUR business specifically.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-fem-1772481988677-00cafb31.png",
|
||||
imageAlt: "Sofia Rodriguez",
|
||||
},
|
||||
id: "6", name: "Sofia Rodriguez", handle: "@sofia_scale", testimonial:
|
||||
"What impressed me most was their hands-on approach. They don't just hand you systems—they ensure everything is optimized for YOUR business specifically.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2tlit0ePB9XbQB9MgpO1Mm7Z/professional-headshot-of-a-confident-fem-1772481988677-00cafb31.png", imageAlt: "Sofia Rodriguez"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user