Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 863e471e8c | |||
| 584da81a34 |
294
src/app/page.tsx
294
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ease Connect"
|
||||
/>
|
||||
@@ -59,66 +49,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Seamless Brokerage for Premium Assets"
|
||||
variant: "gradient-bars"}}
|
||||
title="Effortless Acquisition of Premium Assets"
|
||||
description="Ease Connect bridges the gap between high-end properties, vehicles, and luxury home appliances. Experience professional brokerage redefined."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Services", href: "#features"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3r87ps"
|
||||
imageAlt="Ease Connect luxury asset showcase"
|
||||
avatars={[
|
||||
{
|
||||
src: "asset://h-av-1",
|
||||
alt: "Broker 1",
|
||||
},
|
||||
src: "asset://h-av-1", alt: "Broker 1"},
|
||||
{
|
||||
src: "asset://h-av-2",
|
||||
alt: "Broker 2",
|
||||
},
|
||||
src: "asset://h-av-2", alt: "Broker 2"},
|
||||
{
|
||||
src: "asset://h-av-3",
|
||||
alt: "Broker 3",
|
||||
},
|
||||
src: "asset://h-av-3", alt: "Broker 3"},
|
||||
{
|
||||
src: "asset://h-av-4",
|
||||
alt: "Broker 4",
|
||||
},
|
||||
src: "asset://h-av-4", alt: "Broker 4"},
|
||||
{
|
||||
src: "asset://h-av-5",
|
||||
alt: "Broker 5",
|
||||
},
|
||||
src: "asset://h-av-5", alt: "Broker 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ premium clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Real Estate",
|
||||
},
|
||||
type: "text", text: "Real Estate"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Vehicles",
|
||||
},
|
||||
type: "text", text: "Luxury Vehicles"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Appliances",
|
||||
},
|
||||
type: "text", text: "Premium Appliances"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Land Investment",
|
||||
},
|
||||
type: "text", text: "Land Investment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Asset Management",
|
||||
},
|
||||
type: "text", text: "Asset Management"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,29 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Premium Properties",
|
||||
descriptions: [
|
||||
"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: "f1", title: "Premium Properties", descriptions: [
|
||||
"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",
|
||||
title: "Vehicle Brokerage",
|
||||
descriptions: [
|
||||
"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: "f2", title: "Vehicle Brokerage", descriptions: [
|
||||
"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",
|
||||
title: "Home & Living",
|
||||
descriptions: [
|
||||
"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",
|
||||
},
|
||||
id: "f3", title: "Home & Living", descriptions: [
|
||||
"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"
|
||||
description="We offer a diverse portfolio of services tailored to your lifestyle needs."
|
||||
@@ -177,59 +130,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Ease",
|
||||
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: "p1", brand: "Ease", 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",
|
||||
brand: "Auto",
|
||||
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: "p2", brand: "Auto", 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",
|
||||
brand: "Home",
|
||||
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: "p3", brand: "Home", 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",
|
||||
brand: "Ease",
|
||||
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: "p4", brand: "Ease", 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",
|
||||
brand: "Home",
|
||||
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: "p5", brand: "Home", 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",
|
||||
brand: "Auto",
|
||||
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",
|
||||
},
|
||||
id: "p6", brand: "Auto", 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"
|
||||
description="A curated list of our current high-value assets and offerings."
|
||||
@@ -243,34 +160,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Assets Brokeraged",
|
||||
items: [
|
||||
"Properties managed",
|
||||
"Vehicles sold",
|
||||
"Appliances sourced",
|
||||
],
|
||||
id: "m1", value: "500+", title: "Assets Brokeraged", items: [
|
||||
"Properties managed", "Vehicles sold", "Appliances sourced"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"Referral rate",
|
||||
"Success record",
|
||||
"Support rating",
|
||||
],
|
||||
id: "m2", value: "98%", title: "Client Satisfaction", items: [
|
||||
"Referral rate", "Success record", "Support rating"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Market knowledge",
|
||||
"Industry ties",
|
||||
"Expert network",
|
||||
],
|
||||
id: "m3", value: "15+", title: "Years Experience", items: [
|
||||
"Market knowledge", "Industry ties", "Expert network"],
|
||||
},
|
||||
]}
|
||||
title="Proven Excellence"
|
||||
@@ -284,45 +183,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="Client Success Stories"
|
||||
description="Hear what our valued clients have to say about our brokerage services."
|
||||
@@ -335,20 +204,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What assets do you broker?",
|
||||
content: "We handle properties, lands, vehicles, and luxury home appliances.",
|
||||
},
|
||||
id: "q1", title: "What assets do you broker?", content: "We handle properties, lands, vehicles, and luxury home appliances."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does a service take?",
|
||||
content: "Efficiency is key; most transactions are finalized within 30 days.",
|
||||
},
|
||||
id: "q2", title: "How long does a service take?", content: "Efficiency is key; most transactions are finalized within 30 days."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are your listings verified?",
|
||||
content: "Absolutely. Every asset undergoes a rigorous verification process before listing.",
|
||||
},
|
||||
id: "q3", 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"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -362,8 +222,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Connect With Us"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Contact our experts today and discover the Ease Connect difference."
|
||||
@@ -376,50 +235,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Brokerage",
|
||||
items: [
|
||||
title: "Brokerage", items: [
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Properties", href: "#products"},
|
||||
{
|
||||
label: "Vehicles",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Vehicles", href: "#products"},
|
||||
{
|
||||
label: "Appliances",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Appliances", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -430,4 +270,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user