diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5c88cbc..43f8de5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -52,8 +52,7 @@ export default function LandingPage() {
@@ -64,6 +63,7 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="bento-grid"
textboxLayout="split"
+ useInvertedBackground={false}
products={[
{ id: "1", name: "Precision Lie Generator X1", price: "$4,999", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-parts-factory_1234-5678.jpg" },
{ id: "2", name: "Hydraulic Pump Systems (Heavy Duty)", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/pump-system-industrial_9876-5432.jpg" },
@@ -74,8 +74,10 @@ export default function LandingPage() {
@@ -97,12 +100,14 @@ export default function LandingPage() {
@@ -110,6 +115,7 @@ export default function LandingPage() {