diff --git a/src/app/page.tsx b/src/app/page.tsx index cdc045e..60b02df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,11 +15,11 @@ export default function LandingPage() { return ( @@ -71,7 +71,7 @@ export default function LandingPage() { description="Discover our comprehensive range of specialized dental treatments delivered with precision and care" tag="Our Services" tagIcon={CheckCircle} - tagAnimation="reveal-blur" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" @@ -102,7 +102,7 @@ export default function LandingPage() { buttons={[ { text: "Meet Our Team", href: "#contact" } ]} - buttonAnimation="reveal-blur" + buttonAnimation="slide-up" /> @@ -112,17 +112,17 @@ export default function LandingPage() { description="State-of-the-art technology combined with personalized care and a commitment to your dental health" tag="Our Advantages" tagIcon={Award} - tagAnimation="reveal-blur" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="two-columns-alternating-heights" animationType="blur-reveal" features={[ { - title: "Advanced Technology", description: "Latest digital imaging, laser treatments, and digital smile design technology for precision diagnostics and treatment", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg?_wi=2", imageAlt: "Modern dental technology equipment" + title: "Advanced Technology", description: "Latest digital imaging, laser treatments, and digital smile design technology for precision diagnostics and treatment", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg", imageAlt: "Modern dental technology equipment" }, { - title: "Comfort-First Approach", description: "Relaxing environment with premium amenities, sedation options, and individualized pain management strategies", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=1", imageAlt: "Luxury dental practice reception" + title: "Comfort-First Approach", description: "Relaxing environment with premium amenities, sedation options, and individualized pain management strategies", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg", imageAlt: "Luxury dental practice reception" } ]} /> @@ -134,10 +134,10 @@ export default function LandingPage() { description="Hear from those who have experienced exceptional care at Luminous Dental" tag="Patient Reviews" tagIcon={Star} - tagAnimation="reveal-blur" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - animationType="reveal-blur" + animationType="slide-up" testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@smarth_smile", testimonial: "Dr. Johnson's expertise transformed my smile completely. The entire team was professional, welcoming, and made me feel at ease throughout every appointment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg", imageAlt: "Sarah Mitchell" @@ -165,14 +165,14 @@ export default function LandingPage() {