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 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