diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4e233f1..cfd6bbd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -77,14 +77,11 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
- {
- id: "1", brand: "Cosmetic Excellence", name: "Smile Enhancement", price: "Custom Quote", rating: 5,
+ { id: "1", brand: "Cosmetic Excellence", name: "Smile Enhancement", price: "Custom Quote", rating: 5,
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985764.jpg", imageAlt: "Cosmetic dentistry smile transformation"},
- {
- id: "2", brand: "Advanced Restoration", name: "Dental Implants", price: "Custom Quote", rating: 5,
+ { id: "2", brand: "Advanced Restoration", name: "Dental Implants", price: "Custom Quote", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-teeth-shades_107420-73950.jpg", imageAlt: "Dental implant restoration"},
- {
- id: "3", brand: "Perfect Alignment", name: "Orthodontics", price: "Custom Quote", rating: 5,
+ { id: "3", brand: "Perfect Alignment", name: "Orthodontics", price: "Custom Quote", rating: 5,
reviewCount: "1.6k", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-standing-holding-box_107420-73955.jpg", imageAlt: "Professional orthodontic treatment"},
]}
/>
@@ -93,12 +90,9 @@ export default function LandingPage() {
@@ -136,18 +127,12 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
- {
- id: "1", name: "Catherine Wellington", handle: "@cwellington", testimonial: "Outstanding experience from start to finish. The attention to detail and genuine care is unmatched. I finally feel confident about my smile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Catherine Wellington"},
- {
- id: "2", name: "Marcus Ashford", handle: "@marcusashford", testimonial: "Dr. Mitchell transformed my smile with such skill and artistry. The entire team made me feel valued and comfortable throughout my treatment journey.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-his-jacket-white-shirt-jacket-looking-confident-front-view_176474-99665.jpg", imageAlt: "Marcus Ashford"},
- {
- id: "3", name: "Sophia Chen", handle: "@sophiachen", testimonial: "The luxury touches and professional expertise create an experience beyond ordinary dentistry. Worth every moment invested in my dental health.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Sophia Chen"},
- {
- id: "4", name: "James Hartwell", handle: "@jhartwell", testimonial: "Best dental practice I've encountered. The technology is impressive, but the personal touch and genuine care are what truly set them apart from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-offering-coffee-paper-cup_23-2148112133.jpg", imageAlt: "James Hartwell"},
- {
- id: "5", name: "Isabella Romano", handle: "@isabellaromano", testimonial: "Every detail matters here, from the serene atmosphere to the expert treatment. I recommend Luminous Dental to everyone who values quality and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Isabella Romano"},
- {
- id: "6", name: "Alexander Brent", handle: "@alexbrent", testimonial: "Exceptional dental care in a beautiful, sophisticated setting. The results speak for themselves, and the experience is nothing short of premium luxury.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Alexander Brent"},
+ { id: "1", name: "Catherine Wellington", handle: "@cwellington", testimonial: "Outstanding experience from start to finish. The attention to detail and genuine care is unmatched. I finally feel confident about my smile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Catherine Wellington"},
+ { id: "2", name: "Marcus Ashford", handle: "@marcusashford", testimonial: "Dr. Mitchell transformed my smile with such skill and artistry. The entire team made me feel valued and comfortable throughout my treatment journey.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-his-jacket-white-shirt-jacket-looking-confident-front-view_176474-99665.jpg", imageAlt: "Marcus Ashford"},
+ { id: "3", name: "Sophia Chen", handle: "@sophiachen", testimonial: "The luxury touches and professional expertise create an experience beyond ordinary dentistry. Worth every moment invested in my dental health.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Sophia Chen"},
+ { id: "4", name: "James Hartwell", handle: "@jhartwell", testimonial: "Best dental practice I've encountered. The technology is impressive, but the personal touch and genuine care are what truly set them apart from the rest.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-offering-coffee-paper-cup_23-2148112133.jpg", imageAlt: "James Hartwell"},
+ { id: "5", name: "Isabella Romano", handle: "@isabellaromano", testimonial: "Every detail matters here, from the serene atmosphere to the expert treatment. I recommend Luminous Dental to everyone who values quality and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Isabella Romano"},
+ { id: "6", name: "Alexander Brent", handle: "@alexbrent", testimonial: "Exceptional dental care in a beautiful, sophisticated setting. The results speak for themselves, and the experience is nothing short of premium luxury.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Alexander Brent"},
]}
speed={40}
/>
@@ -156,7 +141,7 @@ export default function LandingPage() {