From d86fbb44f15787555adfaa8ea744417cd2a68055 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 17:01:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3478eb5..45a39b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,39 +51,23 @@ export default function LandingPage() { description="Redefining small-space living with custom-built, designer-inspired tiny homes. Meet our flagship model, the BH01." buttons={[ { - text: "Explore BH01", - href: "#products", - }, + text: "Explore BH01", href: "#products"}, { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302671.jpg?_wi=1", - imageAlt: "Bexel Homes Modern Interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302671.jpg", imageAlt: "Bexel Homes Modern Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264421.jpg", - imageAlt: "BH01 Tiny Home Exterior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264421.jpg", imageAlt: "BH01 Tiny Home Exterior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263540.jpg", - imageAlt: "Custom Cabinetry Detail", - }, + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263540.jpg", imageAlt: "Custom Cabinetry Detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/parents-looking-their-daughter-communicating-steps-house_259150-59360.jpg", - imageAlt: "Bright Airy Living Space", - }, + imageSrc: "http://img.b2bpic.net/free-photo/parents-looking-their-daughter-communicating-steps-house_259150-59360.jpg", imageAlt: "Bright Airy Living Space"}, { - imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248308.jpg", - imageAlt: "Modern Tiny Home Design", - }, + imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248308.jpg", imageAlt: "Modern Tiny Home Design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264393.jpg", - imageAlt: "Bexel Homes Quality Craft", - }, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264393.jpg", imageAlt: "Bexel Homes Quality Craft"}, ]} /> @@ -112,47 +88,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "BH01 Classic", - price: "$85,000", - variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-dog-leash-walking-near-country-house_259150-59344.jpg?_wi=1", - }, + id: "p1", name: "BH01 Classic", price: "$85,000", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/man-with-dog-leash-walking-near-country-house_259150-59344.jpg"}, { - id: "p2", - name: "BH01 Deluxe", - price: "$95,000", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-building-near-forest-wanli-ufo-village-taiwan_181624-7339.jpg", - }, + id: "p2", name: "BH01 Deluxe", price: "$95,000", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-building-near-forest-wanli-ufo-village-taiwan_181624-7339.jpg"}, { - id: "p3", - name: "BH01 Custom", - price: "Custom", - variant: "Bespoke", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-garage-sale_23-2150661435.jpg", - }, + id: "p3", name: "BH01 Custom", price: "Custom", variant: "Bespoke", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-garage-sale_23-2150661435.jpg"}, { - id: "p4", - name: "BH02 Concept", - price: "Coming Soon", - variant: "Concept", - imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-cafe_1150-12614.jpg", - }, + id: "p4", name: "BH02 Concept", price: "Coming Soon", variant: "Concept", imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-cafe_1150-12614.jpg"}, { - id: "p5", - name: "BH01 Shell", - price: "$55,000", - variant: "DIY", - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666296.jpg", - }, + id: "p5", name: "BH01 Shell", price: "$55,000", variant: "DIY", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666296.jpg"}, { - id: "p6", - name: "BH01 Off-Grid", - price: "$110,000", - variant: "Solar", - imageSrc: "http://img.b2bpic.net/free-photo/little-hut-field_181624-1002.jpg", - }, + id: "p6", name: "BH01 Off-Grid", price: "$110,000", variant: "Solar", imageSrc: "http://img.b2bpic.net/free-photo/little-hut-field_181624-1002.jpg"}, ]} title="Our Models" description="Discover our uniquely engineered plans, featuring custom work and bespoke finishes." @@ -166,49 +112,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bespoke Cabinets", - description: "Hand-crafted custom work for maximizing efficiency.", - icon: Building2, + title: "Bespoke Cabinets", description: "Hand-crafted custom work for maximizing efficiency.", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216643.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216643.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-laptop-her-dog_23-2148991902.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-laptop-her-dog_23-2148991902.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302671.jpg?_wi=2", - imageAlt: "custom kitchen cabinetry detail", }, { - title: "Sustainability First", - description: "High-efficiency materials designed for durability.", - icon: Leaf, + title: "Sustainability First", description: "High-efficiency materials designed for durability.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/team-work-environment-project_23-2148894011.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/team-work-environment-project_23-2148894011.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-with-miniature-house_23-2148576679.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-with-miniature-house_23-2148576679.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263593.jpg", - imageAlt: "custom kitchen cabinetry detail", }, { - title: "Artisan Framing", - description: "Strong, aesthetic structures that last a lifetime.", - icon: Maximize, + title: "Artisan Framing", description: "Strong, aesthetic structures that last a lifetime.", icon: Maximize, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/creative-female-holding-retro-camera_23-2148372090.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/creative-female-holding-retro-camera_23-2148372090.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186766.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186766.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-dog-leash-walking-near-country-house_259150-59344.jpg?_wi=2", - imageAlt: "custom kitchen cabinetry detail", }, ]} title="Engineered for Quality" @@ -223,54 +151,27 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "shell", - badge: "Base", - price: "$55,000", - subtitle: "Shell and Framing", - features: [ - "Structural Framing", - "Exterior Siding", - "Roofing", - ], + id: "shell", badge: "Base", price: "$55,000", subtitle: "Shell and Framing", features: [ + "Structural Framing", "Exterior Siding", "Roofing"], buttons: [ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ], }, { - id: "classic", - badge: "Popular", - price: "$85,000", - subtitle: "Move-In Ready", - features: [ - "Finished Interior", - "Custom Cabinets", - "Electrical", - ], + id: "classic", badge: "Popular", price: "$85,000", subtitle: "Move-In Ready", features: [ + "Finished Interior", "Custom Cabinets", "Electrical"], buttons: [ { - text: "Inquire", - href: "#contact", - }, + text: "Inquire", href: "#contact"}, ], }, { - id: "offgrid", - badge: "Advanced", - price: "$110,000", - subtitle: "Total Independence", - features: [ - "Solar Setup", - "Water System", - "Luxury Finishes", - ], + id: "offgrid", badge: "Advanced", price: "$110,000", subtitle: "Total Independence", features: [ + "Solar Setup", "Water System", "Luxury Finishes"], buttons: [ { - text: "Get Quote", - href: "#contact", - }, + text: "Get Quote", href: "#contact"}, ], }, ]} @@ -287,20 +188,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "1+", - description: "Models Launched", - }, + id: "m1", value: "1+", description: "Models Launched"}, { - id: "m2", - value: "365", - description: "Days of Planning", - }, + id: "m2", value: "365", description: "Days of Planning"}, { - id: "m3", - value: "100%", - description: "Custom Work", - }, + id: "m3", value: "100%", description: "Custom Work"}, ]} title="Our Impact" description="A year of hard work, planning, and building." @@ -314,45 +206,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Miller", - handle: "@sarahhome", - testimonial: "The custom cabinetry in my BH01 is unbelievable. High quality work!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-posing-camera-background-wood-open-space-cafe-female-tourist-has-fun-sunny-summmer-day-concept-single-trip-holidays-happiness_291650-1285.jpg", - }, + id: "t1", name: "Sarah Miller", handle: "@sarahhome", testimonial: "The custom cabinetry in my BH01 is unbelievable. High quality work!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-posing-camera-background-wood-open-space-cafe-female-tourist-has-fun-sunny-summmer-day-concept-single-trip-holidays-happiness_291650-1285.jpg"}, { - id: "t2", - name: "James Chen", - handle: "@jcbuilds", - testimonial: "Bexel is the real deal. Their plans are intuitive and beautiful.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149218951.jpg", - }, + id: "t2", name: "James Chen", handle: "@jcbuilds", testimonial: "Bexel is the real deal. Their plans are intuitive and beautiful.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149218951.jpg"}, { - id: "t3", - name: "Elena Rodriguez", - handle: "@elenaliving", - testimonial: "Finally found a company that cares about the tiny home finishing as much as I do.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-outdoors_23-2149302391.jpg", - }, + id: "t3", name: "Elena Rodriguez", handle: "@elenaliving", testimonial: "Finally found a company that cares about the tiny home finishing as much as I do.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-outdoors_23-2149302391.jpg"}, { - id: "t4", - name: "David Smith", - handle: "@davebuilds", - testimonial: "Amazing precision, even better support through the whole building phase.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-female-tourist-giving-passport-her-friend-against-high-rise-building_23-2148027209.jpg", - }, + id: "t4", name: "David Smith", handle: "@davebuilds", testimonial: "Amazing precision, even better support through the whole building phase.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-female-tourist-giving-passport-her-friend-against-high-rise-building_23-2148027209.jpg"}, { - id: "t5", - name: "Linda Wu", - handle: "@linda_tiny", - testimonial: "Loved working with the Bexel team to design my off-grid custom home.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hot-drink-looking-camera-outdoors_259150-59069.jpg", - }, + id: "t5", name: "Linda Wu", handle: "@linda_tiny", testimonial: "Loved working with the Bexel team to design my off-grid custom home.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hot-drink-looking-camera-outdoors_259150-59069.jpg"}, ]} showRating={true} title="Homeowner Stories" @@ -364,14 +231,11 @@ export default function LandingPage() { @@ -380,29 +244,19 @@ export default function LandingPage() {