diff --git a/src/app/page.tsx b/src/app/page.tsx index 33f8e0c..3a03c99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -222,12 +222,12 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "featured-review-1", name: "Venezuelan Community Member", role: "Home & Heritage", testimonial: "I'm Venezuelan and haven't felt like I've had authentic food in this country... until Pia's Bakery. It reminded me of my grandma's house, the flavors she made, the love she put into every meal. This place is that for me now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cfkvgq&_wi=2", imageAlt: "Cherished customer", icon: Heart + id: "featured-review-1", name: "Venezuelan Community Member", role: "Home & Heritage", testimonial: "I'm Venezuelan and haven't felt like I've had authentic food in this country... until Pia's Bakery. It reminded me of my grandma's house, the flavors she made, the love she put into every meal. This place is that for me now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cfkvgq", imageAlt: "Cherished customer", icon: Heart } ]} containerClassName="max-w-3xl mx-auto" - titleClassName="text-4xl md:text-5xl font-light tracking-tight" - descriptionClassName="text-lg text-opacity-80" + textBoxTitleClassName="text-4xl md:text-5xl font-light tracking-tight" + textBoxDescriptionClassName="text-lg text-opacity-80" cardClassName="p-8 md:p-12 rounded-3xl shadow-lg text-center" imageClassName="w-20 h-20 rounded-full mx-auto mb-6 object-cover" nameClassName="font-semibold text-xl"