diff --git a/src/app/page.tsx b/src/app/page.tsx index a7a1199..c5afe96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -117,15 +117,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Premium Care", name: "Professional Teeth Whitening", price: "$299", rating: 5, - reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ksz5v&_wi=2", imageAlt: "Professional teeth whitening treatment" + reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ksz5v", imageAlt: "Professional teeth whitening treatment" }, { id: "2", brand: "Precision Alignment", name: "Clear Aligners System", price: "$3,500", rating: 5, - reviewCount: "892", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=425050&_wi=2", imageAlt: "Modern clear aligners orthodontic treatment" + reviewCount: "892", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=425050", imageAlt: "Modern clear aligners orthodontic treatment" }, { id: "3", brand: "Advanced Restoration", name: "Dental Implant Solution", price: "$4,200", rating: 5, - reviewCount: "754", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5xgdk2&_wi=2", imageAlt: "Premium dental implant restoration" + reviewCount: "754", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5xgdk2", imageAlt: "Premium dental implant restoration" } ]} /> @@ -140,10 +140,10 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Healthcare Professional", testimonial: "The entire experience at Luminous Dental was exceptional. From the welcoming staff to Dr. Chen's expertise, I felt completely comfortable. My smile transformation has boosted my confidence tremendously.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n87eop&_wi=1", imageAlt: "Sarah Mitchell, satisfied dental patient" + id: "1", name: "Sarah Mitchell", handle: "Healthcare Professional", testimonial: "The entire experience at Luminous Dental was exceptional. From the welcoming staff to Dr. Chen's expertise, I felt completely comfortable. My smile transformation has boosted my confidence tremendously.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n87eop", imageAlt: "Sarah Mitchell, satisfied dental patient" }, { - id: "2", name: "James Richardson", handle: "Business Executive", testimonial: "I was nervous about dental work, but the team's professionalism and attention to detail instantly put me at ease. The results exceeded my expectations. Highly recommend to anyone seeking premium care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1f22f9&_wi=1", imageAlt: "James Richardson, patient testimonial" + id: "2", name: "James Richardson", handle: "Business Executive", testimonial: "I was nervous about dental work, but the team's professionalism and attention to detail instantly put me at ease. The results exceeded my expectations. Highly recommend to anyone seeking premium care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1f22f9", imageAlt: "James Richardson, patient testimonial" }, { id: "3", name: "Emily Watson", handle: "Creative Director", testimonial: "Luminous Dental is truly luxury dentistry at its finest. The state-of-the-art technology combined with their gentle approach makes all the difference. I'm thrilled with my smile makeover.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ae9hzi", imageAlt: "Emily Watson, dental transformation patient" @@ -152,10 +152,10 @@ export default function LandingPage() { id: "4", name: "David Chen", handle: "Entrepreneur", testimonial: "After trying multiple dental practices, I finally found excellence at Luminous Dental. Their commitment to precision and patient comfort is unmatched. Worth every visit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6a3jg0", imageAlt: "David Chen, premium dental patient" }, { - id: "5", name: "Jennifer Lopez", handle: "Marketing Manager", testimonial: "The personalized treatment plan Dr. Michelle created for me was perfect. She listened to my concerns and delivered exactly what I wanted. Best dental investment I've made.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n87eop&_wi=2", imageAlt: "Jennifer Lopez, dental patient" + id: "5", name: "Jennifer Lopez", handle: "Marketing Manager", testimonial: "The personalized treatment plan Dr. Michelle created for me was perfect. She listened to my concerns and delivered exactly what I wanted. Best dental investment I've made.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n87eop", imageAlt: "Jennifer Lopez, dental patient" }, { - id: "6", name: "Michael Torres", handle: "Financial Advisor", testimonial: "Professional, courteous, and results-oriented. That's Luminous Dental in three words. My family now sees them exclusively for all our dental needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1f22f9&_wi=2", imageAlt: "Michael Torres, patient review" + id: "6", name: "Michael Torres", handle: "Financial Advisor", testimonial: "Professional, courteous, and results-oriented. That's Luminous Dental in three words. My family now sees them exclusively for all our dental needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1f22f9", imageAlt: "Michael Torres, patient review" } ]} speed={40}