Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 13:12:48 +00:00

View File

@@ -8,6 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
import TextAbout from "@/components/sections/about/TextAbout";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Sparkles, Award, Home, Zap, Star, Globe, TrendingUp, MapPin } from "lucide-react";
@@ -47,53 +48,29 @@ export default function HomePage() {
<HeroSplitTestimonial
title="Discover Your Luxury Dream Home"
description="Explore the world's most exclusive properties with personalized service. Find your perfect residence among our curated collection of luxury estates."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
tag="Premium Properties"
tagIcon={Sparkles}
tagAnimation="slide-up"
testimonials={[
{
name: "Victoria Laurent",
handle: "CEO, Luxury Ventures",
testimonial: "Exceptional service and stunning properties. They truly understand luxury.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79086.jpg",
imageAlt: "professional woman headshot portrait executive",
},
name: "Victoria Laurent", handle: "CEO, Luxury Ventures", testimonial: "Exceptional service and stunning properties. They truly understand luxury.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79086.jpg", imageAlt: "professional woman headshot portrait executive"},
{
name: "James Montgomery",
handle: "Business Executive",
testimonial: "The most seamless home buying experience of my life.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-face-discomfort_1187-1592.jpg",
imageAlt: "professional man headshot business portrait",
},
name: "James Montgomery", handle: "Business Executive", testimonial: "The most seamless home buying experience of my life.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-face-discomfort_1187-1592.jpg", imageAlt: "professional man headshot business portrait"},
{
name: "Sofia Rossi",
handle: "Interior Designer",
testimonial: "Impeccable properties with unmatched attention to detail.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-architect-woman_53876-31462.jpg",
imageAlt: "professional woman designer headshot portrait",
},
name: "Sofia Rossi", handle: "Interior Designer", testimonial: "Impeccable properties with unmatched attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-architect-woman_53876-31462.jpg", imageAlt: "professional woman designer headshot portrait"},
{
name: "Marcus Chen",
handle: "Investment Manager",
testimonial: "Premium portfolio of properties that appreciate beautifully.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg",
imageAlt: "professional man manager headshot portrait",
},
name: "Marcus Chen", handle: "Investment Manager", testimonial: "Premium portfolio of properties that appreciate beautifully.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg", imageAlt: "professional man manager headshot portrait"},
]}
buttons={[
{
text: "Browse Properties",
href: "/properties",
},
text: "Browse Properties", href: "/properties"},
{
text: "Schedule Tour",
href: "#contact",
},
text: "Schedule Tour", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/outdoor-patio_1203-3548.jpg"
@@ -119,39 +96,17 @@ export default function HomePage() {
carouselMode="buttons"
products={[
{
id: "1",
name: "Oceanfront Villa - Miami",
price: "$8,500,000",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg?_wi=1",
imageAlt: "Luxury oceanfront villa in Miami with infinity pool",
},
id: "1", name: "Oceanfront Villa - Miami", price: "$8,500,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg", imageAlt: "Luxury oceanfront villa in Miami with infinity pool"},
{
id: "2",
name: "Modern Estate - Beverly Hills",
price: "$12,750,000",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg?_wi=1",
imageAlt: "Contemporary luxury home in Beverly Hills with smart features",
},
id: "2", name: "Modern Estate - Beverly Hills", price: "$12,750,000", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg", imageAlt: "Contemporary luxury home in Beverly Hills with smart features"},
{
id: "3",
name: "Mountain Retreat - Aspen",
price: "$9,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg?_wi=1",
imageAlt: "Exclusive mountain estate in Aspen with ski access",
},
id: "3", name: "Mountain Retreat - Aspen", price: "$9,200,000", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg", imageAlt: "Exclusive mountain estate in Aspen with ski access"},
{
id: "4",
name: "Penthouse - Manhattan",
price: "$15,000,000",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg?_wi=1",
imageAlt: "Prestigious Manhattan penthouse with skyline views",
},
id: "4", name: "Penthouse - Manhattan", price: "$15,000,000", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg", imageAlt: "Prestigious Manhattan penthouse with skyline views"},
]}
buttons={[
{
text: "View All Properties",
href: "/properties",
},
text: "View All Properties", href: "/properties"},
]}
buttonAnimation="slide-up"
/>
@@ -170,48 +125,28 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
title: "Zip Code Search",
description: "Discover premium properties in your desired area instantly",
bentoComponent: "map",
},
title: "Zip Code Search", description: "Discover premium properties in your desired area instantly", bentoComponent: "map"},
{
title: "Interactive Map View",
description: "Explore neighborhoods with real-time property markers and location data",
bentoComponent: "globe",
},
title: "Interactive Map View", description: "Explore neighborhoods with real-time property markers and location data", bentoComponent: "globe"},
{
title: "Advanced Analytics",
description: "View market trends and property value insights",
bentoComponent: "animated-bar-chart",
},
title: "Advanced Analytics", description: "View market trends and property value insights", bentoComponent: "animated-bar-chart"},
{
title: "Performance Metrics",
description: "Track your saved properties and investment potential",
bentoComponent: "icon-info-cards",
items: [
title: "Performance Metrics", description: "Track your saved properties and investment potential", bentoComponent: "icon-info-cards", items: [
{
icon: TrendingUp,
label: "Market Growth",
value: "+12.5%",
},
label: "Market Growth", value: "+12.5%"},
{
icon: Home,
label: "Active Listings",
value: "2,847",
},
label: "Active Listings", value: "2,847"},
{
icon: MapPin,
label: "Locations",
value: "156",
},
label: "Locations", value: "156"},
],
},
]}
buttons={[
{
text: "Start Search",
href: "/properties",
},
text: "Start Search", href: "/properties"},
]}
buttonAnimation="slide-up"
/>
@@ -227,13 +162,9 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Learn More",
href: "#features",
},
text: "Learn More", href: "#features"},
{
text: "Our Team",
href: "#team",
},
text: "Our Team", href: "#team"},
]}
buttonAnimation="slide-up"
/>
@@ -252,55 +183,25 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alexandra Sterling",
role: "CEO",
company: "Sterling Ventures Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=1",
imageAlt: "executive woman business portrait professional",
},
id: "1", name: "Alexandra Sterling", role: "CEO", company: "Sterling Ventures Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", imageAlt: "executive woman business portrait professional"},
{
id: "2",
name: "David Thompson",
role: "Real Estate Investor",
company: "Thompson Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg?_wi=1",
imageAlt: "businessman investment manager headshot portrait",
},
id: "2", name: "David Thompson", role: "Real Estate Investor", company: "Thompson Capital", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg", imageAlt: "businessman investment manager headshot portrait"},
{
id: "3",
name: "Isabella Fernandez",
role: "Entrepreneur",
company: "Fernandez Holdings",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg?_wi=1",
imageAlt: "entrepreneur woman business portrait professional",
},
id: "3", name: "Isabella Fernandez", role: "Entrepreneur", company: "Fernandez Holdings", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg", imageAlt: "entrepreneur woman business portrait professional"},
{
id: "4",
name: "Christopher Walsh",
role: "Executive Director",
company: "Walsh Global Partners",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1",
imageAlt: "executive director man business portrait professional",
},
id: "4", name: "Christopher Walsh", role: "Executive Director", company: "Walsh Global Partners", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "executive director man business portrait professional"},
]}
kpiItems={[
{
value: "2,847+",
label: "Properties Sold",
},
value: "2,847+", label: "Properties Sold"},
{
value: "98%",
label: "Client Satisfaction",
},
value: "98%", label: "Client Satisfaction"},
{
value: "$45B+",
label: "Total Value Traded",
},
value: "$45B+", label: "Total Value Traded"},
]}
/>
</div>
@@ -316,15 +217,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Luxury Living Group",
"Elite Properties International",
"Premium Home Collective",
"Global Estate Partners",
"Prestige Residences",
"Heritage Homes Corp",
"Exclusive Luxury Realty",
"Metropolitan Estates",
]}
"Luxury Living Group", "Elite Properties International", "Premium Home Collective", "Global Estate Partners", "Prestige Residences", "Heritage Homes Corp", "Exclusive Luxury Realty", "Metropolitan Estates"]}
speed={40}
showCard={true}
/>
@@ -337,38 +230,24 @@ export default function HomePage() {
description="Contact our team of expert advisors to find your perfect property and start planning your next luxury acquisition today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Full Name",
required: true,
name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "budget",
type: "text",
placeholder: "Budget Range",
required: false,
name: "budget", type: "text", placeholder: "Budget Range", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your ideal property and preferences...",
rows: 5,
name: "message", placeholder: "Tell us about your ideal property and preferences...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg"
imageAlt="Luxury office with high-end furnishings"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -383,54 +262,33 @@ export default function HomePage() {
copyrightText="© 2025 Luxury Estates. All rights reserved."
columns={[
{
title: "Properties",
items: [
title: "Properties", items: [
{
label: "Featured Listings",
href: "/properties",
},
label: "Featured Listings", href: "/properties"},
{
label: "New Arrivals",
href: "/properties",
},
label: "New Arrivals", href: "/properties"},
{
label: "Luxury Guide",
href: "#",
},
label: "Luxury Guide", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Team",
href: "#",
},
label: "Our Team", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Schedule Tour",
href: "#contact",
},
label: "Schedule Tour", href: "#contact"},
{
label: "Newsletter",
href: "#",
},
label: "Newsletter", href: "#"},
],
},
]}