diff --git a/src/app/page.tsx b/src/app/page.tsx index fed5dcd..770e523 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,88 +32,38 @@ export default function LandingPage() {
@@ -123,21 +73,9 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Flavor" metrics={[ - { - icon: Award, - label: "Years Active", - value: "25+", - }, - { - icon: Shield, - label: "Authentic Recipes", - value: "100%", - }, - { - icon: Star, - label: "Global Fans", - value: "10k+", - }, + { icon: Award, label: "Years Active", value: "25+" }, + { icon: Shield, label: "Authentic Recipes", value: "100%" }, + { icon: Star, label: "Global Fans", value: "10k+" }, ]} metricsAnimation="slide-up" /> @@ -150,42 +88,12 @@ export default function LandingPage() { gridVariant="bento-grid" 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: "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", - }, - { - id: "6", - name: "Exotic Blend Set", - price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-preserved-mussels-can-with-fork_23-2148793626.jpg", - }, + { 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: "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" }, + { id: "6", name: "Exotic Blend Set", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-preserved-mussels-can-with-fork_23-2148793626.jpg" }, ]} title="Our Signature Selection" description="Curated ingredients and prepared goods designed to bring majesty to your kitchen table." @@ -198,21 +106,9 @@ export default function LandingPage() { title="Why Maharaja Foods?" description="We don't just supply food; we orchestrate culinary experiences through meticulous selection and ethical farming practices." accordionItems={[ - { - id: "f1", - title: "Farm-to-Table", - content: "We work directly with growers to ensure only the highest quality raw ingredients make it into our facility.", - }, - { - id: "f2", - title: "Traditional Methods", - content: "Our recipes follow generations-old techniques that preserve natural aromas and nutritional integrity.", - }, - { - id: "f3", - title: "Quality Certified", - content: "Every batch undergoes rigorous lab testing to meet international safety and excellence standards.", - }, + { id: "f1", title: "Farm-to-Table", content: "We work directly with growers to ensure only the highest quality raw ingredients make it into our facility." }, + { id: "f2", title: "Traditional Methods", content: "Our recipes follow generations-old techniques that preserve natural aromas and nutritional integrity." }, + { id: "f3", title: "Quality Certified", content: "Every batch undergoes rigorous lab testing to meet international safety and excellence standards." }, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-free-place_140725-105825.jpg" mediaAnimation="slide-up" @@ -223,31 +119,11 @@ export default function LandingPage() {