Merge version_1_1778352111837 into main
Merge version_1_1778352111837 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -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"}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -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"}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -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"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user