From 1fdf931dead3f0e2bc1a6fa989bc3edc9dcaf205 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:26:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bcbbf2..700cd6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,6 +169,7 @@ export default function LandingPage() { testimonial="Exceptional attention to detail! My car looks better than the day I bought it. Highly recommended for any automotive enthusiast in Islamabad." rating={5} author="Ahmed K." + avatars={[]} ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} @@ -177,6 +178,7 @@ export default function LandingPage() { testimonial="Professional service, clear communication, and impeccable results. Truly the best detailing studio in the city." rating={5} author="Sara Z." + avatars={[]} ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} @@ -185,6 +187,7 @@ export default function LandingPage() { testimonial="The paint protection application was flawless. These guys really understand automotive aesthetics and care." rating={5} author="Bilal M." + avatars={[]} ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} -- 2.49.1