From 95abd9701d3de9e10dad8e74c549cbc030615f9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 17:47:32 +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 f92301d..07b33f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,6 +143,8 @@ export default function LandingPage() { tag="Customer Reviews" tagIcon={Star} tagAnimation="slide-up" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Gary G., Burlington, WI", date: "Date: January 27, 2025", title: "One of the top five donut shops!", quote: "Stopped here to get a couple dozen of these gems for work staff. In my opinion, one of the top five doughnut shops in southeastern Wisconsin. Puts Dunkin and Krispy Kreme to shame! I could never eat another establishment's doughnut again. You can tell they are handmade.", tag: "Premium Quality", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3i3bhi", avatarAlt: "Gary G.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3i3bhi", imageAlt: "happy customer coffee shop enjoying beverage" @@ -157,8 +159,6 @@ export default function LandingPage() { id: "4", name: "Alex B., Easley, SC", date: "Date: December 31, 2023", title: "Best donuts I've had, better get there early!", quote: "Best donuts I've had. You have to get them early. They will run out. I bought Crew breakfast there for 2 years. The only complaint was weight gain. YUMMY! Coffee was good also.", tag: "Most Popular", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vmgd7c", avatarAlt: "Alex B.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vmgd7c", imageAlt: "person portrait coffee shop aesthetic lighting" } ]} - textboxLayout="default" - useInvertedBackground={false} buttons={[{ text: "See All Reviews", href: "#" }]} buttonAnimation="slide-up" /> -- 2.49.1