From 5bc6722fdd3de9e97a0eb357404a97f52bdac7c2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:24:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c971157..df85c98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,6 +120,7 @@ export default function LandingPage() { useInvertedBackground={true} showRating={true} title="Testimonials" + description="What our coffee lovers say about us." testimonials={[ { id: "t1", name: "Yuji Tk", handle: "@yujitk", testimonial: "My favorite roaster in the entire Detroit area.", rating: 5 } ]} @@ -146,6 +147,7 @@ export default function LandingPage() { description="Stop by for a pour-over or order online." tag="Visit" buttons={[{ text: "Get Directions" }]} + background={{ variant: "plain" }} />