Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user