From ef4c54f964251bcd6deb43faedfde65320b101c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:24:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 297 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb91e82..685464f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,96 +46,50 @@ export default function LandingPage() { @@ -153,14 +99,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our 5-Step Process", - }, + type: "text", content: "Our 5-Step Process"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/smiling-constructors-with-draft_23-2147710744.jpg", - alt: "Construction process", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/smiling-constructors-with-draft_23-2147710744.jpg", alt: "Construction process"}, ]} /> @@ -169,28 +110,14 @@ export default function LandingPage() {