Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:33:21 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Get Free Quote", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg"
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1"
imageAlt="Professional gutter installation work"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -75,15 +75,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Premium Service", name: "Gutter Cleaning", price: "Affordable Rates", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Professional gutter cleaning service"
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "Professional gutter cleaning service"
},
{
id: "2", brand: "Expert Repair", name: "Gutter Repair", price: "Fair Pricing", rating: 5,
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg", imageAlt: "Expert gutter repair work"
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg?_wi=1", imageAlt: "Expert gutter repair work"
},
{
id: "3", brand: "Installation", name: "Seamless Installation", price: "Custom Quote", rating: 5,
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg", imageAlt: "Professional seamless gutter installation"
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg?_wi=2", imageAlt: "Professional seamless gutter installation"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -186,7 +186,7 @@ export default function LandingPage() {
id: "6", title: "How can I get a free quote?", content: "Contact us through our website or call us directly. We'll schedule a convenient time to inspect your home, discuss your needs, and provide a detailed, no-obligation quote. We're happy to answer any questions you have."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg?_wi=3"
imageAlt="Home gutter maintenance"
mediaPosition="right"
mediaAnimation="slide-up"