From 94d2318d1704bfd6faf3ed129aaf64750936418f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:47:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 274 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 234 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e960b58..fc04c6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -158,42 +90,12 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Paneer Tikka Pizza", - price: "₹199", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895449.jpg?_wi=2", - }, - { - id: "p2", - name: "CSB Special Burger", - price: "₹149", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-american-sandwich-with-meat-fries_23-2148291176.jpg?_wi=2", - }, - { - id: "p3", - name: "Tandoori Maggi", - price: "₹99", - imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-asian-stir-fried-noodles-bowl_84443-82619.jpg?_wi=2", - }, - { - id: "p4", - name: "Gur Chai", - price: "₹49", - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza_1388-640.jpg", - }, - { - id: "p5", - name: "Cold Coffee", - price: "₹129", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg", - }, - { - id: "p6", - name: "Hariyali Pizza", - price: "₹189", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-dark-background_140725-140944.jpg", - }, + { id: "p1", name: "Paneer Tikka Pizza", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895449.jpg" }, + { id: "p2", name: "CSB Special Burger", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/close-up-american-sandwich-with-meat-fries_23-2148291176.jpg" }, + { id: "p3", name: "Tandoori Maggi", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-asian-stir-fried-noodles-bowl_84443-82619.jpg" }, + { id: "p4", name: "Gur Chai", price: "₹49", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza_1388-640.jpg" }, + { id: "p5", name: "Cold Coffee", price: "₹129", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg" }, + { id: "p6", name: "Hariyali Pizza", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-chicken-soup-with-noodles-greens-spoon-pink-stripped-towel-dark-background_140725-140944.jpg" }, ]} title="Signature Menu" description="Desi fusion bites, street-style burgers, and the best chai in town." @@ -206,30 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Affordable", - description: "Pocket friendly range ₹100-300.", - bentoComponent: "reveal-icon", - icon: Wallet, - imageSrc: "http://img.b2bpic.net/free-photo/studio-background-concept-abstract-empty-light-gradient-purple-studio-room-background-product_1258-107698.jpg", - imageAlt: "brand logo 1", - }, - { - title: "Great Vibe", - description: "Perfect for friends and dates.", - bentoComponent: "reveal-icon", - icon: Music, - imageSrc: "http://img.b2bpic.net/free-photo/people-walking-down-japanese-food-court_23-2148759593.jpg?_wi=3", - imageAlt: "brand logo 1", - }, - { - title: "Open Late", - description: "Sorting your night cravings.", - bentoComponent: "reveal-icon", - icon: Moon, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-afro-man-traditional-yellow-clothes-restaurant_627829-1132.jpg?_wi=3", - imageAlt: "brand logo 1", - }, + { title: "Affordable", description: "Pocket friendly range ₹100-300.", bentoComponent: "reveal-icon", icon: Wallet }, + { title: "Great Vibe", description: "Perfect for friends and dates.", bentoComponent: "reveal-icon", icon: Music }, + { title: "Open Late", description: "Sorting your night cravings.", bentoComponent: "reveal-icon", icon: Moon }, ]} title="Why You'll Love CSB" description="The perfect ingredients for a good time." @@ -241,14 +122,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Zomato", - "Swiggy", - "Google Maps", - "Instagram", - "TripAdvisor", - "Local Guides", - "Ambala Foodies", - ]} + "Zomato", "Swiggy", "Google Maps", "Instagram", "TripAdvisor", "Local Guides", "Ambala Foodies"]} title="Loved by Thousands" description="Join our community of chai lovers in Ambala." /> @@ -260,41 +134,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah", - handle: "@sarah", - testimonial: "Amazing vibe!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-african-american-girl-laughs-out-happily-keeps-mouth-opened-has-white-teeth-hears-funny-news-dressed-orange-knitted-sweater_273609-46780.jpg", - }, - { - id: "t2", - name: "Michael", - handle: "@mike", - testimonial: "Great chai.", - imageSrc: "http://img.b2bpic.net/free-photo/therapist-suggests-insightful-self-help-book-designed-address-teen-depression_482257-121588.jpg", - }, - { - id: "t3", - name: "Emily", - handle: "@emily", - testimonial: "Love the maggi.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-doughnuts-copy-space_23-2148299481.jpg", - }, - { - id: "t4", - name: "David", - handle: "@david", - testimonial: "Very affordable.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinking-coffee-restaurant-portrait-young-lady-with-dark-curly-hair-dreamily-closing-her-eyes-with-cup-hands-nice-girl-sitting-cafe-with-cup-coffee_639032-2913.jpg", - }, - { - id: "t5", - name: "Sophie", - handle: "@sophie", - testimonial: "Perfect study spot.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-man-portrait-outdoor_624325-3644.jpg", - }, + { id: "t1", name: "Sarah", handle: "@sarah", testimonial: "Amazing vibe!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-african-american-girl-laughs-out-happily-keeps-mouth-opened-has-white-teeth-hears-funny-news-dressed-orange-knitted-sweater_273609-46780.jpg" }, + { id: "t2", name: "Michael", handle: "@mike", testimonial: "Great chai.", imageSrc: "http://img.b2bpic.net/free-photo/therapist-suggests-insightful-self-help-book-designed-address-teen-depression_482257-121588.jpg" }, + { id: "t3", name: "Emily", handle: "@emily", testimonial: "Love the maggi.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-doughnuts-copy-space_23-2148299481.jpg" }, + { id: "t4", name: "David", handle: "@david", testimonial: "Very affordable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-drinking-coffee-restaurant-portrait-young-lady-with-dark-curly-hair-dreamily-closing-her-eyes-with-cup-hands-nice-girl-sitting-cafe-with-cup-coffee_639032-2913.jpg" }, + { id: "t5", name: "Sophie", handle: "@sophie", testimonial: "Perfect study spot.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-man-portrait-outdoor_624325-3644.jpg" }, ]} title="Voices of CSB" description="Don't take our word for it." @@ -305,21 +149,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1