From 053a00d7944d8ede596a574330ea37f573ebc99a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:34:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ad0926c..df72594 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d8777bb6784b91f754474ab30e74ffff61a3b390 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:34:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a50bd3b..c5df8b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg?_wi=2", imageAlt: "Drop ceiling system"}, ]} buttons={[ - { text: "Get Free Quote", href: "contact" }, - { text: "View Services", href: "services" }, + { text: "Start Your Project Free", href: "contact" }, + { text: "See Our Work", href: "services" }, ]} buttonAnimation="slide-up" /> @@ -258,4 +258,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1