diff --git a/src/app/page.tsx b/src/app/page.tsx
index c449ea4..bedc946 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -51,7 +51,6 @@ export default function LandingPage() {
@@ -63,12 +62,13 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="split-description"
+ useInvertedBackground={false}
products={[
{
id: "1", name: "Ethiopian Yirgacheffe", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149294502.jpg?_wi=7"
},
{
- id: "2", name: "Colombia Supremo", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2"
+ id: "2", name: "Colombia Supremo", price: "$16.00", imageSrc: "http://img.b2bpic.net/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2"
},
]}
/>
@@ -78,6 +78,8 @@ export default function LandingPage() {