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