2 Commits

Author SHA1 Message Date
863e471e8c Merge version_2 into main
Merge version_2 into main
2026-05-08 17:04:27 +00:00
584da81a34 Update src/app/page.tsx 2026-05-08 17:04:24 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Ease Connect" brandName="Ease Connect"
/> />
@@ -59,66 +49,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} title="Effortless Acquisition of Premium Assets"
title="Seamless Brokerage for Premium Assets"
description="Ease Connect bridges the gap between high-end properties, vehicles, and luxury home appliances. Experience professional brokerage redefined." description="Ease Connect bridges the gap between high-end properties, vehicles, and luxury home appliances. Experience professional brokerage redefined."
buttons={[ buttons={[
{ {
text: "Explore Services", text: "Explore Services", href: "#features"},
href: "#features",
},
{ {
text: "Contact Us", text: "Contact Us", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3r87ps" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3r87ps"
imageAlt="Ease Connect luxury asset showcase" imageAlt="Ease Connect luxury asset showcase"
avatars={[ avatars={[
{ {
src: "asset://h-av-1", src: "asset://h-av-1", alt: "Broker 1"},
alt: "Broker 1",
},
{ {
src: "asset://h-av-2", src: "asset://h-av-2", alt: "Broker 2"},
alt: "Broker 2",
},
{ {
src: "asset://h-av-3", src: "asset://h-av-3", alt: "Broker 3"},
alt: "Broker 3",
},
{ {
src: "asset://h-av-4", src: "asset://h-av-4", alt: "Broker 4"},
alt: "Broker 4",
},
{ {
src: "asset://h-av-5", src: "asset://h-av-5", alt: "Broker 5"},
alt: "Broker 5",
},
]} ]}
avatarText="Trusted by 500+ premium clients" avatarText="Trusted by 500+ premium clients"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Real Estate"},
text: "Real Estate",
},
{ {
type: "text", type: "text", text: "Luxury Vehicles"},
text: "Luxury Vehicles",
},
{ {
type: "text", type: "text", text: "Premium Appliances"},
text: "Premium Appliances",
},
{ {
type: "text", type: "text", text: "Land Investment"},
text: "Land Investment",
},
{ {
type: "text", type: "text", text: "Asset Management"},
text: "Asset Management",
},
]} ]}
/> />
</div> </div>
@@ -140,29 +105,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Premium Properties", descriptions: [
title: "Premium Properties", "High-yield real estate options, from residential homes to commercial land plots."],
descriptions: [ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=50d31l"},
"High-yield real estate options, from residential homes to commercial land plots.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=50d31l",
},
{ {
id: "f2", id: "f2", title: "Vehicle Brokerage", descriptions: [
title: "Vehicle Brokerage", "Access to exclusive automotive listings and luxury car procurement services."],
descriptions: [ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jk4o85"},
"Access to exclusive automotive listings and luxury car procurement services.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jk4o85",
},
{ {
id: "f3", id: "f3", title: "Home & Living", descriptions: [
title: "Home & Living", "Quality sourcing for high-end home appliances and living interior solutions."],
descriptions: [ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12oarb"},
"Quality sourcing for high-end home appliances and living interior solutions.",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12oarb",
},
]} ]}
title="Comprehensive Brokerage Services" title="Comprehensive Brokerage Services"
description="We offer a diverse portfolio of services tailored to your lifestyle needs." description="We offer a diverse portfolio of services tailored to your lifestyle needs."
@@ -177,59 +130,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Ease", name: "Modern Luxury Villa", price: "Contact for Price", rating: 5,
brand: "Ease", reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=et3bov"},
name: "Modern Luxury Villa",
price: "Contact for Price",
rating: 5,
reviewCount: "12",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=et3bov",
},
{ {
id: "p2", id: "p2", brand: "Auto", name: "Executive Sedan", price: "$85,000", rating: 5,
brand: "Auto", reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=egnlim"},
name: "Executive Sedan",
price: "$85,000",
rating: 5,
reviewCount: "8",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=egnlim",
},
{ {
id: "p3", id: "p3", brand: "Home", name: "Smart Kitchen Suite", price: "$4,500", rating: 4,
brand: "Home", reviewCount: "25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4lmaxg"},
name: "Smart Kitchen Suite",
price: "$4,500",
rating: 4,
reviewCount: "25",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4lmaxg",
},
{ {
id: "p4", id: "p4", brand: "Ease", name: "Premium Land Plot", price: "$120,000", rating: 5,
brand: "Ease", reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=miexub"},
name: "Premium Land Plot",
price: "$120,000",
rating: 5,
reviewCount: "5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=miexub",
},
{ {
id: "p5", id: "p5", brand: "Home", name: "Home Theatre System", price: "$7,200", rating: 5,
brand: "Home", reviewCount: "14", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mn2qm6"},
name: "Home Theatre System",
price: "$7,200",
rating: 5,
reviewCount: "14",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mn2qm6",
},
{ {
id: "p6", id: "p6", brand: "Auto", name: "Luxury SUV", price: "$92,000", rating: 4,
brand: "Auto", reviewCount: "9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=42tb84"},
name: "Luxury SUV",
price: "$92,000",
rating: 4,
reviewCount: "9",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=42tb84",
},
]} ]}
title="Featured Premium Listings" title="Featured Premium Listings"
description="A curated list of our current high-value assets and offerings." description="A curated list of our current high-value assets and offerings."
@@ -243,34 +160,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "500+", title: "Assets Brokeraged", items: [
value: "500+", "Properties managed", "Vehicles sold", "Appliances sourced"],
title: "Assets Brokeraged",
items: [
"Properties managed",
"Vehicles sold",
"Appliances sourced",
],
}, },
{ {
id: "m2", id: "m2", value: "98%", title: "Client Satisfaction", items: [
value: "98%", "Referral rate", "Success record", "Support rating"],
title: "Client Satisfaction",
items: [
"Referral rate",
"Success record",
"Support rating",
],
}, },
{ {
id: "m3", id: "m3", value: "15+", title: "Years Experience", items: [
value: "15+", "Market knowledge", "Industry ties", "Expert network"],
title: "Years Experience",
items: [
"Market knowledge",
"Industry ties",
"Expert network",
],
}, },
]} ]}
title="Proven Excellence" title="Proven Excellence"
@@ -284,45 +183,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", title: "Property Buyer", quote: "Ease Connect made finding my villa incredibly smooth and transparent.", name: "Alice Johnson", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=umf9ox"},
title: "Property Buyer",
quote: "Ease Connect made finding my villa incredibly smooth and transparent.",
name: "Alice Johnson",
role: "CEO",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=umf9ox",
},
{ {
id: "t2", id: "t2", title: "Vehicle Enthusiast", quote: "The vehicle sourcing process was fast and professional. Exceptional service.", name: "Michael Chen", role: "Collector", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lfcmce"},
title: "Vehicle Enthusiast",
quote: "The vehicle sourcing process was fast and professional. Exceptional service.",
name: "Michael Chen",
role: "Collector",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lfcmce",
},
{ {
id: "t3", id: "t3", title: "Homeowner", quote: "They helped me furnish my home with high-end appliances quickly and easily.", name: "Emily Rodriguez", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ubftn"},
title: "Homeowner",
quote: "They helped me furnish my home with high-end appliances quickly and easily.",
name: "Emily Rodriguez",
role: "Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ubftn",
},
{ {
id: "t4", id: "t4", title: "Land Investor", quote: "Professional advice and deep market knowledge helped me secure the perfect plot.", name: "David Kim", role: "Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=46wpyv"},
title: "Land Investor",
quote: "Professional advice and deep market knowledge helped me secure the perfect plot.",
name: "David Kim",
role: "Investor",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=46wpyv",
},
{ {
id: "t5", id: "t5", title: "Luxury Client", quote: "The entire brokerage experience was handled with utmost care and speed.", name: "Sarah Miller", role: "Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5vrey2"},
title: "Luxury Client",
quote: "The entire brokerage experience was handled with utmost care and speed.",
name: "Sarah Miller",
role: "Manager",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5vrey2",
},
]} ]}
title="Client Success Stories" title="Client Success Stories"
description="Hear what our valued clients have to say about our brokerage services." description="Hear what our valued clients have to say about our brokerage services."
@@ -335,20 +204,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What assets do you broker?", content: "We handle properties, lands, vehicles, and luxury home appliances."},
title: "What assets do you broker?",
content: "We handle properties, lands, vehicles, and luxury home appliances.",
},
{ {
id: "q2", id: "q2", title: "How long does a service take?", content: "Efficiency is key; most transactions are finalized within 30 days."},
title: "How long does a service take?",
content: "Efficiency is key; most transactions are finalized within 30 days.",
},
{ {
id: "q3", id: "q3", title: "Are your listings verified?", content: "Absolutely. Every asset undergoes a rigorous verification process before listing."},
title: "Are your listings verified?",
content: "Absolutely. Every asset undergoes a rigorous verification process before listing.",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5j1q12" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5j1q12"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -362,8 +222,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
tag="Connect With Us" tag="Connect With Us"
title="Ready to Start Your Journey?" title="Ready to Start Your Journey?"
description="Contact our experts today and discover the Ease Connect difference." description="Contact our experts today and discover the Ease Connect difference."
@@ -376,50 +235,31 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Brokerage", title: "Brokerage", items: [
items: [
{ {
label: "Properties", label: "Properties", href: "#products"},
href: "#products",
},
{ {
label: "Vehicles", label: "Vehicles", href: "#products"},
href: "#products",
},
{ {
label: "Appliances", label: "Appliances", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}