From c7f923bbddc050f9d90a8cb97d9a0386b3c3afcb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 02:13:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 343 ++++++++++++++--------------------------------- 1 file changed, 97 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b08fe6..e569493 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,258 +25,109 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- alert('Phone: (571) 000-0000')", - }, - ]} - mediaItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg", - imageAlt: "Home renovation project", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg?_wi=1", - imageAlt: "Carpentry work", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg?_wi=1", - imageAlt: "Interior painting", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg?_wi=1", - imageAlt: "Flooring installation", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=1", - imageAlt: "Satisfied customer", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=1", - imageAlt: "Renovated kitchen", - }, - ]} - mediaAnimation="slide-up" - /> -
+
+ alert("Phone: (571) 000-0000") }, + ]} + mediaItems={[ + { imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg", imageAlt: "Home renovation project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg", imageAlt: "Carpentry work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg", imageAlt: "Interior painting" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg", imageAlt: "Flooring installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg", imageAlt: "Satisfied customer" }, + { imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg", imageAlt: "Renovated kitchen" } + ]} + mediaAnimation="slide-up" + /> +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); -} +} \ No newline at end of file -- 2.49.1