diff --git a/src/app/page.tsx b/src/app/page.tsx index 790c4e1..31abc62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,7 @@ export default function LandingPage() { description="Hand-picked seasonal ingredients prepared by masters of their craft." gridVariant="bento-grid" animationType="blur-reveal" + textboxLayout="split" useInvertedBackground={true} products={[ { id: "1", name: "Tandoori Masterpiece", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-dish-green-beans-plate-fork-garlic-bottle-oil-white-notebook-bowls-spices-dark-table_140725-120100.jpg" }, @@ -80,8 +81,11 @@ export default function LandingPage() {