From 5e5a4d1802ad204ac17d202948e396e86ba7c482 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:17:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 122 ++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47a31f0..866a7df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ export default function LandingPage() { return ( @@ -56,17 +46,14 @@ export default function LandingPage() {
@@ -77,9 +64,7 @@ export default function LandingPage() { title="A Legacy of Flavor" buttons={[ { - text: "Our Story", - href: "#", - }, + text: "Our Story", href: "#"}, ]} /> @@ -92,41 +77,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Butter Chicken", - price: "$16.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg", - }, + id: "1", name: "Butter Chicken", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg"}, { - id: "2", - name: "Naan Basket", - price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/stack-freshly-baked-golden-buns_84443-82435.jpg", - }, + id: "2", name: "Naan Basket", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/stack-freshly-baked-golden-buns_84443-82435.jpg"}, { - id: "3", - name: "Lamb Biryani", - price: "$18.99", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-five-bowls-spices-bottle-oil-appetizing-dish-tree-branches-dark-table_140725-122857.jpg", - }, + id: "3", name: "Lamb Biryani", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-five-bowls-spices-bottle-oil-appetizing-dish-tree-branches-dark-table_140725-122857.jpg"}, { - id: "4", - name: "Vegetable Samosa", - price: "$6.99", - imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg", - }, + id: "4", name: "Vegetable Samosa", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg"}, { - id: "5", - name: "Palak Paneer", - price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-vegetables-with-seasonings-greens-blue-table-dish-meal-meat-cuisine-food-family-taste_140725-144670.jpg", - }, + id: "5", name: "Palak Paneer", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-vegetables-with-seasonings-greens-blue-table-dish-meal-meat-cuisine-food-family-taste_140725-144670.jpg"}, { - id: "6", - name: "Gulab Jamun", - price: "$4.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-little-yellow-candies-with-cake-inside-plate-grey-background-candy-tea-sugar-cake-sweet_140725-116049.jpg", - }, + id: "6", name: "Gulab Jamun", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-little-yellow-candies-with-cake-inside-plate-grey-background-candy-tea-sugar-cake-sweet_140725-116049.jpg"}, ]} title="Culinary Favorites" description="Hand-picked dishes from across the Indian subcontinent." @@ -141,28 +102,18 @@ export default function LandingPage() { author="Anjali Mehta" avatars={[ { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg", - alt: "Anjali Mehta", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg", alt: "Anjali Mehta"}, { - src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669763.jpg", - alt: "Rahul Singh", - }, + src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669763.jpg", alt: "Rahul Singh"}, { - src: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-woman-sitting-street-cafe_1153-6010.jpg", - alt: "Priya Sharma", - }, + src: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-woman-sitting-street-cafe_1153-6010.jpg", alt: "Priya Sharma"}, { - src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg", - alt: "Vikram Patel", - }, + src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg", alt: "Vikram Patel"}, { - src: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg", - alt: "Sunita Rao", - }, + src: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg", alt: "Sunita Rao"}, ]} - ratingAnimation="reveal-blur" - avatarsAnimation="reveal-blur" + ratingAnimation="slide-up" + avatarsAnimation="slide-up" /> @@ -170,14 +121,11 @@ export default function LandingPage() { @@ -187,29 +135,19 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/bowl-spoons-with-powders_23-2147964167.jpg" columns={[ { - title: "Store", - items: [ + title: "Store", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]} -- 2.49.1