Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be66baedd7 | |||
| b6bb190731 | |||
| 26ce54abfc |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -72,6 +72,9 @@ export default function LandingPage() {
|
|||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="Comprehensive landscaping solutions tailored to your property needs"
|
description="Comprehensive landscaping solutions tailored to your property needs"
|
||||||
tag="Services"
|
tag="Services"
|
||||||
|
buttons={[
|
||||||
|
{ text: "View All Services", href: "#services" }
|
||||||
|
]}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@@ -213,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user