From fefe7b41d0a04a8600cbba9445797f688748436b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:50:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 110 +++++++++++++++++++++++++++++++---------------- 1 file changed, 73 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9063b89..a88a574 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,16 +51,20 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "Regular Customer", testimonial: "The best Indian food in Selaqui! Fresh ingredients, quick service, and such a cozy atmosphere. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg" + }, { name: "Priya Sharma", handle: "Food Enthusiast", testimonial: "Amazing butter chicken and the cafe coffee is perfection. Every visit is a delightful experience with impeccable service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg" + }, { name: "Amit Patel", handle: "Business Executive", testimonial: "Perfect spot for family dining or quick business meals. The ambiance is elegant, food is premium quality, and staff is always helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg" + }, { name: "Sneha Desai", handle: "Local Resident", testimonial: "I bring my family every weekend. The menu variety is excellent, prices are fair, and the taste is authentic. Love it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg" + }, ]} buttons={[ { text: "View Menu", href: "#menu" }, @@ -95,36 +99,44 @@ export default function LandingPage() { title: "Fresh Ingredients", description: "Premium quality, locally sourced ingredients prepared fresh daily for maximum flavor and nutrition", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-raw-chicken-skewers-with-spices-wooden-board-dark-table-free-space_140725-148195.jpg?_wi=1", imageAlt: "Fresh paneer tikka preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-raw-chicken-skewers-with-spices-wooden-board-dark-table-free-space_140725-148195.jpg", imageAlt: "Fresh paneer tikka preparation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-pie-kurnik-that-is-beautifully-decorated-table_1150-23096.jpg?_wi=1", imageAlt: "Crispy samosa presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/chicken-pie-kurnik-that-is-beautifully-decorated-table_1150-23096.jpg", imageAlt: "Crispy samosa presentation" + }, ], }, { title: "Cozy Atmosphere", description: "Elegant ambiance with warm lighting, comfortable seating, and welcoming staff for memorable dining experiences", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", imageAlt: "Restaurant interior dining area"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", imageAlt: "Restaurant interior dining area" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/self-service-restaurant_93675-132149.jpg", imageAlt: "Modern restaurant entrance"}, + imageSrc: "http://img.b2bpic.net/free-photo/self-service-restaurant_93675-132149.jpg", imageAlt: "Modern restaurant entrance" + }, ], }, { title: "Fast & Efficient Service", description: "Quick order processing and timely delivery without compromising on quality. Your time matters to us.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg?_wi=1", imageAlt: "Butter chicken prepared expertly"}, + imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg", imageAlt: "Butter chicken prepared expertly" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-fried-onion-carrot-greens-chili-pepper-table_141793-5069.jpg?_wi=1", imageAlt: "Fragrant biryani service"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-fried-onion-carrot-greens-chili-pepper-table_141793-5069.jpg", imageAlt: "Fragrant biryani service" + }, ], }, { title: "Family-Friendly", description: "Perfect for families, couples, and individuals. Spacious seating, diverse menu, and a welcoming environment for all.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-cup-coffee-with-milk-inside-cup-white-desk-drink-coffee-milk-desk-color_140725-39948.jpg?_wi=1", imageAlt: "Premium coffee service"}, + imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-cup-coffee-with-milk-inside-cup-white-desk-drink-coffee-milk-desk-color_140725-39948.jpg", imageAlt: "Premium coffee service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg?_wi=1", imageAlt: "Elegant dessert presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg", imageAlt: "Elegant dessert presentation" + }, ], }, ]} @@ -141,21 +153,29 @@ export default function LandingPage() { tag="Menu Highlights" products={[ { - id: "1", name: "Paneer Tikka", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-raw-chicken-skewers-with-spices-wooden-board-dark-table-free-space_140725-148195.jpg?_wi=2", imageAlt: "Paneer tikka appetizer"}, + id: "1", name: "Paneer Tikka", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-raw-chicken-skewers-with-spices-wooden-board-dark-table-free-space_140725-148195.jpg", imageAlt: "Paneer tikka appetizer" + }, { - id: "2", name: "Samosa (4 pcs)", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/chicken-pie-kurnik-that-is-beautifully-decorated-table_1150-23096.jpg?_wi=2", imageAlt: "Crispy samosa"}, + id: "2", name: "Samosa (4 pcs)", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/chicken-pie-kurnik-that-is-beautifully-decorated-table_1150-23096.jpg", imageAlt: "Crispy samosa" + }, { - id: "3", name: "Butter Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg?_wi=2", imageAlt: "Creamy butter chicken"}, + id: "3", name: "Butter Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg", imageAlt: "Creamy butter chicken" + }, { - id: "4", name: "Chicken Biryani", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-fried-onion-carrot-greens-chili-pepper-table_141793-5069.jpg?_wi=2", imageAlt: "Fragrant biryani"}, + id: "4", name: "Chicken Biryani", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-fried-onion-carrot-greens-chili-pepper-table_141793-5069.jpg", imageAlt: "Fragrant biryani" + }, { - id: "5", name: "Cappuccino", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-cup-coffee-with-milk-inside-cup-white-desk-drink-coffee-milk-desk-color_140725-39948.jpg?_wi=2", imageAlt: "Artisan cappuccino"}, + id: "5", name: "Cappuccino", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-cup-coffee-with-milk-inside-cup-white-desk-drink-coffee-milk-desk-color_140725-39948.jpg", imageAlt: "Artisan cappuccino" + }, { - id: "6", name: "Chocolate Cake", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg?_wi=2", imageAlt: "Gourmet chocolate cake"}, + id: "6", name: "Chocolate Cake", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg", imageAlt: "Gourmet chocolate cake" + }, { - id: "7", name: "Traditional Lassi", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mix-yogurt-with-blackberries-jam-oats_23-2148566174.jpg", imageAlt: "Creamy lassi"}, + id: "7", name: "Traditional Lassi", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mix-yogurt-with-blackberries-jam-oats_23-2148566174.jpg", imageAlt: "Creamy lassi" + }, { - id: "8", name: "Fresh Juice", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/jar-mojito-with-sliced-whole-fruits_114579-5203.jpg", imageAlt: "Fresh fruit juice"}, + id: "8", name: "Fresh Juice", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/jar-mojito-with-sliced-whole-fruits_114579-5203.jpg", imageAlt: "Fresh fruit juice" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="scale-rotate" @@ -172,13 +192,17 @@ export default function LandingPage() { author="Thousands of Happy Customers" avatars={[ { - src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg", alt: "Customer 1"}, + src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg", alt: "Customer 1" + }, { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", alt: "Customer 2"}, + src: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", alt: "Customer 2" + }, { - src: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg", alt: "Customer 3"}, + src: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg", alt: "Customer 3" + }, { - src: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", alt: "Customer 4"}, + src: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", alt: "Customer 4" + }, ]} ratingAnimation="slide-up" avatarsAnimation="opacity" @@ -193,8 +217,9 @@ export default function LandingPage() { tag="4.4 ⭐ Rating" textboxLayout="default" useInvertedBackground={false} - names=[ - "Family Dining Experts", "Premium Quality Assured", "Fresh Ingredient Promise", "Award-Winning Recipes", "Exceptional Service", "Sustainable Practices", "Customer Satisfaction First"] + names={[ + "Family Dining Experts", "Premium Quality Assured", "Fresh Ingredient Promise", "Award-Winning Recipes", "Exceptional Service", "Sustainable Practices", "Customer Satisfaction First" + ]} speed={40} showCard={true} buttons={[{ text: "Order Online", href: "https://www.swiggy.com" }]} @@ -207,17 +232,23 @@ export default function LandingPage() { sideDescription="Everything you need to know about Ur's Bawarchi. Find answers to common questions about our menu, delivery, and services." faqs={[ { - id: "1", title: "What are your opening hours?", content: "We are open daily from 10:00 AM to 11:30 PM. Visit us anytime for breakfast, lunch, dinner, or late-night cravings!"}, + id: "1", title: "What are your opening hours?", content: "We are open daily from 10:00 AM to 11:30 PM. Visit us anytime for breakfast, lunch, dinner, or late-night cravings!" + }, { - id: "2", title: "Do you offer delivery and takeout?", content: "Yes! We offer both dine-in and takeout services. We also partner with major food delivery platforms like Swiggy and Zomato for your convenience."}, + id: "2", title: "Do you offer delivery and takeout?", content: "Yes! We offer both dine-in and takeout services. We also partner with major food delivery platforms like Swiggy and Zomato for your convenience." + }, { - id: "3", title: "Are your ingredients organic and fresh?", content: "Absolutely! We source premium quality, fresh ingredients daily from trusted suppliers. Quality is our top priority."}, + id: "3", title: "Are your ingredients organic and fresh?", content: "Absolutely! We source premium quality, fresh ingredients daily from trusted suppliers. Quality is our top priority." + }, { - id: "4", title: "Do you accommodate dietary restrictions?", content: "Yes, we offer vegetarian, vegan, and gluten-free options. Please inform our staff about your dietary requirements when ordering."}, + id: "4", title: "Do you accommodate dietary restrictions?", content: "Yes, we offer vegetarian, vegan, and gluten-free options. Please inform our staff about your dietary requirements when ordering." + }, { - id: "5", title: "Can we book the restaurant for events?", content: "Yes! We accommodate private events, parties, and special occasions. Please contact us directly at 09650245042 for event bookings and customized menus."}, + id: "5", title: "Can we book the restaurant for events?", content: "Yes! We accommodate private events, parties, and special occasions. Please contact us directly at 09650245042 for event bookings and customized menus." + }, { - id: "6", title: "What payment methods do you accept?", content: "We accept cash, all major credit/debit cards, digital wallets (Google Pay, PhonePe, PayTM), and online payments through food delivery apps."}, + id: "6", title: "What payment methods do you accept?", content: "We accept cash, all major credit/debit cards, digital wallets (Google Pay, PhonePe, PayTM), and online payments through food delivery apps." + }, ]} textPosition="left" useInvertedBackground={false} @@ -234,13 +265,17 @@ export default function LandingPage() { ctaIcon={Phone} faqs={[ { - id: "1", title: "Where is Ur's Bawarchi located?", content: "Ground Floor, Rana Tower, Near Hotel Selaqui Inn, Opposite Joshi Multicare Hospital, Selaqui, Dehradun"}, + id: "1", title: "Where is Ur's Bawarchi located?", content: "Ground Floor, Rana Tower, Near Hotel Selaqui Inn, Opposite Joshi Multicare Hospital, Selaqui, Dehradun" + }, { - id: "2", title: "What's the best time to visit?", content: "We're open 10 AM – 11:30 PM daily. Lunch (12:30-2:30 PM) and Dinner (7:00-9:30 PM) are peak hours. Visit during off-peak times for a more relaxed experience."}, + id: "2", title: "What's the best time to visit?", content: "We're open 10 AM – 11:30 PM daily. Lunch (12:30-2:30 PM) and Dinner (7:00-9:30 PM) are peak hours. Visit during off-peak times for a more relaxed experience." + }, { - id: "3", title: "How do I place an order?", content: "You can order directly at our restaurant, call us at 09650245042, WhatsApp us, or use food delivery apps like Swiggy and Zomato."}, + id: "3", title: "How do I place an order?", content: "You can order directly at our restaurant, call us at 09650245042, WhatsApp us, or use food delivery apps like Swiggy and Zomato." + }, { - id: "4", title: "Do you provide group discounts?", content: "Yes! We offer special discounts for group bookings and bulk orders. Please contact us directly to discuss your requirements and get a customized quote."}, + id: "4", title: "Do you provide group discounts?", content: "Yes! We offer special discounts for group bookings and bulk orders. Please contact us directly to discuss your requirements and get a customized quote." + }, ]} useInvertedBackground={true} animationType="slide-up" @@ -268,7 +303,8 @@ export default function LandingPage() { { label: "Call: 09650245042", href: "tel:09650245042" }, { label: "WhatsApp", href: "https://wa.me/919650245042" }, { - label: "Get Directions", href: "https://maps.google.com?q=Ur's+Bawarchi+Selaqui+Dehradun"}, + label: "Get Directions", href: "https://maps.google.com?q=Ur's+Bawarchi+Selaqui+Dehradun" + }, { label: "Email Us", href: "mailto:info@ursbawarchi.com" }, ], }, -- 2.49.1