Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a4058bbbc | |||
| 316da0305b | |||
| 1e0fa1195a |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -72,9 +72,6 @@ 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,
|
||||||
@@ -216,4 +213,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user