diff --git a/src/app/page.tsx b/src/app/page.tsx index ebface3..98b12f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Droplets, Layers, Leaf, Star, Sun, Zap } from "lucide-react"; +import { Droplets, Layers, Leaf, Star, Sun, Zap, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -145,65 +92,29 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Hardscaping & Patios", - description: "Durable and beautiful stonework design.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-top-view_1150-11005.jpg", - }, + title: "Hardscaping & Patios", description: "Durable and beautiful stonework design.", media: { imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-top-view_1150-11005.jpg" }, items: [ - { - icon: Hammer, - text: "Stone Paving", - }, - { - icon: Layers, - text: "Retaining Walls", - }, + { icon: Hammer, text: "Stone Paving" }, + { icon: Layers, text: "Retaining Walls" } ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=2", - imageAlt: "modern patio stone design", + reverse: false }, { - title: "Garden Lighting", - description: "Atmospheric lighting for evening comfort.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/decorative-light-bulbs-wooden-poles-mountainous-area_169016-25422.jpg", - }, + title: "Garden Lighting", description: "Atmospheric lighting for evening comfort.", media: { imageSrc: "http://img.b2bpic.net/free-photo/decorative-light-bulbs-wooden-poles-mountainous-area_169016-25422.jpg" }, items: [ - { - icon: Zap, - text: "LED Install", - }, - { - icon: Sun, - text: "Smart Timers", - }, + { icon: Zap, text: "LED Install" }, + { icon: Sun, text: "Smart Timers" } ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-cutting-harvested-flower-garden_23-2148165213.jpg?_wi=2", - imageAlt: "modern patio stone design", + reverse: true }, { - title: "Planting & Care", - description: "Lush greenery and balanced ecosystems.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/gardening-objects_23-2147673304.jpg", - }, + title: "Planting & Care", description: "Lush greenery and balanced ecosystems.", media: { imageSrc: "http://img.b2bpic.net/free-photo/gardening-objects_23-2147673304.jpg" }, items: [ - { - icon: Leaf, - text: "Native Plants", - }, - { - icon: Droplets, - text: "Irrigation Design", - }, + { icon: Leaf, text: "Native Plants" }, + { icon: Droplets, text: "Irrigation Design" } ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg?_wi=1", - imageAlt: "modern patio stone design", - }, + reverse: false + } ]} title="Comprehensive Landscaping Services" description="From irrigation to hardscaping, we offer end-to-end solutions for your complete property transformation." @@ -212,46 +123,17 @@ export default function LandingPage() {
@@ -374,14 +202,8 @@ export default function LandingPage() {