From bb0315f356ef9821a21c7a1422b40adcf3a9aaca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:32:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d632ac3..7e43a36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "1", name: "Royal Masala Blend", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-jar-with-dry-peas-wooden-table_140725-12850.jpg" }, - { id: "2", name: "Authentic Curry Mix", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetarian-soup-rustic-wooden-bowl-generated-by-ai_188544-33391.jpg" }, + { id: "2", name: "Authentic Curry Mix", price: "$15.00", imageSrc: "http://img.b2bpic.net/fresh-vegetarian-soup-rustic-wooden-bowl-generated-by-ai_188544-33391.jpg" }, { id: "3", name: "Heritage Spice Box", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-notebook-spices_23-2148834780.jpg" }, { id: "4", name: "Golden Basmati Rice", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-rice-brown-black-bowl-rice-table_140725-74059.jpg" }, { id: "5", name: "Organic Cold-Pressed Oil", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/golden-steam-underwater-oil_23-2148227201.jpg" }, @@ -168,6 +168,7 @@ export default function LandingPage() { text="Connect with our culinary team for personalized service and bulk inquiries." background={{ variant: "sparkles-gradient" }} buttons={[{ text: "Contact Support", href: "mailto:support@maharajafoods.com" }]} + useInvertedBackground={false} /> -- 2.49.1