Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 189d487b8f | |||
| 8a6e2cab86 | |||
| 7a92d94ac6 |
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user