Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-07 06:32:36 +00:00

View File

@@ -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}
/>
</div>