From 8b3be54640332c03c1c7babb34818ade0d738555 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:00:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 589a741..b3a4206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg?_wi=1" imageAlt="Beautiful healthy smile" mediaAnimation="blur-reveal" imagePosition="right" @@ -151,22 +151,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarahm_smiles", testimonial: "The entire experience was exceptional. Dr. Chen and her team made me feel completely at ease. My smile has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "@sarahm_smiles", testimonial: "The entire experience was exceptional. Dr. Chen and her team made me feel completely at ease. My smile has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Richardson", handle: "CEO, Tech Innovations", testimonial: "I've never experienced such professional and caring dental treatment. The results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson" + id: "2", name: "James Richardson", handle: "CEO, Tech Innovations", testimonial: "I've never experienced such professional and caring dental treatment. The results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson" }, { id: "3", name: "Emily Thompson", handle: "@emilyt_wellness", testimonial: "From the moment I walked in, I was impressed by the attention to detail and luxurious atmosphere. Truly world-class service.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Thompson" }, { - id: "4", name: "David Foster", handle: "Principal, Foster Academy", testimonial: "My implants look natural and feel perfect. The expertise here is unmatched. I recommend Luminous Dental to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Foster" + id: "4", name: "David Foster", handle: "Principal, Foster Academy", testimonial: "My implants look natural and feel perfect. The expertise here is unmatched. I recommend Luminous Dental to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Foster" }, { - id: "5", name: "Jessica Wong", handle: "@jessicaw_smiles", testimonial: "The whitening treatment was quick, painless, and the results are stunning. I'm so happy with my smile!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Jessica Wong" + id: "5", name: "Jessica Wong", handle: "@jessicaw_smiles", testimonial: "The whitening treatment was quick, painless, and the results are stunning. I'm so happy with my smile!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", imageAlt: "Jessica Wong" }, { - id: "6", name: "Michael Chen", handle: "CFO, Premier Finance", testimonial: "Exceptional care, luxurious environment, and outstanding results. This is dental excellence at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "6", name: "Michael Chen", handle: "CFO, Premier Finance", testimonial: "Exceptional care, luxurious environment, and outstanding results. This is dental excellence at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Chen" } ]} speed={40} @@ -184,7 +184,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="blur-reveal" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg?_wi=2" imageAlt="Dental wellness" inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1