From e1f70e8215a5600872a7d233c666c3f292bd9a4d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:05:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1dc876..2beca98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,83 +47,52 @@ export default function LandingPage() {
@@ -145,32 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Custom Homes", - tags: [ - "New Build", - "Luxury", - ], - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=1", - }, + id: "1", title: "Custom Homes", tags: [ + "New Build", "Luxury"], + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg"}, { - id: "2", - title: "Luxury Remodeling", - tags: [ - "Kitchen", - "Bath", - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg?_wi=1", - }, + id: "2", title: "Luxury Remodeling", tags: [ + "Kitchen", "Bath"], + imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg"}, { - id: "3", - title: "Outdoor Living", - tags: [ - "Decks", - "Porches", - ], - imageSrc: "http://img.b2bpic.net/free-photo/joyful-friends-front-bar_23-2147680612.jpg", - }, + id: "3", title: "Outdoor Living", tags: [ + "Decks", "Porches"], + imageSrc: "http://img.b2bpic.net/free-photo/joyful-friends-front-bar_23-2147680612.jpg"}, ]} title="Our Services" description="Comprehensive construction solutions tailored to your unique lifestyle." @@ -179,44 +123,20 @@ export default function LandingPage() {
-- 2.49.1