2 Commits

Author SHA1 Message Date
5bd8723fa7 Update src/app/page.tsx 2026-06-03 12:19:56 +00:00
fe0bca85ea Update src/app/page.tsx 2026-06-03 12:18:55 +00:00

View File

@@ -157,7 +157,7 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials" className="mx-auto px-4 md:px-6"> <div id="testimonials" data-section="testimonials" className="mx-auto px-4 md:px-6">
<TestimonialCardFifteen <TestimonialCardFifteen
testimonial="\"Dining at L'Authentik was an absolute delight! The flavors were incredible, the service impeccable, and the ambiance truly enchanting. A must-visit for any food lover.\"" testimonial="Dining at L'Authentik was an absolute delight! The flavors were incredible, the service impeccable, and the ambiance truly enchanting. A must-visit for any food lover."
rating={5} rating={5}
author="Isabelle Dubois" author="Isabelle Dubois"
avatars={[ avatars={[
@@ -167,7 +167,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/businessman-posing-restaurant_1157-45809.jpg", alt: "older gentleman confident look" }, { src: "http://img.b2bpic.net/free-photo/businessman-posing-restaurant_1157-45809.jpg", alt: "older gentleman confident look" },
{ src: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg", alt: "happy couple restaurant dinner" } { src: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg", alt: "happy couple restaurant dinner" }
]} ]}
ratingAnimation="reveal-blur" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
/> />