diff --git a/src/app/page.tsx b/src/app/page.tsx
index 35b9778..fde440d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
@@ -68,47 +54,26 @@ export default function LandingPage() {
@@ -310,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "What areas do you serve?",
- content: "Cruz Landscape proudly serves Los Angeles and the surrounding communities, including Beverly Hills, Santa Monica, West Hollywood, and Pasadena.",
- },
+ id: "1", title: "What areas do you serve?", content: "Cruz Landscape proudly serves Los Angeles and the surrounding communities, including Beverly Hills, Santa Monica, West Hollywood, and Pasadena."},
{
- id: "2",
- title: "How do I get a quote?",
- content: "You can request a free quote by calling us directly at +1 323-840-6271, or by filling out our contact form on this website. We'll schedule a visit to assess your needs.",
- },
+ id: "2", title: "How do I get a quote?", content: "You can request a free quote by calling us directly at +1 323-840-6271, or by filling out our contact form on this website. We'll schedule a visit to assess your needs."},
{
- id: "3",
- title: "Do you offer custom garden designs?",
- content: "Yes, we specialize in creating bespoke garden designs tailored to your preferences, property layout, and local climate, ensuring a unique and sustainable outdoor space.",
- },
+ id: "3", title: "Do you offer custom garden designs?", content: "Yes, we specialize in creating bespoke garden designs tailored to your preferences, property layout, and local climate, ensuring a unique and sustainable outdoor space."},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060739.jpg"
imageAlt="Gardening tools on a workbench"
@@ -338,20 +219,15 @@ export default function LandingPage() {
@@ -362,61 +238,37 @@ export default function LandingPage() {
{
items: [
{
- label: "Garden Maintenance",
- href: "#services",
- },
+ label: "Garden Maintenance", href: "#services"},
{
- label: "Tree Trimming",
- href: "#services",
- },
+ label: "Tree Trimming", href: "#services"},
{
- label: "Custom Design",
- href: "#services",
- },
+ label: "Custom Design", href: "#services"},
{
- label: "Hardscaping",
- href: "#services",
- },
+ label: "Hardscaping", href: "#services"},
],
},
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Our Work",
- href: "#metrics",
- },
+ label: "Our Work", href: "#metrics"},
],
},
{
items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Call: (323) 840-6271",
- href: "tel:+13238406271",
- },
+ label: "Call: (323) 840-6271", href: "tel:+13238406271"},
{
- label: "Email: info@cruzlandscape.com",
- href: "mailto:info@cruzlandscape.com",
- },
+ label: "Email: info@cruzlandscape.com", href: "mailto:info@cruzlandscape.com"},
{
- label: "Los Angeles, CA",
- href: "#",
- },
+ label: "Los Angeles, CA", href: "#"},
],
},
]}