diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f6601..c7c9b1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} /> @@ -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} />