Update src/app/page.tsx

This commit is contained in:
2026-04-24 12:24:22 +00:00
parent 74334079ac
commit 5bc6722fdd

View File

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