Update src/app/services/page.tsx
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="McDonald Lawn Care"
|
||||
/>
|
||||
@@ -57,29 +47,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Weekly Mowing",
|
||||
tags: [
|
||||
"Standard",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg",
|
||||
},
|
||||
id: "f1", title: "Weekly Mowing", tags: [
|
||||
"Standard"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Precision Edging & Trimming",
|
||||
tags: [
|
||||
"Detail",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-gardener-with-modern-weedwacker_329181-20635.jpg",
|
||||
},
|
||||
id: "f2", title: "Precision Edging & Trimming", tags: [
|
||||
"Detail"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Seasonal Clean-ups",
|
||||
tags: [
|
||||
"Seasonal",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-cutting-flower-with-secateurs_23-2148165348.jpg",
|
||||
},
|
||||
id: "f3", title: "Seasonal Clean-ups", tags: [
|
||||
"Seasonal"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Exclusively weekly recurring maintenance for route density and schedule reliability."
|
||||
@@ -95,36 +73,20 @@ export default function LandingPage() {
|
||||
description="Transparent pricing for your lawn."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Basic Weekly",
|
||||
price: "$45",
|
||||
buttons: [
|
||||
id: "p1", name: "Basic Weekly", price: "$45", buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Sign Up", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Mowing",
|
||||
"Blowing",
|
||||
],
|
||||
"Mowing", "Blowing"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Full",
|
||||
price: "$65",
|
||||
buttons: [
|
||||
id: "p2", name: "Premium Full", price: "$65", buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Sign Up", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Mowing",
|
||||
"Trimming",
|
||||
"Edging",
|
||||
"Cleanup",
|
||||
],
|
||||
"Mowing", "Trimming", "Edging", "Cleanup"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -139,4 +101,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user