diff --git a/src/app/page.tsx b/src/app/page.tsx index f0f1e05..00335f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "p1", name: "Buffalo Wings (10pc)", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-wings-with-green-salad-dark-background-meal-dish-food-meat-chicken-fry-cooking-photo_140725-160698.jpg" }, { id: "p2", name: "Chicken Gyro", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-sauce-table_140725-6618.jpg" }, @@ -109,6 +110,7 @@ export default function LandingPage() { ]} showRating={true} title="What Bham Says" + description="Customer feedback is the heart of 205 Wings." />