Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-24 12:24:25 +00:00

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>