diff --git a/src/app/page.tsx b/src/app/page.tsx index 760fc57..56b78c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Call: (801) 899-9161", href: "tel:+18018999161" }, { text: "Get Free Estimate" } ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg" imageAlt="Professional plumber ready to serve" mediaAnimation="opacity" imagePosition="right" @@ -76,13 +76,13 @@ export default function LandingPage() { id: "01", title: "Water Heater Services", description: "Installation, repair, and replacement of gas and electric water heaters. Expert testing and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", imageAlt: "Water heater installation" }, { - id: "02", title: "Emergency Repairs", description: "24/7 response to burst pipes, leaks, and urgent plumbing issues. Available around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/happy-casual-woman-talking-mobile-phone_171337-11889.jpg?_wi=1", imageAlt: "Emergency plumbing response" + id: "02", title: "Emergency Repairs", description: "24/7 response to burst pipes, leaks, and urgent plumbing issues. Available around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/happy-casual-woman-talking-mobile-phone_171337-11889.jpg", imageAlt: "Emergency plumbing response" }, { id: "03", title: "Bathroom Renovations", description: "Complete plumbing work for modern bathroom upgrades. Fixtures, drainage, and installation.", imageSrc: "http://img.b2bpic.net/free-photo/man-white-terry-bathrobe-filling-bathtub-with-water_259150-59739.jpg", imageAlt: "Bathroom renovation plumbing" }, { - id: "04", title: "Drain Cleaning", description: "Professional drain clearing and maintenance to keep your plumbing flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-casual-woman-talking-mobile-phone_171337-11889.jpg?_wi=2", imageAlt: "Drain cleaning service" + id: "04", title: "Drain Cleaning", description: "Professional drain clearing and maintenance to keep your plumbing flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-casual-woman-talking-mobile-phone_171337-11889.jpg", imageAlt: "Drain cleaning service" } ]} gridVariant="four-items-2x2-equal-grid" @@ -176,7 +176,7 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" animationType="smooth" /> @@ -196,7 +196,7 @@ export default function LandingPage() {