From 80d9dfcd44b35e6cb99c32265e60fb082e5ab89f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:49:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48194eb..2d8bbb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,9 +195,9 @@ export default function LandingPage() { { id: "t3", name: "Emily R.", role: "Luxury Brand Manager", testimonial: "ERIDENS embodies luxury and effectiveness. The results are undeniable, and the strips are gentle. It's now an essential part of my beauty regimen.", imageSrc: "http://img.b2bpic.net/free-photo/friends-visiting-city-summer_329181-13773.jpg", imageAlt: "Emily R. happy customer"}, { - id: "t4", name: "David L.", role: "Software Engineer", testimonial: "Fast results and zero sensitivity – ERIDENS is a game-changer. My smile has never looked this good, and it fits perfectly into my hectic schedule.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses_158538-20763.jpg", alt: "David L. happy customer"}, + id: "t4", name: "David L.", role: "Software Engineer", testimonial: "Fast results and zero sensitivity – ERIDENS is a game-changer. My smile has never looked this good, and it fits perfectly into my hectic schedule.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses_158538-20763.jpg", imageAlt: "David L. happy customer"}, { - id: "t5", name: "Jessica M.", role: "CEO & Founder", testimonial: "ERIDENS gave me the radiant smile I've always wanted, without any hassle. The premium feel and amazing results make it truly stand out. A must-have!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smile_53876-41100.jpg", alt: "Jessica M. happy customer"}, + id: "t5", name: "Jessica M.", role: "CEO & Founder", testimonial: "ERIDENS gave me the radiant smile I've always wanted, without any hassle. The premium feel and amazing results make it truly stand out. A must-have!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smile_53876-41100.jpg", imageAlt: "Jessica M. happy customer"}, ]} title="Hear From Our Happy Customers" description="Real results from real people. Discover why busy professionals are choosing ERIDENS for their smile transformation and experiencing a new level of confidence." -- 2.49.1