diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d67a4c..97ded97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { features={[ { title: "Wood Fences", description: "High-quality cedar and treated lumber.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-rusty-house-entrance_23-2149301049.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15744.jpg", buttonText: "Learn More" }, { title: "Metal Fencing", description: "Durable steel and aluminum solutions.", imageSrc: "http://img.b2bpic.net/free-photo/background-with-metallic-fence-texture_23-2150275519.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-301817.jpg", buttonText: "Learn More" }, - { title: "Vinyl Solutions", description: "Low maintenance aesthetic fencing.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gate-edge-field-azores_493961-1121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/wooden-fence-background-with-grass-border_1398-94.jpg", buttonText: "Learn More" }, + { title: "Vinyl Solutions", description: "Low maintenance aesthetic fencing.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gate-edge-field-azores_493961-1121.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/wooden-fence-background-with-grass-border_1398-94.jpg", buttonText: "Learn More" }, ]} title="Expert Services" description="Tailored fencing installations for any project." @@ -93,7 +93,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "1", name: "Classic Picket", price: "Custom Quote", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/white-wooden-fence_1122-2087.jpg" }, - { id: "2", name: "Modern Privacy", price: "Custom Quote", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gate-edge-field-azores_493961-1121.jpg" }, + { id: "2", name: "Modern Privacy", price: "Custom Quote", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gate-edge-field-azores_493961-1121.jpg?_wi=2" }, { id: "3", name: "Commercial Security", price: "Custom Quote", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/background-with-metallic-fence-texture_23-2150275519.jpg" }, ]} title="Gallery"