From 80b6a5a6ffdb9e8380feeda7659f5e4e4443fb07 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 18:09:19 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 186 +++++++++-------------------------------- 1 file changed, 40 insertions(+), 146 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index cfe2958..6ac35a4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -21,14 +21,10 @@ export default function HomePage() { title="Modern Luxury, Thoughtfully Built." description="Exquisite custom homes designed for those who value refined architecture and uncompromising craftsmanship." primaryButton={{ - text: "Schedule Private Tour", - href: "#contact", - }} + text: "Schedule Private Tour", href: "#contact"}} secondaryButton={{ - text: "View Available Homes", - href: "#available", - }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg?_wi=1" + text: "View Available Homes", href: "#available"}} + imageSrc="http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg" /> @@ -48,17 +44,9 @@ export default function HomePage() { title="Craftsmanship Without Compromise" description="We build homes with integrity and precision, focusing on longevity and bespoke design." negativeItems={[ - "Generic builder specs", - "Standard materials", - "Mass-market floor plans", - "Hidden maintenance costs", - ]} + "Generic builder specs", "Standard materials", "Mass-market floor plans", "Hidden maintenance costs"]} positiveItems={[ - "Designer-selected finishes", - "High-efficiency thermal systems", - "Custom millwork options", - "Advanced home automation", - ]} + "Designer-selected finishes", "High-efficiency thermal systems", "Custom millwork options", "Advanced home automation"]} /> @@ -71,40 +59,19 @@ export default function HomePage() { description="Explore our available collection of architecturally distinctive new homes." items={[ { - title: "The Pavilion", - description: "4 BD / 4.5 BA | 4,200 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826251.jpg", - }, + title: "The Pavilion", description: "4 BD / 4.5 BA | 4,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826251.jpg"}, { - title: "The Meridian", - description: "5 BD / 5 BA | 5,100 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-wood-paneling-large-windows_23-2152016398.jpg", - }, + title: "The Meridian", description: "5 BD / 5 BA | 5,100 sqft", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-wood-paneling-large-windows_23-2152016398.jpg"}, { - title: "The Haven", - description: "4 BD / 4 BA | 3,800 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", - }, + title: "The Haven", description: "4 BD / 4 BA | 3,800 sqft", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg"}, { - title: "The Estate", - description: "6 BD / 6.5 BA | 6,500 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg", - }, + title: "The Estate", description: "6 BD / 6.5 BA | 6,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg"}, { - title: "The Sanctuary", - description: "4 BD / 3.5 BA | 3,600 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199360.jpg", - }, + title: "The Sanctuary", description: "4 BD / 3.5 BA | 3,600 sqft", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199360.jpg"}, { - title: "The Vista", - description: "5 BD / 4.5 BA | 4,800 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-pasta-with-black-truffle-nest-shaped-bowl_84443-94448.jpg", - }, + title: "The Vista", description: "5 BD / 4.5 BA | 4,800 sqft", imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-pasta-with-black-truffle-nest-shaped-bowl_84443-94448.jpg"}, { - title: "The Horizon", - description: "3 BD / 3 BA | 3,200 sqft", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15502.jpg", - }, + title: "The Horizon", description: "3 BD / 3 BA | 3,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15502.jpg"}, ]} /> @@ -118,46 +85,22 @@ export default function HomePage() { description="A seamless, white-glove process from inquiry to move-in." plans={[ { - tag: "Discovery", - price: "Initial Inquiry", - description: "Connect with our team to discuss your needs and vision.", - primaryButton: { - text: "Start Today", - href: "#contact", - }, + tag: "Discovery", price: "Initial Inquiry", description: "Connect with our team to discuss your needs and vision.", primaryButton: { + text: "Start Today", href: "#contact"}, features: [ - "Private tour booking", - "Financial pre-qualification", - "Floor plan consultation", - ], + "Private tour booking", "Financial pre-qualification", "Floor plan consultation"], }, { - tag: "Refinement", - price: "Customization", - description: "Tailor your home finishes and structural details.", - primaryButton: { - text: "Explore Options", - href: "#contact", - }, + tag: "Refinement", price: "Customization", description: "Tailor your home finishes and structural details.", primaryButton: { + text: "Explore Options", href: "#contact"}, features: [ - "Designer selection meeting", - "Architectural review", - "Progress milestones", - ], + "Designer selection meeting", "Architectural review", "Progress milestones"], }, { - tag: "Finalization", - price: "Move-In", - description: "We ensure your home is ready for a lifetime of memories.", - primaryButton: { - text: "Schedule Walkthrough", - href: "#contact", - }, + tag: "Finalization", price: "Move-In", description: "We ensure your home is ready for a lifetime of memories.", primaryButton: { + text: "Schedule Walkthrough", href: "#contact"}, features: [ - "White-glove delivery", - "Full walkthrough", - "Warranty handover", - ], + "White-glove delivery", "Full walkthrough", "Warranty handover"], }, ]} /> @@ -172,20 +115,11 @@ export default function HomePage() { description="Excellence defined by experience and design integrity." metrics={[ { - icon: Award, - title: "Homes Completed", - value: "150+", - }, + icon: "Award", title: "Homes Completed", value: "150+"}, { - icon: Shield, - title: "Years Established", - value: "25", - }, + icon: "Shield", title: "Years Established", value: "25"}, { - icon: Star, - title: "Satisfaction Rating", - value: "4.9/5", - }, + icon: "Star", title: "Satisfaction Rating", value: "4.9/5"}, ]} /> @@ -199,20 +133,11 @@ export default function HomePage() { description="Crafting the standard of modern luxury home development." groups={[ { - title: "Executive Team", - members: [ + title: "Executive Team", members: [ { - name: "Robert Davis", - role: "Principal Architect", - detail: "30 years in custom luxury development.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", - }, + name: "Robert Davis", role: "Principal Architect", detail: "30 years in custom luxury development.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, { - name: "Sarah Miller", - role: "Lead Designer", - detail: "Award-winning interior design specialist.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", - }, + name: "Sarah Miller", role: "Lead Designer", detail: "Award-winning interior design specialist.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg"}, ], }, ]} @@ -228,40 +153,20 @@ export default function HomePage() { description="Hear directly from our homeowners about their experiences." testimonials={[ { - name: "David W.", - role: "Homeowner", - quote: "Apex created the home of our dreams. The process was transparent and the quality is exceptional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-confident-businessman_1262-17122.jpg", - }, + name: "David W.", role: "Homeowner", quote: "Apex created the home of our dreams. The process was transparent and the quality is exceptional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-confident-businessman_1262-17122.jpg"}, { - name: "Linda M.", - role: "Homeowner", - quote: "The attention to detail in our new home is simply unmatched. Truly a custom experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", - }, + name: "Linda M.", role: "Homeowner", quote: "The attention to detail in our new home is simply unmatched. Truly a custom experience.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"}, { - name: "James K.", - role: "Homeowner", - quote: "From the first tour to move-in, everything was handled with pure professionalism.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg", - }, + name: "James K.", role: "Homeowner", quote: "From the first tour to move-in, everything was handled with pure professionalism.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg"}, { - name: "Helen S.", - role: "Homeowner", - quote: "Beautiful architecture and superb customer service. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", - }, + name: "Helen S.", role: "Homeowner", quote: "Beautiful architecture and superb customer service. Highly recommended.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg"}, { - name: "Michael R.", - role: "Homeowner", - quote: "The finishings are stunning and the design really considers the way we live.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", - }, + name: "Michael R.", role: "Homeowner", quote: "The finishings are stunning and the design really considers the way we live.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg"}, ]} /> @@ -273,14 +178,7 @@ export default function HomePage() { tag="Affiliations" title="Trusted Partnerships" names={[ - "Architectural Digest", - "Luxury Home Builders Alliance", - "National Design Council", - "Modern Home Magazine", - "Custom Builders Guild", - "Sustainable Living Awards", - "Design Excellence Network", - ]} + "Architectural Digest", "Luxury Home Builders Alliance", "National Design Council", "Modern Home Magazine", "Custom Builders Guild", "Sustainable Living Awards", "Design Excellence Network"]} /> @@ -291,13 +189,9 @@ export default function HomePage() { tag="Contact Us" text="Ready to secure your place in a Apex Custom Home? Schedule a private viewing today." primaryButton={{ - text: "Schedule Private Tour", - href: "#", - }} + text: "Schedule Private Tour", href: "#"}} secondaryButton={{ - text: "Request Brochure", - href: "#", - }} + text: "Request Brochure", href: "#"}} />