From ed2cc503e2c0dfedde85bfc5591b2b035970ebf6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 03:53:02 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 252 ++++++++++++++++++++--------------------- 1 file changed, 123 insertions(+), 129 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 61e505c..8af9ce1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,155 +6,149 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Shield, Smartphone, Sun, Waves, Trees, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Luxury Real Estate" + title="Experience Unrivaled Elegance" + description="Discover a residence designed for those who appreciate the finer things in life. Exquisite architecture, curated landscapes, and world-class amenities await." + primaryButton={{ text: "Tour the Estate", href: "#gallery" }} + secondaryButton={{ text: "View Specs", href: "#about" }} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004061.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-elegant-decor-comfortable-sofa-generative-ai_188544-8691.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg" } + ]} + /> +
+
-
- +
+ - -
+ title="A Legacy of Sophistication" + primaryButton={{ text: "Read Our Story", href: "#" }} + /> +
+
-
- +
+ - -
+ tag="Amenities" + title="Exceptional Living" + description="Every detail has been meticulously crafted to ensure a life of comfort and convenience." + features={[ + { + title: "Gourmet Kitchen", description: "Chef-grade appliances and custom marble finishes.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-drawers-with-marble-facade_169016-72795.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dark-product-backdrop-black-wall_53876-147902.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg" } + ] + }, + { + title: "Smart Home", description: "Fully integrated automation for lighting and security.", bentoComponent: "info-card-marquee", infoCards: [ + { icon: "Zap", label: "Efficiency", value: "A+" }, + { icon: "Shield", label: "Security", value: "24/7" }, + { icon: "Smartphone", label: "Control", value: "Remote" } + ] + }, + { + title: "Outdoor Oasis", description: "Lush private garden with infinity edge pool.", bentoComponent: "tilted-stack-cards", stackCards: [ + { icon: "Sun", title: "Sun Deck", subtitle: "Relaxation", detail: "Prime southern exposure" }, + { icon: "Waves", title: "Pool", subtitle: "Infinity Edge", detail: "Heated sanctuary" }, + { icon: "Trees", title: "Landscaping", subtitle: "Botanical", detail: "Rare exotic species" } + ] + } + ]} + /> +
+
- -
- +
+ - -
+ tag="The Stats" + title="Architectural Grandeur" + description="Defined by scale and precision engineering." + metrics={[ + { value: "12,000", description: "Square feet of space" }, + { value: "7", description: "Spacious bedrooms" }, + { value: "9", description: "Luxury bathrooms" }, + { value: "4", description: "Attached garage capacity" } + ]} + /> +
+
-
- +
+ - -
+ tag="Testimonials" + title="Refined Perspectives" + description="See why our residents feel they've reached the pinnacle of home living." + testimonials={[ + { name: "Alexandra V.", role: "Collector", quote: "Living here is nothing short of transcendent. It's a true masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-businesswoman-with-elegance-confidence-standing-generative-ai_188544-7684.jpg" }, + { name: "Julian S.", role: "Architect", quote: "The design integrity and material choices are simply world-class.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg" }, + { name: "Elena M.", role: "Director", quote: "I have traveled the world and this remains the most beautiful home I've seen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg" }, + { name: "Marcus B.", role: "Investor", quote: "An asset that perfectly blends utility with artistic expression.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-posing_158595-3050.jpg" }, + { name: "Sophia L.", role: "Designer", quote: "Every corner of the house tells a story of elegance and quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Inquiry" + title="Frequently Asked Questions" + description="Common questions regarding the estate and procurement process." + items={[ + { question: "Can the property be customized?", answer: "Yes, we work with owners to curate custom finishes." }, + { question: "Is security included?", answer: "The estate features round-the-clock enterprise grade security." }, + { question: "Are private viewings possible?", answer: "Yes, we facilitate private viewings for qualified candidates." } + ]} + /> +
+
-
- +
+ - -
+ tag="Connect" + text="Start your journey toward ownership today." + primaryButton={{ text: "Schedule Private Tour", href: "#" }} + secondaryButton={{ text: "Email Inquiries", href: "mailto:info@luxe.com" }} + /> +
+
); } \ No newline at end of file