Merge version_1 into main #2
156
src/app/page.tsx
156
src/app/page.tsx
@@ -30,54 +30,32 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LuxuryAgency"
|
||||
button={{
|
||||
text: "Book Audit",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Audit", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Authority & Clarity."
|
||||
description="We help small business owners build professional, high-converting digital platforms that turn visitors into loyal clients."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Audit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Audit", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/professional-luxury-agency-hero-image-fe-1774890086546-f98a87a1.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/professional-luxury-agency-hero-image-fe-1774890086546-f98a87a1.png"
|
||||
imageAlt="Luxury Agency Workspace"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -88,7 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Professionalism Made Simple"
|
||||
description="We believe business growth shouldn't be overwhelming. Our approach combines authoritative design with simple, effective strategy to guide your clients seamlessly through your sales funnel."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/a-sophisticated-minimalist-close-up-shot-1774890087074-4f991bc5.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/a-sophisticated-minimalist-close-up-shot-1774890087074-4f991bc5.png"
|
||||
imageAlt="Strategy planning"
|
||||
/>
|
||||
</div>
|
||||
@@ -100,29 +78,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
title: "Rapid Deployment",
|
||||
description: "Get your professional site live in record time without compromising quality.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/professional-luxury-agency-hero-image-fe-1774890086546-f98a87a1.png?_wi=2",
|
||||
imageAlt: "Professional luxury agency hero image featuring a clean architectural desk, minimal plant, and high-",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Zap,
|
||||
title: "Rapid Deployment", description: "Get your professional site live in record time without compromising quality."},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "Trust Architecture",
|
||||
description: "Design layouts proven to build client confidence and remove friction.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/a-sophisticated-minimalist-close-up-shot-1774890087074-4f991bc5.png?_wi=2",
|
||||
imageAlt: "A sophisticated, minimalist close-up shot of a professional hand holding a high-quality fountain pen",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Shield,
|
||||
title: "Trust Architecture", description: "Design layouts proven to build client confidence and remove friction."},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Target,
|
||||
title: "Conversion Funnels",
|
||||
description: "Integrated lead capture systems designed to turn traffic into appointments.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png?_wi=1",
|
||||
imageAlt: "High-quality professional headshot of a diverse business professional, soft studio lighting, neutral",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Target,
|
||||
title: "Conversion Funnels", description: "Integrated lead capture systems designed to turn traffic into appointments."},
|
||||
]}
|
||||
title="High-Converting Solutions"
|
||||
description="Everything your business needs to establish dominance and drive revenue."
|
||||
@@ -136,38 +99,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Essential",
|
||||
price: "$1,999",
|
||||
subtitle: "Perfect for new startups",
|
||||
buttons: [
|
||||
id: "starter", badge: "Essential", price: "$1,999", subtitle: "Perfect for new startups", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Custom Landing Page",
|
||||
"Lead Capture Form",
|
||||
"Audit Strategy Session",
|
||||
],
|
||||
"Custom Landing Page", "Lead Capture Form", "Audit Strategy Session"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Growth",
|
||||
price: "$4,999",
|
||||
subtitle: "For established businesses",
|
||||
buttons: [
|
||||
id: "professional", badge: "Growth", price: "$4,999", subtitle: "For established businesses", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Multi-Page Site",
|
||||
"Booking Calendar Integration",
|
||||
"Priority Support",
|
||||
],
|
||||
"Full Multi-Page Site", "Booking Calendar Integration", "Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Investment Tiers"
|
||||
@@ -181,45 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Absolutely brilliant.",
|
||||
quote: "They walked me through every step. I felt guided and confident.",
|
||||
name: "Sarah J.",
|
||||
role: "CEO",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png?_wi=2",
|
||||
},
|
||||
id: "1", title: "Absolutely brilliant.", quote: "They walked me through every step. I felt guided and confident.", name: "Sarah J.", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Total game-changer.",
|
||||
quote: "My conversion rate doubled after the audit. Simple, professional, effective.",
|
||||
name: "Mark D.",
|
||||
role: "Founder",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890085246-2b9d6dcd.png",
|
||||
},
|
||||
id: "2", title: "Total game-changer.", quote: "My conversion rate doubled after the audit. Simple, professional, effective.", name: "Mark D.", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890085246-2b9d6dcd.png"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highly recommended.",
|
||||
quote: "Their luxury approach turned my messy brand into a streamlined authority.",
|
||||
name: "Elena R.",
|
||||
role: "Consultant",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890086528-d05bef5d.png",
|
||||
},
|
||||
id: "3", title: "Highly recommended.", quote: "Their luxury approach turned my messy brand into a streamlined authority.", name: "Elena R.", role: "Consultant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890086528-d05bef5d.png"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Professional clarity.",
|
||||
quote: "Finally, a site that doesn't just look cool but actually makes money.",
|
||||
name: "Tom V.",
|
||||
role: "Owner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087864-6069d2b7.png",
|
||||
},
|
||||
id: "4", title: "Professional clarity.", quote: "Finally, a site that doesn't just look cool but actually makes money.", name: "Tom V.", role: "Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087864-6069d2b7.png"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exceptional insight.",
|
||||
quote: "Transformed our digital presence. Absolute professionals in every regard.",
|
||||
name: "James L.",
|
||||
role: "Director",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png?_wi=3",
|
||||
},
|
||||
id: "5", title: "Exceptional insight.", quote: "Transformed our digital presence. Absolute professionals in every regard.", name: "James L.", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfpcmkrLfPT4tsNmKDkeI0W5j4/high-quality-professional-headshot-of-a--1774890087361-57763a7d.png"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="See why business owners trust our professional approach."
|
||||
@@ -230,14 +145,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to build your high-converting authority platform? Let's start with a free audit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Claim Free Audit",
|
||||
href: "mailto:hello@luxuryagency.com",
|
||||
},
|
||||
text: "Claim Free Audit", href: "mailto:hello@luxuryagency.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -246,13 +158,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="LuxuryAgency"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user