1 Commits

Author SHA1 Message Date
61c11f4e10 Update src/app/page.tsx 2026-05-25 07:01:51 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Quality", name: "Quality", id: "features"},
id: "features",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Aureon" brandName="Aureon"
/> />
@@ -61,70 +51,38 @@ export default function LandingPage() {
description="Experience the clarity of luxury. Aureon delivers streak-free, professional window cleaning that makes your home look brand new." description="Experience the clarity of luxury. Aureon delivers streak-free, professional window cleaning that makes your home look brand new."
testimonials={[ testimonials={[
{ {
name: "Paul Li", name: "Paul Li", handle: "@LocalGuide", testimonial: "I couldn't find a single smudge. These guys are the real deal.", rating: 5,
handle: "@LocalGuide", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530871.jpg"},
testimonial: "I couldn't find a single smudge. These guys are the real deal.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530871.jpg",
},
{ {
name: "John HL Gilman", name: "John HL Gilman", handle: "@Client", testimonial: "I'm not easy to please, but this team did an outstanding job.", rating: 5,
handle: "@Client", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530874.jpg"},
testimonial: "I'm not easy to please, but this team did an outstanding job.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530874.jpg",
},
{ {
name: "Joeseph gold", name: "Joeseph gold", handle: "@Client", testimonial: "My windows look absolutely perfect. Couldn't be happier.", rating: 5,
handle: "@Client", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg"},
testimonial: "My windows look absolutely perfect. Couldn't be happier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg",
},
{ {
name: "Sarah Jenkins", name: "Sarah Jenkins", handle: "@Homeowner", testimonial: "The attention to detail was breathtaking. Simply elite service.", rating: 5,
handle: "@Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358978.jpg"},
testimonial: "The attention to detail was breathtaking. Simply elite service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358978.jpg",
},
{ {
name: "Markus Thorne", name: "Markus Thorne", handle: "@VillaOwner", testimonial: "Aureon transformed our view entirely. Worth every penny.", rating: 5,
handle: "@VillaOwner", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-glue-attaches-window_1150-23995.jpg"},
testimonial: "Aureon transformed our view entirely. Worth every penny.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-glue-attaches-window_1150-23995.jpg",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Book Your Clean", text: "Book Your Clean", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358977.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358977.jpg"
imageAlt="Aureon Window Cleaning - Luxury exterior view" imageAlt="Aureon Window Cleaning - Luxury exterior view"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-modern-man-cleaning-doing-household-chores_23-2151468749.jpg", src: "http://img.b2bpic.net/free-photo/portrait-modern-man-cleaning-doing-household-chores_23-2151468749.jpg", alt: "Client Portrait 1"},
alt: "Client Portrait 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020337.jpg", src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020337.jpg", alt: "Client Portrait 2"},
alt: "Client Portrait 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746295.jpg", src: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746295.jpg", alt: "Client Portrait 3"},
alt: "Client Portrait 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/never-ending-happiness-our-new-home_329181-9763.jpg", src: "http://img.b2bpic.net/free-photo/never-ending-happiness-our-new-home_329181-9763.jpg", alt: "Client Portrait 4"},
alt: "Client Portrait 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160610.jpg", src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160610.jpg", alt: "Client Portrait 5"},
alt: "Client Portrait 5",
},
]} ]}
avatarText="Trusted by 500+ luxury homeowners" avatarText="Trusted by 500+ luxury homeowners"
/> />
@@ -136,9 +94,7 @@ export default function LandingPage() {
title="Luxury Standard, Every Pane." title="Luxury Standard, Every Pane."
buttons={[ buttons={[
{ {
text: "Learn About Our Quality", text: "Learn About Our Quality", href: "#features"},
href: "#features",
},
]} ]}
/> />
</div> </div>
@@ -150,19 +106,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"No amateur work", "No amateur work", "No missed streaks or corners", "No hidden transportation fees", "No compromise on quality"],
"No missed streaks or corners",
"No hidden transportation fees",
"No compromise on quality",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"100% streak-free guarantee", "100% streak-free guarantee", "Professional, multilingual team", "Tracks and sills included free", "Unmatched attention to detail"],
"Professional, multilingual team",
"Tracks and sills included free",
"Unmatched attention to detail",
],
}} }}
title="Why Elite Homeowners Choose Aureon" title="Why Elite Homeowners Choose Aureon"
description="We don't just clean windows; we elevate the standard of care for your luxury property." description="We don't just clean windows; we elevate the standard of care for your luxury property."
@@ -175,45 +123,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Flawless Execution", quote: "The team was incredibly polite and the windows are spotless.", name: "Horace", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg"},
title: "Flawless Execution",
quote: "The team was incredibly polite and the windows are spotless.",
name: "Horace",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg",
},
{ {
id: "2", id: "2", title: "Exceptional Service", quote: "Fast, professional, and completely streak-free. Flawless job.", name: "Andrew", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg"},
title: "Exceptional Service",
quote: "Fast, professional, and completely streak-free. Flawless job.",
name: "Andrew",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg",
},
{ {
id: "3", id: "3", title: "Truly Professional", quote: "They were charming, smart, and spoke multiple languages fluently.", name: "Tiger MA", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-smiling-while-working-computer_1170-791.jpg"},
title: "Truly Professional",
quote: "They were charming, smart, and spoke multiple languages fluently.",
name: "Tiger MA",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-smiling-while-working-computer_1170-791.jpg",
},
{ {
id: "4", id: "4", title: "Above and Beyond", quote: "They added tracks and sills for free. Hire them immediately.", name: "Alexandre Chouinard", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-cup_23-2148977489.jpg"},
title: "Above and Beyond",
quote: "They added tracks and sills for free. Hire them immediately.",
name: "Alexandre Chouinard",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-cup_23-2148977489.jpg",
},
{ {
id: "5", id: "5", title: "Highly Recommend", quote: "Paid attention to detail and arrived on time. Spotless service.", name: "negan Rhee", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg"},
title: "Highly Recommend",
quote: "Paid attention to detail and arrived on time. Spotless service.",
name: "negan Rhee",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
},
]} ]}
title="Client Love" title="Client Love"
description="Don't take our word for it—hear from the homeowners who trust us with their view." description="Don't take our word for it—hear from the homeowners who trust us with their view."
@@ -228,25 +146,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "100%", title: "Customer Satisfaction", description: "Our promise of perfection.", icon: CheckCircle,
value: "100%",
title: "Customer Satisfaction",
description: "Our promise of perfection.",
icon: CheckCircle,
}, },
{ {
id: "m2", id: "m2", value: "5.0", title: "Google Rating", description: "Consistently top-tier feedback.", icon: Star,
value: "5.0",
title: "Google Rating",
description: "Consistently top-tier feedback.",
icon: Star,
}, },
{ {
id: "m3", id: "m3", value: "16+", title: "Verified Reviews", description: "Unwavering client loyalty.", icon: ThumbsUp,
value: "16+",
title: "Verified Reviews",
description: "Unwavering client loyalty.",
icon: ThumbsUp,
}, },
]} ]}
title="Service Excellence by the Numbers" title="Service Excellence by the Numbers"
@@ -261,20 +167,12 @@ export default function LandingPage() {
description="Ready to see clearly again? Reach out and we'll secure your appointment." description="Ready to see clearly again? Reach out and we'll secure your appointment."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name"},
type: "text",
placeholder: "Your Name",
},
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email"},
type: "email",
placeholder: "Your Email",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your home..."}}
placeholder: "Tell us about your home...",
}}
imageSrc="http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530809.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530809.jpg"
/> />
</div> </div>
@@ -282,14 +180,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="AUREON" logoText="AUREON"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzZS83VF5Dhog7DHt3Fdr7lqH6/uploaded-1779692498315-7il2blqp.png"
leftLink={{ leftLink={{
text: "Contact Us", text: "Contact Us", href: "#contact"}}
href: "#contact",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>