From a75ae6dc73de03fbe43419d2d2e6093b19a2de2a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:32:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7ac6bf..29057cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,7 +23,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -51,33 +51,33 @@ export default function LandingPage() { tag="4.4★ Rating • ₹1–200 per person" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913316.jpg?_wi=1", imageAlt: "Traditional Idli with Sambar" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913316.jpg", imageAlt: "Traditional Idli with Sambar" }, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-beef-cachapa-wooden-table_123827-23018.jpg?_wi=1", imageAlt: "Crispy Masala Dosa" + imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-beef-cachapa-wooden-table_123827-23018.jpg", imageAlt: "Crispy Masala Dosa" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg?_wi=1", imageAlt: "Paneer Ghee Roast" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg", imageAlt: "Paneer Ghee Roast" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tart-cake-wooden-plate-with-cup-tea-high-quality-photo_114579-36212.jpg?_wi=1", imageAlt: "South Indian Filter Coffee" + imageSrc: "http://img.b2bpic.net/free-photo/tart-cake-wooden-plate-with-cup-tea-high-quality-photo_114579-36212.jpg", imageAlt: "South Indian Filter Coffee" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chicken-nuggets-lettuce-plate-black-pepper-wooden-bowl-wooden-spoons-dark-table_140725-112082.jpg?_wi=1", imageAlt: "Crispy Medu Vada" + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chicken-nuggets-lettuce-plate-black-pepper-wooden-bowl-wooden-spoons-dark-table_140725-112082.jpg", imageAlt: "Crispy Medu Vada" }, { - imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-sauce-top-view_23-2148875235.jpg?_wi=1", imageAlt: "Golden Cheese Balls" + imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-sauce-top-view_23-2148875235.jpg", imageAlt: "Golden Cheese Balls" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-mushrooms-soup-wooden-bowl_114579-37599.jpg?_wi=1", imageAlt: "Spiced Kadai Mushroom" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-mushrooms-soup-wooden-bowl_114579-37599.jpg", imageAlt: "Spiced Kadai Mushroom" }, { - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-foodl-dushbere-gurze-served-with-yogurt-tomato-sauce-white-plate-decorated-with-turshu-wooden-table_114579-43.jpg?_wi=1", imageAlt: "Fragrant Veg Pulav" + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-foodl-dushbere-gurze-served-with-yogurt-tomato-sauce-white-plate-decorated-with-turshu-wooden-table_114579-43.jpg", imageAlt: "Fragrant Veg Pulav" } ]} buttons={[ @@ -112,31 +112,31 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Idli", price: "₹20–40", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913316.jpg?_wi=2", imageAlt: "Traditional Idli with Sambar" + id: "1", name: "Idli", price: "₹20–40", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913316.jpg", imageAlt: "Traditional Idli with Sambar" }, { - id: "2", name: "Vada", price: "₹15–30", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chicken-nuggets-lettuce-plate-black-pepper-wooden-bowl-wooden-spoons-dark-table_140725-112082.jpg?_wi=2", imageAlt: "Crispy Medu Vada" + id: "2", name: "Vada", price: "₹15–30", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chicken-nuggets-lettuce-plate-black-pepper-wooden-bowl-wooden-spoons-dark-table_140725-112082.jpg", imageAlt: "Crispy Medu Vada" }, { - id: "3", name: "Masala Dosa", price: "₹35–60", imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-beef-cachapa-wooden-table_123827-23018.jpg?_wi=2", imageAlt: "Crispy Masala Dosa" + id: "3", name: "Masala Dosa", price: "₹35–60", imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-beef-cachapa-wooden-table_123827-23018.jpg", imageAlt: "Crispy Masala Dosa" }, { - id: "4", name: "Cheese Balls", price: "₹45–75", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-sauce-top-view_23-2148875235.jpg?_wi=2", imageAlt: "Golden Cheese Balls" + id: "4", name: "Cheese Balls", price: "₹45–75", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-sauce-top-view_23-2148875235.jpg", imageAlt: "Golden Cheese Balls" }, { - id: "5", name: "Paneer Ghee Roast", price: "₹80–120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg?_wi=2", imageAlt: "Paneer Ghee Roast" + id: "5", name: "Paneer Ghee Roast", price: "₹80–120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg", imageAlt: "Paneer Ghee Roast" }, { - id: "6", name: "Veg Pulav", price: "₹50–85", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-foodl-dushbere-gurze-served-with-yogurt-tomato-sauce-white-plate-decorated-with-turshu-wooden-table_114579-43.jpg?_wi=2", imageAlt: "Fragrant Veg Pulav" + id: "6", name: "Veg Pulav", price: "₹50–85", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-traditional-foodl-dushbere-gurze-served-with-yogurt-tomato-sauce-white-plate-decorated-with-turshu-wooden-table_114579-43.jpg", imageAlt: "Fragrant Veg Pulav" }, { - id: "7", name: "Kadai Mushroom", price: "₹70–110", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mushrooms-soup-wooden-bowl_114579-37599.jpg?_wi=2", imageAlt: "Spiced Kadai Mushroom" + id: "7", name: "Kadai Mushroom", price: "₹70–110", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mushrooms-soup-wooden-bowl_114579-37599.jpg", imageAlt: "Spiced Kadai Mushroom" }, { id: "8", name: "Veg Kohlapuri", price: "₹65–100", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-roasted-eggplant-salad-bowl-different-spices-small-bowls-dark-table_140725-130858.jpg", imageAlt: "Spicy Veg Kohlapuri" }, { - id: "9", name: "Filter Coffee", price: "₹25–45", imageSrc: "http://img.b2bpic.net/free-photo/tart-cake-wooden-plate-with-cup-tea-high-quality-photo_114579-36212.jpg?_wi=2", imageAlt: "South Indian Filter Coffee" + id: "9", name: "Filter Coffee", price: "₹25–45", imageSrc: "http://img.b2bpic.net/free-photo/tart-cake-wooden-plate-with-cup-tea-high-quality-photo_114579-36212.jpg", imageAlt: "South Indian Filter Coffee" } ]} gridVariant="uniform-all-items-equal" @@ -203,7 +203,7 @@ export default function LandingPage() { description="Located on Kanakapura Main Rd, opposite KSIT College in Raghuvanahalli. Open daily from 6:30 AM to 10:30 PM. For reservations or queries, call us or send a message." tagIcon={MapPin} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/cozy-cafe-hotel-decorated-with-green-plants-flowers_181624-37913.jpg" imageAlt="Parkview Restaurant Location" -- 2.49.1