Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c52cc7bde2 | |||
| 634a2dc031 | |||
| e5d9bb2a41 | |||
| 97a0ee778f | |||
| 2203cd5b56 | |||
| 2d42f2cd42 | |||
| 3fed6bf7f4 | |||
| f2e826a5bc | |||
| 61e853d100 | |||
| 5f7f52c744 | |||
| a85b34c293 | |||
| e47e1f0efb | |||
| 05959c28ea | |||
| efed5321b4 | |||
| f1a080f3ce | |||
| ad6e181fe2 |
285
src/app/page.tsx
285
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "properties",
|
||||
},
|
||||
name: "Properties", id: "properties"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Avenue Friends"
|
||||
/>
|
||||
@@ -56,41 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Welcome to Avenue Friends"
|
||||
description="Your trusted partner in finding the perfect property. We make buying and selling homes seamless and rewarding."
|
||||
variant: "gradient-bars"}}
|
||||
title="Benvenuti da Avenue Friends "
|
||||
description="Il tuo punto di riferimento per vivere momenti unici. Rendiamo ogni esperienza nel nostro bar piacevole, accogliente e speciale."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "View Properties", href: "#properties"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-exterior-hobbies_23-2149367017.jpg",
|
||||
imageAlt: "Real Estate Hero 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-exterior-hobbies_23-2149367017.jpg", imageAlt: "Real Estate Hero 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hunting-house-bedroom-interior-natural-rustic-wooden-floor-bed_8353-8330.jpg",
|
||||
imageAlt: "Real Estate Hero 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hunting-house-bedroom-interior-natural-rustic-wooden-floor-bed_8353-8330.jpg", imageAlt: "Real Estate Hero 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821370.jpg",
|
||||
imageAlt: "Real Estate Hero 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821370.jpg", imageAlt: "Real Estate Hero 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg",
|
||||
imageAlt: "Real Estate Hero 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg", imageAlt: "Real Estate Hero 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-people-working-office_23-2147668791.jpg",
|
||||
imageAlt: "Real Estate Hero 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-people-working-office_23-2147668791.jpg", imageAlt: "Real Estate Hero 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-landscape-city-with-buildings-daylight_23-2149661454.jpg",
|
||||
imageAlt: "Real Estate Hero 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-landscape-city-with-buildings-daylight_23-2149661454.jpg", imageAlt: "Real Estate Hero 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,8 +75,8 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="About Avenue Friends"
|
||||
description="At Avenue Friends, we believe every house has a story. Our team is dedicated to guiding you through every step of your real estate journey with integrity and personalized care."
|
||||
title="Le nostre specialità "
|
||||
description="Scopri la nostra selezione di cocktail e specialità. "
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"
|
||||
imageAlt="Meet the team"
|
||||
/>
|
||||
@@ -113,62 +90,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Luxury",
|
||||
name: "Modern Villa",
|
||||
price: "$1,200,000",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-street-night-quebec-city_649448-2335.jpg",
|
||||
},
|
||||
id: "p1", brand: "Luxury", name: "Modern Villa", price: "$1,200,000", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/old-buildings-street-night-quebec-city_649448-2335.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "City",
|
||||
name: "Penthouse",
|
||||
price: "$850,000",
|
||||
rating: 4,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-sofa-large-windows_23-2151983194.jpg",
|
||||
},
|
||||
id: "p2", brand: "City", name: "Penthouse", price: "$850,000", rating: 4,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-sofa-large-windows_23-2151983194.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Family",
|
||||
name: "Suburban Home",
|
||||
price: "$600,000",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marble-kitchen-countertop-with-blurred-background_23-2152020145.jpg",
|
||||
},
|
||||
id: "p3", brand: "Family", name: "Suburban Home", price: "$600,000", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/marble-kitchen-countertop-with-blurred-background_23-2152020145.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Luxury",
|
||||
name: "Beach House",
|
||||
price: "$2,100,000",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-1990.jpg",
|
||||
},
|
||||
id: "p4", brand: "Luxury", name: "Beach House", price: "$2,100,000", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-1990.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Loft",
|
||||
name: "Studio Loft",
|
||||
price: "$450,000",
|
||||
rating: 4,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg",
|
||||
},
|
||||
id: "p5", brand: "Loft", name: "Studio Loft", price: "$450,000", rating: 4,
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Family",
|
||||
name: "Classic Estate",
|
||||
price: "$950,000",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglassses-dancing-pool_285396-1164.jpg",
|
||||
},
|
||||
id: "p6", brand: "Family", name: "Classic Estate", price: "$950,000", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blue-dress-straw-hat-wearing-pink-sunglassses-dancing-pool_285396-1164.jpg"},
|
||||
]}
|
||||
title="Featured Listings"
|
||||
title=""
|
||||
description="Explore our curated selection of premium properties."
|
||||
buttons={[
|
||||
{ text: "View All Listings", href: "/listings" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -179,38 +123,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Service",
|
||||
title: "Expert Guidance",
|
||||
items: [
|
||||
"Personalized consultation",
|
||||
"Market analysis",
|
||||
"Strong negotiations",
|
||||
],
|
||||
id: "f1", label: "Servici ", title: "Le nostre selezioni ", items: [
|
||||
"Assistenza dedicata ai clientin", "Qualità e selezione ", "Professionalità e qualità "],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Network",
|
||||
title: "Large Network",
|
||||
items: [
|
||||
"Exclusive listings",
|
||||
"Trusted partners",
|
||||
"Wide market reach",
|
||||
],
|
||||
id: "f2", label: "Community ", title: "La nostra community ", items: [
|
||||
"Cocktail esclusivi ", "Partner di fiducia ", "Esperienza per tutti / Clientela internazionale "],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Results",
|
||||
title: "Fast Closing",
|
||||
items: [
|
||||
"Streamlined process",
|
||||
"Efficient paperwork",
|
||||
"Support until closing",
|
||||
],
|
||||
id: "f3", label: "La soddisfazione dei clienti ", title: "Servizio rapido ", items: [
|
||||
"", "Attenzione ai dettagli ", "Sempre al tuo servizio "],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Avenue Friends?"
|
||||
description="We offer more than just a real estate transaction. Experience the difference."
|
||||
title="Perché scegliere Avenue Friends "
|
||||
description="Offriamo molto più di un semplice locale: ti facciamo vivere un’esperienza unica. "
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,26 +147,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Homes Sold",
|
||||
value: "500+",
|
||||
icon: Home,
|
||||
id: "m1", title: "Servici venduti ", value: "500+", icon: Home,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Happy Clients",
|
||||
value: "99%",
|
||||
icon: Smile,
|
||||
id: "m2", title: "Clienti soddisfatti ", value: "99%", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Avg. Selling Time",
|
||||
value: "21 Days",
|
||||
icon: Clock,
|
||||
id: "m3", title: "Rapidità e qualità ", value: "100% ", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="Numbers speak louder than words."
|
||||
title="I nostri risultati "
|
||||
description="Lasciamo parlare i risultati."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -252,48 +169,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Buyer",
|
||||
company: "Happy Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064924.jpg",
|
||||
},
|
||||
id: "t1", name: "John Doe", role: "Buyer", company: "Happy Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064924.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "Seller",
|
||||
company: "First Home",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
},
|
||||
id: "t2", name: "Jane Smith", role: "Seller", company: "First Home", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bob Johnson",
|
||||
role: "Investor",
|
||||
company: "Growth Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg",
|
||||
},
|
||||
id: "t3", name: "Bob Johnson", role: "Investor", company: "Growth Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Brown",
|
||||
role: "Buyer",
|
||||
company: "Dream Home",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
id: "t4", name: "Alice Brown", role: "Buyer", company: "Dream Home", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Charlie Davis",
|
||||
role: "Seller",
|
||||
company: "Estate Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
},
|
||||
id: "t5", name: "Charlie Davis", role: "Seller", company: "Estate Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="What our clients say about their experience with us."
|
||||
title="Le esperienze dei nostri clienti"
|
||||
description=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -303,25 +195,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We serve the entire metro area and surrounding suburbs.",
|
||||
},
|
||||
id: "q1", title: "Che servizi offrite? ", content: "Accogliamo clienti da tutta la città e dalle zone circostanti. "},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do you value my home?",
|
||||
content: "We use comparative market analysis and recent sales data.",
|
||||
},
|
||||
id: "q2", title: "Come garantiamo qualità e servizio? ", content: "Puntiamo su qualità, ricerca e attenzione ai dettagli per offrire la migliore esperienza possibile. "},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you help with staging?",
|
||||
content: "Yes, we provide professional staging advice to maximize appeal.",
|
||||
},
|
||||
id: "q3", title: "Organizzate eventi o serate speciali?", content: "Sì, curiamo ogni dettaglio per creare un’atmosfera unica e accogliente. "},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-woman-with-many-keys_1187-5675.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about working with us."
|
||||
title="Domande frequenti "
|
||||
description="Scopri tutto quello che c’è da sapere sul nostro locale e sui nostri servizi. "
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -330,11 +213,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Reach out today and let us help you find your next home."
|
||||
variant: "plain"}}
|
||||
tag="Contattaci"
|
||||
title="Pronto a vivere un’esperienza unica? "
|
||||
description="Contattaci oggi stesso e vivi l’esperienza Avenue Friends. "
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -343,42 +225,27 @@ export default function LandingPage() {
|
||||
logoText="Avenue Friends"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Azienda", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Chi Siamo", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Carriere", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
title: "Proprietà", items: [
|
||||
{
|
||||
label: "Featured",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "In Evidenza", href: "#properties"},
|
||||
{
|
||||
label: "Listings",
|
||||
href: "#",
|
||||
},
|
||||
label: "Listini", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Supporto", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contatti", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -387,4 +254,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user