Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-04 16:41:27 +00:00

View File

@@ -60,6 +60,7 @@ export default function LandingPage() {
metrics={[{ value: "100+", title: "Farm Partners" }, { value: "50+", title: "Coffee Origins" }, { value: "20K+", title: "Cups Served" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-pile-coffee-beans-coffee-shop_23-2149458066.jpg"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -91,6 +92,7 @@ export default function LandingPage() {
{ id: "p4", name: "Colombian Supremo", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg" }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -116,6 +118,7 @@ export default function LandingPage() {
showRating={true}
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The coffee is amazing!", rating: 5 },
{ id: "t2", name: "Marcus L.", handle: "@marcusl", testimonial: "Great quality beans.", rating: 5 }
@@ -144,6 +147,8 @@ export default function LandingPage() {
description="Questions? Suggestions? We'd love to hear from you."
imageSrc="http://img.b2bpic.net/free-photo/breakfast-table-with-coffee-cake-milk_23-2151982929.jpg"
mediaPosition="right"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>