3 Commits

Author SHA1 Message Date
189d487b8f Update src/app/page.tsx 2026-03-07 17:12:00 +00:00
8a6e2cab86 Update src/app/layout.tsx 2026-03-07 17:11:59 +00:00
7a92d94ac6 Merge version_2 into main
Merge version_2 into main
2026-03-07 17:09:58 +00:00
2 changed files with 10 additions and 3 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -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"
}
]}
/>
</div>
@@ -347,4 +353,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}