From 3a0797817a791721170d3c7f210b503ba6ef71fe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:17:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e962308..c47317a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,70 +29,33 @@ export default function LandingPage() {
@@ -104,54 +67,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Custom Building", - description: "Tailor-made homes built to your exact specifications.", - bentoComponent: "reveal-icon", - icon: Home, - imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg", - imageAlt: "Couple handling a carpet together in their new home", - }, - { - title: "Extensive Renovation", - description: "Complete transformations for any space.", - bentoComponent: "reveal-icon", - icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/working-day-two-indian-men-discussing-something-looking-involved_259150-59414.jpg?_wi=2", - imageAlt: "Couple handling a carpet together in their new home", - }, - { - title: "Historic Restoration", - description: "Preserving the beauty of Iowa's Victorian heritage.", - bentoComponent: "reveal-icon", - icon: Building2, - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=2", - imageAlt: "Couple handling a carpet together in their new home", - }, - { - title: "Kitchen & Bath", - description: "Functional, modern updates with premium aesthetics.", - bentoComponent: "reveal-icon", - icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=2", - imageAlt: "Couple handling a carpet together in their new home", - }, - { - title: "Additions", - description: "Expanding your home to match your growing life.", - bentoComponent: "reveal-icon", - icon: Maximize, - imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813100.jpg?_wi=1", - imageAlt: "Couple handling a carpet together in their new home", - }, - { - title: "Outdoor Living", - description: "Decks, patios, and functional outdoor escapes.", - bentoComponent: "reveal-icon", - icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof_23-2148748814.jpg?_wi=1", - imageAlt: "Couple handling a carpet together in their new home", - }, + { title: "Custom Building", description: "Tailor-made homes built to your exact specifications.", bentoComponent: "reveal-icon", icon: Home }, + { title: "Extensive Renovation", description: "Complete transformations for any space.", bentoComponent: "reveal-icon", icon: Building }, + { title: "Historic Restoration", description: "Preserving the beauty of Iowa's Victorian heritage.", bentoComponent: "reveal-icon", icon: Building2 }, + { title: "Kitchen & Bath", description: "Functional, modern updates with premium aesthetics.", bentoComponent: "reveal-icon", icon: Award }, + { title: "Additions", description: "Expanding your home to match your growing life.", bentoComponent: "reveal-icon", icon: Maximize }, + { title: "Outdoor Living", description: "Decks, patios, and functional outdoor escapes.", bentoComponent: "reveal-icon", icon: Leaf } ]} title="Comprehensive Building Services" description="From foundation to finish, we bring your vision to life with precision and care." @@ -163,26 +84,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Us?" metrics={[ - { - icon: Award, - label: "Years Experience", - value: "15+", - }, - { - icon: CheckCircle, - label: "Projects Completed", - value: "200+", - }, - { - icon: Star, - label: "Client Rating", - value: "5★", - }, - { - icon: ThumbsUp, - label: "Satisfaction Rate", - value: "100%", - }, + { icon: Award, label: "Years Experience", value: "15+" }, + { icon: CheckCircle, label: "Projects Completed", value: "200+" }, + { icon: Star, label: "Client Rating", value: "5★" }, + { icon: ThumbsUp, label: "Satisfaction Rate", value: "100%" } ]} metricsAnimation="slide-up" /> @@ -192,36 +97,11 @@ export default function LandingPage() {
-- 2.49.1