4 Commits

Author SHA1 Message Date
e3e6f73c68 Merge version_3 into main
Merge version_3 into main
2026-03-07 17:12:04 +00:00
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 = { 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({ export default function RootLayout({
children, children,

View File

@@ -30,6 +30,7 @@ import {
Star, Star,
MapPin, MapPin,
Phone, Phone,
ArrowRight,
} from "lucide-react"; } from "lucide-react";
export default function HomePage() { export default function HomePage() {
@@ -215,6 +216,11 @@ export default function HomePage() {
] ]
} }
]} ]}
buttons={[
{
text: "Get Your Free Estimate Now", href: "#contact"
}
]}
/> />
</div> </div>