diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ac2f298..61e505c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ 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, Zap } from "lucide-react"; +import { Shield, Smartphone, Sun, Waves, Trees, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -19,29 +19,15 @@ export default function HomePage() { 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", - }} + text: "Tour the Estate", href: "#gallery"}} secondaryButton={{ - text: "View Specs", - href: "#about", - }} + text: "View Specs", href: "#about"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004061.jpg?_wi=1", - }, - { - 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?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-elegant-decor-comfortable-sofa-generative-ai_188544-8691.jpg?_wi=1", - }, - { - 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", - }, + { 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" } ]} /> @@ -52,9 +38,7 @@ export default function HomePage() { @@ -67,74 +51,26 @@ export default function HomePage() { 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", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004061.jpg?_wi=2", - imageAlt: "gourmet kitchen marble luxury", + 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", - }, - ], - 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?_wi=2", - imageAlt: "gourmet kitchen marble luxury", + 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", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-elegant-decor-comfortable-sofa-generative-ai_188544-8691.jpg?_wi=2", - imageAlt: "gourmet kitchen marble luxury", - }, + 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" } + ] + } ]} /> @@ -147,41 +83,13 @@ export default function HomePage() { title="Visualizing Perfection" description="A glimpse into the stunning interior design and architectural majesty of our signature residence." items={[ - { - title: "Great Room", - description: "Expansive vaulted ceilings.", - imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg", - }, - { - title: "Library", - description: "Cozy workspace retreat.", - imageSrc: "http://img.b2bpic.net/free-photo/lawyer-office-shelf_23-2148172327.jpg", - }, - { - title: "Master Suite", - description: "Serene bedroom sanctuary.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-shelf_105762-2077.jpg", - }, - { - title: "Spa Bathroom", - description: "Full wellness experience.", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-hair-care_23-2148547360.jpg", - }, - { - title: "Grand Foyer", - description: "Make a lasting entrance.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg", - }, - { - title: "Wine Cellar", - description: "Climate controlled storage.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100301.jpg", - }, - { - title: "Home Cinema", - description: "Immersive viewing area.", - imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500612.jpg", - }, + { title: "Great Room", description: "Expansive vaulted ceilings.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg" }, + { title: "Library", description: "Cozy workspace retreat.", imageSrc: "http://img.b2bpic.net/free-photo/lawyer-office-shelf_23-2148172327.jpg" }, + { title: "Master Suite", description: "Serene bedroom sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-shelf_105762-2077.jpg" }, + { title: "Spa Bathroom", description: "Full wellness experience.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-hair-care_23-2148547360.jpg" }, + { title: "Grand Foyer", description: "Make a lasting entrance.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg" }, + { title: "Wine Cellar", description: "Climate controlled storage.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-work_23-2149100301.jpg" }, + { title: "Home Cinema", description: "Immersive viewing area.", imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500612.jpg" } ]} /> @@ -194,22 +102,10 @@ export default function HomePage() { 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", - }, + { value: "12,000", description: "Square feet of space" }, + { value: "7", description: "Spacious bedrooms" }, + { value: "9", description: "Luxury bathrooms" }, + { value: "4", description: "Attached garage capacity" } ]} /> @@ -222,36 +118,11 @@ export default function HomePage() { 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", - }, + { 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" } ]} /> @@ -264,18 +135,9 @@ export default function HomePage() { 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.", - }, + { 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." } ]} /> @@ -287,16 +149,12 @@ export default function HomePage() { tag="Connect" text="Start your journey toward ownership today." primaryButton={{ - text: "Schedule Private Tour", - href: "#", - }} + text: "Schedule Private Tour", href: "#"}} secondaryButton={{ - text: "Email Inquiries", - href: "mailto:info@luxe.com", - }} + text: "Email Inquiries", href: "mailto:info@luxe.com"}} /> ); -} +} \ No newline at end of file