diff --git a/src/app/page.tsx b/src/app/page.tsx index ba60511..48194eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { logoAlt="ERIDENS Logo" brandName="ERIDENS" button={{ - text: "Shop Now", href: "#product"}} + text: "Shop Now", href: "#product"}} /> @@ -75,8 +75,8 @@ export default function LandingPage() { { text: "Learn More", href: "#benefits"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-model-with-fresh-daily-makeup_158538-10307.jpg" - imageAlt="ERIDENS Purple Instant Teeth Whitening Strips packaging and model with bright smile" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGD3QcfzqHfZsaFJ6CGWQRvlWG/uploaded-1780595320478-tmratf0o.jpg" + imageAlt="Smiling model showcasing bright white teeth after using ERIDENS Purple Whitening" mediaAnimation="slide-up" avatars={[ { @@ -112,7 +112,7 @@ export default function LandingPage() { @@ -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", imageAlt: "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", alt: "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", imageAlt: "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", alt: "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." @@ -273,4 +273,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file