diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7b573b3..79d5ff3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,6 +12,8 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
+import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
+import { CheckCircle, Zap, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +33,11 @@ export default function LandingPage() {
@@ -54,46 +45,49 @@ export default function LandingPage() {
+
+
+
+
+
+
+
+
@@ -200,64 +151,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Alice Green",
- date: "2024-05-12",
- title: "Satisfied Customer",
- quote: "The best lawn service I've ever used.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=2",
- imageAlt: "happy homeowner standing in yard",
- },
- {
- id: "2",
- name: "Bob Smith",
- date: "2024-06-01",
- title: "Garden Enthusiast",
- quote: "Professional, reliable, and thorough.",
- tag: "Landscaping",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-beautiful-sunflowers_23-2150392042.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-green-plants-daytime_181624-19333.jpg?_wi=2",
- imageAlt: "happy homeowner standing in yard",
- },
- {
- id: "3",
- name: "Charlie Brown",
- date: "2024-06-15",
- title: "Homeowner",
- quote: "My lawn has never looked better.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-speaking-phone-sitting-bench_176420-5895.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2",
- imageAlt: "happy homeowner standing in yard",
- },
- {
- id: "4",
- name: "Diana Ross",
- date: "2024-07-02",
- title: "Happy Neighbor",
- quote: "Fantastic service and quick turnaround.",
- tag: "Seasonal",
- avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-young-handsome-slavic-gardener-uniform-hat-isolated-green-wall_141793-59474.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-strong-man-gloves-cutting-leaves-his-garden-farmer-spending-summer-morning-working-garden-near-countryside-house_176420-19902.jpg?_wi=2",
- imageAlt: "happy homeowner standing in yard",
- },
- {
- id: "5",
- name: "Edward Norton",
- date: "2024-07-10",
- title: "Client",
- quote: "Highly recommended for all lawn needs.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-attractive-bearded-caucasian-man-blue-shirt-sport-pants-smiling-sitting-grass-looking-camera-with-happy-face-expression-working-garden_176420-19937.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-her-plants_23-2149037252.jpg?_wi=2",
- imageAlt: "happy homeowner standing in yard",
- },
+ { id: "1", name: "Alice Green", date: "2024-05-12", title: "Satisfied Customer", quote: "The best lawn service I've ever used.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg", imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=2", imageAlt: "happy homeowner standing in yard" },
+ { id: "2", name: "Bob Smith", date: "2024-06-01", title: "Garden Enthusiast", quote: "Professional, reliable, and thorough.", tag: "Landscaping", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-beautiful-sunflowers_23-2150392042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-fresh-green-plants-daytime_181624-19333.jpg?_wi=2", imageAlt: "happy homeowner standing in yard" }
]}
title="Client Stories"
description="What our customers say about us."
+ buttons={[{ text: "Get a Quote", href: "#contact" }]}
/>
@@ -266,21 +165,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you serve residential lawns?",
- content: "Yes, we focus primarily on residential properties.",
- },
- {
- id: "f2",
- title: "Do you offer emergency services?",
- content: "Yes, we provide seasonal clean-ups as needed.",
- },
- {
- id: "f3",
- title: "How do I get a quote?",
- content: "Simply contact us through the form on our site.",
- },
+ { id: "f1", title: "Do you serve residential lawns?", content: "Yes, we focus primarily on residential properties." },
+ { id: "f2", title: "Do you offer emergency services?", content: "Yes, we provide seasonal clean-ups as needed." },
+ { id: "f3", title: "How do I get a quote?", content: "Simply contact us through the form on our site." },
]}
title="Common Questions"
description="Got questions about our service? Here are answers."
@@ -291,12 +178,10 @@ export default function LandingPage() {
@@ -305,36 +190,8 @@ export default function LandingPage() {