diff --git a/src/app/page.tsx b/src/app/page.tsx index fc5ef99..8826c64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,12 +46,12 @@ export default function LandingPage() { description="Reliable, skilled, and family-owned. Over 20 years of serving Arizona homeowners with expert plumbing solutions. Available for emergencies 24/7." tag="Family-Owned & Operated" tagIcon={Shield} - tagAnimation="entrance-slide" + tagAnimation="opacity" buttons={[ { text: "Call Now: (480) 425-3535", href: "tel:+14804253535" }, { text: "Request Service", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-plunger_1368-742.jpg" imageAlt="Professional plumbing technician at work" mediaAnimation="blur-reveal" @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Robert Martinez", handle: "Homeowner, Scottsdale", testimonial: "Bradford arrived right on time and fixed our water line leak in under an hour. Professional and fair pricing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { name: "Sarah Johnson", handle: "Homeowner, Phoenix", testimonial: "20 years of using Babcock Plumbing. They're honest, skilled, and always show up when they promise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { name: "Michael Chen", handle: "Property Manager, Tempe", testimonial: "Emergency call at 2 AM and they were here in 30 minutes. Outstanding service. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { name: "Jennifer Lee", handle: "Homeowner, Chandler", testimonial: "Called for toilet repair and they diagnosed the real problem correctly. Saved me hundreds with their expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } ]} testimonialRotationInterval={5000} @@ -85,7 +85,7 @@ export default function LandingPage() { title="Our Plumbing Services" description="Comprehensive solutions for all your plumbing needs, from routine maintenance to emergency repairs." tag="Expert Services" - tagAnimation="entrance-slide" + tagAnimation="opacity" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -131,7 +131,7 @@ export default function LandingPage() { title="Proven Track Record" description="Our reputation speaks for itself. Here are the numbers behind Babcock Plumbing's commitment to excellence." tag="By The Numbers" - tagAnimation="entrance-slide" + tagAnimation="opacity" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -163,8 +163,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial" }, { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial" } ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="opacity" + avatarsAnimation="opacity" useInvertedBackground={false} /> @@ -175,7 +175,7 @@ export default function LandingPage() { title="Plumbing Emergency?" description="Don't wait. Call us immediately for 24/7 emergency plumbing service. We respond fast and fix it right." tagIcon={AlertCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" background={{ variant: "downward-rays-animated" }} useInvertedBackground={false} /> @@ -186,12 +186,12 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Got questions? We've got answers. Here's what Arizona homeowners ask us most." tag="Help & Support" - tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1" + tagAnimation="opacity" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg" imageAlt="Plumbing FAQ support" mediaAnimation="blur-reveal" mediaPosition="left" - faqsAnimation="entrance-slide" + faqsAnimation="opacity" textboxLayout="default" useInvertedBackground={false} animationType="smooth" @@ -225,7 +225,7 @@ export default function LandingPage() { title="Request Service or Call Now" description="Phone: (480) 425-3535 | Available 24/7 for emergencies. Fill out the form below and we'll get back to you within 2 hours during business hours." tagIcon={Phone} - tagAnimation="entrance-slide" + tagAnimation="opacity" inputPlaceholder="Your phone number" buttonText="Request Service" termsText="We respect your privacy. Your information is used only to contact you about your plumbing service request." @@ -236,7 +236,7 @@ export default function LandingPage() {