diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8867c79..8c8fa1f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -61,7 +61,6 @@ export default function LandingPage() {
]}
carouselPosition="right"
ariaLabel="Hero section"
- useInvertedBackground={false}
/>
@@ -72,7 +71,7 @@ export default function LandingPage() {
{ id: "emergency-repairs", title: "24/7 Emergency Repairs", description: "Burst pipe? Leaky faucet? We're available day and night for urgent plumbing issues, providing fast and effective solutions when you need them most.", imageSrc: "https://pixabay.com/get/gb1335cd8e5534d3d51067a2d8dee105b91dc0cbdfab70b35eef41608fd80ab6af5e36be9d054104b3dfe78bb6c7c79b3c45116a743cd409359e2fe04d1aa71ab_1280.jpg", imageAlt: "plumber fixing burst pipe emergency" },
{ id: "drain-cleaning", title: "Expert Drain Cleaning", description: "Clogged drains are no match for our advanced tools and expertise. We clear blockages efficiently, restoring proper flow to your sinks, showers, and toilets.", imageSrc: "https://pixabay.com/get/g059623721ca7b186e51cff5bbf2df6a6af8fb0a972187e0dbe7037636b12fd4fa17cba6522ce8e14a6d7aaf29aee2b66fb87a4b3718f62f07bbbe071551e63b9_1280.jpg", imageAlt: "plumber unclogging drain snake tool" },
{ id: "water-heater", title: "Water Heater Services", description: "From installation to repair and maintenance, we ensure your water heater operates safely and efficiently, providing consistent hot water for your home.", imageSrc: "https://pixabay.com/get/ge8dab290038c14e57c815c13019a3f6c74cb087945f323129e3e9afa28ab217738f20334b8c3f94545f89695950be09a7ae1c541c2d5bd66e0d937f81a157569_1280.jpg", imageAlt: "water heater installation maintenance" },
- { id: "leak-detection", title: "Advanced Leak Detection", description: "Hidden leaks can cause significant damage. Our precise leak detection services identify and fix leaks quickly, preventing costly repairs and water waste.", imageSrc: "https://pixabay.com/get/gc2580dfd3fa71d3c5d4032e80d94daf5e6c5fbd3a7f221a6c65b1acac62bd6d2d29cfb3ac691edb4455c336bece61f3bf541568aa172360276ca4bd8d5e74ad7_1280.jpg", imageAlt: "plumber using leak detection equipment" },
+ { id: "leak-detection", title: "Advanced Leak Detection", description: "Hidden leaks can cause significant damage. Our precise leak detection services identify and fix leaks quickly, preventing costly repairs and water waste.", imageSrc: "https://pixabay.com/get/gc2580dfd3fa71d3c5d4032e80d94daf5e6c5fbd3a7f221a6c65b1acac62bd6d2d9cfb3ac691edb4455c336bece61f3bf541568aa172360276ca4bd8d5e74ad7_1280.jpg", imageAlt: "plumber using leak detection equipment" },
{ id: "pipe-repair", title: "Pipe Repair & Replacement", description: "Whether it's a small crack or a major pipe replacement, our team handles all types of pipe work with durable materials and expert craftsmanship.", imageSrc: "https://pixabay.com/get/gc3b17c4a92b791bcf351123b12133615a7fa6b45e65e5c13622f705599e4b7ea2d9f14cc2890393070c5ba6d0f88cd7e1cd7921d8ff93520fa780b8ad9b8805b_1280.jpg", imageAlt: "pipe repair replacement technician" },
{ id: "bathroom-kitchen", title: "Bathroom & Kitchen Plumbing", description: "Installing new fixtures, repairing existing ones, or renovating your entire space. We cover all plumbing needs for your bathroom and kitchen.", imageSrc: "https://pixabay.com/get/gc5cba5962271f73eeabfd082b3e2ce1981708760ec069623484c08ff43f09a2415b738a92605d09b1dc452da7eddfb4dcc95c1cec528c307680e1f2af2b98d8b_1280.jpg", imageAlt: "bathroom plumbing installation shower" }
]}
@@ -80,6 +79,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
ariaLabel="Feature section"
+ animationType="reveal-blur"
/>
@@ -91,7 +91,7 @@ export default function LandingPage() {
{ id: "2", value: "5000+", description: "Happy customers who rely on Plumber's Crack for all their plumbing needs and emergencies." },
{ id: "3", value: "99%", description: "On-time arrival rate, ensuring we respect your time and provide prompt, reliable service every time." }
]}
- metricsAnimation="text-stagger"
+ metricsAnimation="entrance-slide"
useInvertedBackground={false}
ariaLabel="Metrics section"
/>
@@ -114,6 +114,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
ariaLabel="Testimonials section"
+ animationType="reveal-blur"
/>
@@ -128,9 +129,9 @@ export default function LandingPage() {
]}
imageSrc="https://pixabay.com/get/g0e440385448018e68c4232faef92eb8e73663ae3a7ec141c790016a12b6988a5137a295ad51278a925882a165fa10b80562456bed844a6017e6d1589ce71a806_1280.jpg"
imageAlt="customer service representative phone"
- mediaAnimation="icon-arrow"
+ mediaAnimation="entrance-slide"
mediaPosition="left"
- faqsAnimation="icon-arrow"
+ faqsAnimation="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
animationType="smooth"