Merge version_1 into main #2
348
src/app/page.tsx
348
src/app/page.tsx
@@ -31,28 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Mechanism",
|
||||
id: "mechanism",
|
||||
},
|
||||
{
|
||||
name: "Proof",
|
||||
id: "proof",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "Mechanism", id: "mechanism" },
|
||||
{ name: "Proof", id: "proof" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
brandName="ELITE"
|
||||
button={{
|
||||
text: "Book Strategy Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Book Strategy Call", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,77 +46,14 @@ export default function LandingPage() {
|
||||
title="We turn websites into 24/7 sales machines that generate qualified calls."
|
||||
description="Stop settling for pretty designs. We implement conversion-driven UI/UX systems that translate traffic into high-ticket revenue for medical clinics, SaaS, and coaches."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "CEO, HealthClinic",
|
||||
testimonial: "Revenue increased by 40% in two months.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vitality-stylish-handsome-athlete-empty_1134-1337.jpg?_wi=1",
|
||||
imageAlt: "minimal software interface dashboard",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "Founder, SaaS Co",
|
||||
testimonial: "The best investment we've made this year.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-bar-chart-diagram-statistics-graphic_53876-133785.jpg?_wi=1",
|
||||
imageAlt: "minimal software interface dashboard",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "Coach",
|
||||
testimonial: "My calendar is finally full of qualified leads.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg?_wi=1",
|
||||
imageAlt: "minimal software interface dashboard",
|
||||
},
|
||||
{
|
||||
name: "Elena P.",
|
||||
handle: "Clinic Director",
|
||||
testimonial: "The design system paid for itself in one week.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-134149.jpg?_wi=1",
|
||||
imageAlt: "minimal software interface dashboard",
|
||||
},
|
||||
{
|
||||
name: "Chris M.",
|
||||
handle: "SaaS Founder",
|
||||
testimonial: "Simply world-class results every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-office-using-financial-application-ui-pc-screen_482257-124979.jpg?_wi=1",
|
||||
imageAlt: "minimal software interface dashboard",
|
||||
},
|
||||
{ name: "Alex R.", handle: "CEO, HealthClinic", testimonial: "Revenue increased by 40% in two months.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vitality-stylish-handsome-athlete-empty_1134-1337.jpg" },
|
||||
{ name: "Sarah J.", handle: "Founder, SaaS Co", testimonial: "The best investment we've made this year.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/graph-bar-chart-diagram-statistics-graphic_53876-133785.jpg" },
|
||||
{ name: "Mark D.", handle: "Coach", testimonial: "My calendar is finally full of qualified leads.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
|
||||
{ name: "Elena P.", handle: "Clinic Director", testimonial: "The design system paid for itself in one week.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-134149.jpg" },
|
||||
{ name: "Chris M.", handle: "SaaS Founder", testimonial: "Simply world-class results every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-home-office-using-financial-application-ui-pc-screen_482257-124979.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Strategy Call",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vitality-stylish-handsome-athlete-empty_1134-1337.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg",
|
||||
alt: "Portrait of client Alex R",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
|
||||
alt: "Portrait of client Sarah J",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg",
|
||||
alt: "Portrait of client Mark D",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg",
|
||||
alt: "Portrait of client Elena P",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg",
|
||||
alt: "Portrait of client Chris M",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ High-Ticket Founders"
|
||||
buttons={[{ text: "Book Strategy Call", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vitality-stylish-handsome-athlete-empty_1134-1337.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,18 +64,9 @@ export default function LandingPage() {
|
||||
title="Your website is currently leaking money."
|
||||
description="Low conversion rates, wasted ad spend, and disjointed UX aren't just technical issues—they are revenue killers. You are losing high-ticket clients to competitors who offer a better, more authoritative user experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Poor UX = Abandoned Funnels",
|
||||
description: "Users leave when your journey feels confusing.",
|
||||
},
|
||||
{
|
||||
title: "Generic Design = Zero Trust",
|
||||
description: "Clients buy from businesses that look elite.",
|
||||
},
|
||||
{
|
||||
title: "Low Conversions = Wasted Capital",
|
||||
description: "Traffic is expensive. Convert it, don't lose it.",
|
||||
},
|
||||
{ title: "Poor UX = Abandoned Funnels", description: "Users leave when your journey feels confusing." },
|
||||
{ title: "Generic Design = Zero Trust", description: "Clients buy from businesses that look elite." },
|
||||
{ title: "Low Conversions = Wasted Capital", description: "Traffic is expensive. Convert it, don't lose it." }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"
|
||||
@@ -167,21 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Deep Audit",
|
||||
description: "Analyzing your current funnel weaknesses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-bar-chart-diagram-statistics-graphic_53876-133785.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Strategic Design",
|
||||
description: "Building high-intent UI that guides users.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-office-using-financial-application-ui-pc-screen_482257-124979.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Conversion Optimization",
|
||||
description: "Continuous testing for peak performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-workers-finetuning-system-settings-green-screen-pc_482257-118425.jpg",
|
||||
},
|
||||
{ title: "Deep Audit", description: "Analyzing your current funnel weaknesses.", imageSrc: "http://img.b2bpic.net/free-photo/graph-bar-chart-diagram-statistics-graphic_53876-133785.jpg" },
|
||||
{ title: "Strategic Design", description: "Building high-intent UI that guides users.", imageSrc: "http://img.b2bpic.net/free-photo/woman-home-office-using-financial-application-ui-pc-screen_482257-124979.jpg" },
|
||||
{ title: "Conversion Optimization", description: "Continuous testing for peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-workers-finetuning-system-settings-green-screen-pc_482257-118425.jpg" }
|
||||
]}
|
||||
title="The Conversion-Driven System."
|
||||
description="We replace guesswork with data. Our framework ensures every pixel works toward booked strategy calls."
|
||||
@@ -193,61 +94,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Conversion",
|
||||
name: "Revenue-Focused Design",
|
||||
price: "High Impact",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-guy-enjoying-artificial-intelligence-vr-glasses-studio_482257-115422.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Strategy",
|
||||
name: "UX Optimization",
|
||||
price: "High Impact",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100722.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Brand",
|
||||
name: "Authority Branding",
|
||||
price: "High Impact",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-modern-virtual-technologies-hands-touching-screen_1212-720.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Growth",
|
||||
name: "Conversion Strategy",
|
||||
price: "High Impact",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-computers-data-center-running-server-rigs-diagnostic-tests_482257-123527.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Scale",
|
||||
name: "Funnel Optimization",
|
||||
price: "High Impact",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-professional-with-futuristic-interface_482257-130652.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Elite",
|
||||
name: "VIP Growth Partner",
|
||||
price: "High Impact",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150515784.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Conversion", name: "Revenue-Focused Design", price: "High Impact", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-guy-enjoying-artificial-intelligence-vr-glasses-studio_482257-115422.jpg" },
|
||||
{ id: "2", brand: "Strategy", name: "UX Optimization", price: "High Impact", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100722.jpg" },
|
||||
{ id: "3", brand: "Brand", name: "Authority Branding", price: "High Impact", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-modern-virtual-technologies-hands-touching-screen_1212-720.jpg" },
|
||||
{ id: "4", brand: "Growth", name: "Conversion Strategy", price: "High Impact", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-computers-data-center-running-server-rigs-diagnostic-tests_482257-123527.jpg" },
|
||||
{ id: "5", brand: "Scale", name: "Funnel Optimization", price: "High Impact", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/female-professional-with-futuristic-interface_482257-130652.jpg" },
|
||||
{ id: "6", brand: "Elite", name: "VIP Growth Partner", price: "High Impact", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150515784.jpg" }
|
||||
]}
|
||||
title="Services as Outcomes."
|
||||
description="We don't deliver tasks. We deliver results that impact your bottom line."
|
||||
@@ -260,60 +114,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "CEO",
|
||||
company: "HealthClinic",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-147935.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah J.",
|
||||
role: "Founder",
|
||||
company: "SaaS Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark D.",
|
||||
role: "Lead",
|
||||
company: "Coach",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-boyfriend-looking-man-pointing-finger-laptop-monitor_23-2148083178.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena P.",
|
||||
role: "Director",
|
||||
company: "Clinic",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chris M.",
|
||||
role: "Owner",
|
||||
company: "SaaS",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-125580.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex R.", role: "CEO", company: "HealthClinic", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-147935.jpg" },
|
||||
{ id: "2", name: "Sarah J.", role: "Founder", company: "SaaS Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg" },
|
||||
{ id: "3", name: "Mark D.", role: "Lead", company: "Coach", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-boyfriend-looking-man-pointing-finger-laptop-monitor_23-2148083178.jpg" },
|
||||
{ id: "4", name: "Elena P.", role: "Director", company: "Clinic", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg" },
|
||||
{ id: "5", name: "Chris M.", role: "Owner", company: "SaaS", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-125580.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "40%",
|
||||
label: "Conversion Lift",
|
||||
},
|
||||
{
|
||||
value: "3x",
|
||||
label: "Qualified Leads",
|
||||
},
|
||||
{
|
||||
value: "$5M+",
|
||||
label: "Revenue Generated",
|
||||
},
|
||||
{ value: "40%", label: "Conversion Lift" },
|
||||
{ value: "3x", label: "Qualified Leads" },
|
||||
{ value: "$5M+", label: "Revenue Generated" }
|
||||
]}
|
||||
title="Validated Results."
|
||||
description="See the impact we have on our partners' bottom lines."
|
||||
@@ -327,27 +137,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Founder Name",
|
||||
role: "Director of Strategy",
|
||||
description: "I built this agency to stop the waste of marketing budgets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Creative Lead",
|
||||
role: "Design Lead",
|
||||
description: "Obsessed with every pixel impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-crossed-arms-darkness_1098-3707.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Growth Lead",
|
||||
role: "Data Analyst",
|
||||
description: "Driving numbers that matter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-black-white_23-2149411420.jpg",
|
||||
},
|
||||
{ id: "1", name: "Founder Name", role: "Director of Strategy", description: "I built this agency to stop the waste of marketing budgets.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
|
||||
{ id: "2", name: "Creative Lead", role: "Design Lead", description: "Obsessed with every pixel impact.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-crossed-arms-darkness_1098-3707.jpg" },
|
||||
{ id: "3", name: "Growth Lead", role: "Data Analyst", description: "Driving numbers that matter.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-black-white_23-2149411420.jpg" }
|
||||
]}
|
||||
title="Led by Experts."
|
||||
description="We are a team obsessed with growth and elite UX standards."
|
||||
@@ -359,21 +151,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take?",
|
||||
content: "Our systems are optimized for fast delivery without cutting corners.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you work with startups?",
|
||||
content: "Yes, we focus on high-intent scaling.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is pricing performance based?",
|
||||
content: "We build deep value models for long-term ROI.",
|
||||
},
|
||||
{ id: "1", title: "How long does it take?", content: "Our systems are optimized for fast delivery without cutting corners." },
|
||||
{ id: "2", title: "Do you work with startups?", content: "Yes, we focus on high-intent scaling." },
|
||||
{ id: "3", title: "Is pricing performance based?", content: "We build deep value models for long-term ROI." }
|
||||
]}
|
||||
title="Common Questions."
|
||||
description="Everything you need to know about our partnership approach."
|
||||
@@ -387,25 +167,11 @@ export default function LandingPage() {
|
||||
title="Book Your Strategy Call."
|
||||
description="Strictly limited to 4 qualified partners per month to ensure elite focus. Claim your spot."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Work Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Work Email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your business",
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-134149.jpg?_wi=2"
|
||||
textarea={{ name: "message", placeholder: "Tell us about your business", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-134149.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -414,32 +180,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg"
|
||||
logoText="ELITE"
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Mechanism",
|
||||
href: "#mechanism",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Agency", items: [{ label: "Services", href: "#services" }, { label: "Mechanism", href: "#mechanism" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 | Elite UX Agency"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user