From 89b7342b7e6aacf0670c890d645dbfe56da14dc7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 18:47:12 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c5f442a..17948b9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,7 @@ import ProductQuantityCards from '@/components/sections/product/ProductQuantityC import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ThemeProvider from "@/providers/themeProvider/ThemeProvider"; import NavbarCentered from '@/components/ui/NavbarCentered'; import FooterMinimal from '@/components/sections/footer/FooterMinimal'; import { Crop, Building2, Leaf, Facebook, Instagram, Twitter } from 'lucide-react'; @@ -129,9 +129,11 @@ export default function HomePage() { { name: "Hardscaping & Patios", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918242.jpg"}, { - name: "Outdoor Lighting", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/sun-going-down-leafless-trees_1161-143.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/sun-going-down-leafless-trees_1161-143.jpg"}, { name: "Irrigation Systems", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-watering-plants-with-blue-can_23-2147948197.jpg"}, + { + name: "Outdoor Lighting", price: "Custom Quote"} ]} /> @@ -171,7 +173,7 @@ export default function HomePage() { { name: "David K.", role: "Small Business Owner", quote: "Our storefront now looks amazing thanks to Landscaping Co.! Their attention to detail and efficiency made the whole process seamless and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-grandparent-grandchild-scene-celebration-grandparent-s-day_23-2151500339.jpg"}, { - name: "Jessica L.", role: "Homeowner", quote: "Absolutely love our new patio and landscaping! It has completely changed how we use our outdoor space. The quality of work is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-parents-holding-baby_23-2149071582.jpg"}, + name: "Jessica L.", role: "Homeowner", quote: "Absolutely love our new patio and landscaping! It has completely changed how we use our outdoor space. The quality of work is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-parents-holding-baby_23-2149071582.jpg"} ]} /> @@ -234,7 +236,7 @@ export default function HomePage() { { icon: Instagram, href: "https://instagram.com/landscapingco"}, { - icon: Twitter, href: "https://twitter.com/landscapingco"}, + icon: Twitter, href: "https://twitter.com/landscapingco"} ]} />