From 8a6e2cab866afb43e5349a8ce2b1901c35ce669d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:11:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 637b5e1..44a4766 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Creative Minds Landscaping", description: "Professional landscaping and hardscaping services in Amenia, NY"}; + title: "Creative Minds Landscaping", description: "Professional landscaping and hardscaping services in Amenia, NY" +}; export default function RootLayout({ children, @@ -1392,4 +1393,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 189d487b8f5758468986dd7a86f5b690579b7e8e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:12:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e46cd1d..d0f5554 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,6 +30,7 @@ import { Star, MapPin, Phone, + ArrowRight, } from "lucide-react"; export default function HomePage() { @@ -215,6 +216,11 @@ export default function HomePage() { ] } ]} + buttons={[ + { + text: "Get Your Free Estimate Now", href: "#contact" + } + ]} /> @@ -347,4 +353,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1