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" }} />