Merge version_1 into main #3
@@ -53,23 +53,23 @@ export default function MenuPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg", imageAlt: "Butter Chicken"},
|
||||
id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg?_wi=2", imageAlt: "Butter Chicken"},
|
||||
{
|
||||
id: "2", name: "Tandoori Roti", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg", imageAlt: "Tandoori Roti"},
|
||||
id: "2", name: "Tandoori Roti", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg?_wi=2", imageAlt: "Tandoori Roti"},
|
||||
{
|
||||
id: "3", name: "Dal Tadka", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg", imageAlt: "Dal Tadka"},
|
||||
id: "3", name: "Dal Tadka", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg?_wi=2", imageAlt: "Dal Tadka"},
|
||||
{
|
||||
id: "4", name: "Paneer Butter Masala", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246071.jpg", imageAlt: "Paneer Butter Masala"},
|
||||
id: "4", name: "Paneer Butter Masala", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246071.jpg?_wi=2", imageAlt: "Paneer Butter Masala"},
|
||||
{
|
||||
id: "5", name: "Egg Curry", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-dishes_23-2147894954.jpg", imageAlt: "Egg Curry"},
|
||||
id: "5", name: "Egg Curry", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-dishes_23-2147894954.jpg?_wi=2", imageAlt: "Egg Curry"},
|
||||
{
|
||||
id: "6", name: "Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg", imageAlt: "Biryani"},
|
||||
id: "6", name: "Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg?_wi=2", imageAlt: "Biryani"},
|
||||
{
|
||||
id: "7", name: "Chicken Tikka Masala", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg", imageAlt: "Chicken Tikka Masala"},
|
||||
id: "7", name: "Chicken Tikka Masala", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg?_wi=3", imageAlt: "Chicken Tikka Masala"},
|
||||
{
|
||||
id: "8", name: "Chana Masala", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg", imageAlt: "Chana Masala"},
|
||||
id: "8", name: "Chana Masala", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg?_wi=3", imageAlt: "Chana Masala"},
|
||||
{
|
||||
id: "9", name: "Naan", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg", imageAlt: "Naan"},
|
||||
id: "9", name: "Naan", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg?_wi=3", imageAlt: "Naan"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -92,17 +92,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg", imageAlt: "Butter chicken curry"},
|
||||
id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg?_wi=1", imageAlt: "Butter chicken curry"},
|
||||
{
|
||||
id: "2", name: "Tandoori Roti", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg", imageAlt: "Tandoori roti"},
|
||||
id: "2", name: "Tandoori Roti", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg?_wi=1", imageAlt: "Tandoori roti"},
|
||||
{
|
||||
id: "3", name: "Dal Tadka", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg", imageAlt: "Dal tadka"},
|
||||
id: "3", name: "Dal Tadka", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg?_wi=1", imageAlt: "Dal tadka"},
|
||||
{
|
||||
id: "4", name: "Paneer Butter Masala", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246071.jpg", imageAlt: "Paneer butter masala"},
|
||||
id: "4", name: "Paneer Butter Masala", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246071.jpg?_wi=1", imageAlt: "Paneer butter masala"},
|
||||
{
|
||||
id: "5", name: "Egg Curry", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-dishes_23-2147894954.jpg", imageAlt: "Egg curry"},
|
||||
id: "5", name: "Egg Curry", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-dishes_23-2147894954.jpg?_wi=1", imageAlt: "Egg curry"},
|
||||
{
|
||||
id: "6", name: "Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg", imageAlt: "Biryani"},
|
||||
id: "6", name: "Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg?_wi=1", imageAlt: "Biryani"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -143,17 +143,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Best Dhaba on Highway 43", quote: "Best dhaba on this highway. Fresh food and quick service. Stopped here multiple times during my travels.", name: "Rajesh Kumar", role: "Truck Driver", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9065.jpg", imageAlt: "Rajesh Kumar"},
|
||||
id: "1", title: "Best Dhaba on Highway 43", quote: "Best dhaba on this highway. Fresh food and quick service. Stopped here multiple times during my travels.", name: "Rajesh Kumar", role: "Truck Driver", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9065.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2", title: "Perfect Family Stop", quote: "Perfect stop for travelers. Clean place, authentic food, and very friendly staff. Highly recommended!", name: "Priya Sharma", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-backpack-enjoying-nature-while-outdoors_23-2148648064.jpg", imageAlt: "Priya Sharma"},
|
||||
id: "2", title: "Perfect Family Stop", quote: "Perfect stop for travelers. Clean place, authentic food, and very friendly staff. Highly recommended!", name: "Priya Sharma", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-backpack-enjoying-nature-while-outdoors_23-2148648064.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3", title: "Authentic Taste", quote: "Amazing authentic Indian food prepared fresh. The butter chicken and biryani are absolutely delicious.", name: "Amit Patel", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-with-beard-wearing-casual-shirt-celebrating-mad-crazy-success-with-arms-raised-closed-eyes-screaming-excited-winner-concept_839833-18914.jpg", imageAlt: "Amit Patel"},
|
||||
id: "3", title: "Authentic Taste", quote: "Amazing authentic Indian food prepared fresh. The butter chicken and biryani are absolutely delicious.", name: "Amit Patel", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-with-beard-wearing-casual-shirt-celebrating-mad-crazy-success-with-arms-raised-closed-eyes-screaming-excited-winner-concept_839833-18914.jpg?_wi=1", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "4", title: "Quick Service Always", quote: "Fast service even during busy hours. Food quality never compromises. My go-to place on NH-43.", name: "Neha Gupta", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-stylish-brunette-hispanic-woman-yellow-autumn-winter-fashion-dress-sweater-posing-isolated-red-wall_285396-7456.jpg", imageAlt: "Neha Gupta"},
|
||||
id: "4", title: "Quick Service Always", quote: "Fast service even during busy hours. Food quality never compromises. My go-to place on NH-43.", name: "Neha Gupta", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-stylish-brunette-hispanic-woman-yellow-autumn-winter-fashion-dress-sweater-posing-isolated-red-wall_285396-7456.jpg?_wi=1", imageAlt: "Neha Gupta"},
|
||||
{
|
||||
id: "5", title: "24/7 Convenience", quote: "The 24/7 availability is a lifesaver. Whether it's midnight or morning, food is always fresh and hot.", name: "Vikram Singh", role: "Highway Commuter", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-talking-phone-while-walking-street_74855-2235.jpg", imageAlt: "Vikram Singh"},
|
||||
id: "5", title: "24/7 Convenience", quote: "The 24/7 availability is a lifesaver. Whether it's midnight or morning, food is always fresh and hot.", name: "Vikram Singh", role: "Highway Commuter", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-talking-phone-while-walking-street_74855-2235.jpg?_wi=1", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "6", title: "Family Friendly Atmosphere", quote: "Spacious and comfortable seating. Great for families. Kids menu available. Worth every rupee spent.", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-63015.jpg", imageAlt: "Anjali Desai"},
|
||||
id: "6", title: "Family Friendly Atmosphere", quote: "Spacious and comfortable seating. Great for families. Kids menu available. Worth every rupee spent.", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-63015.jpg?_wi=1", imageAlt: "Anjali Desai"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -51,17 +51,17 @@ export default function ReviewsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Best Dhaba on Highway 43", quote: "Best dhaba on this highway. Fresh food and quick service. Stopped here multiple times during my travels. The staff is incredibly friendly and the food is always piping hot.", name: "Rajesh Kumar", role: "Truck Driver", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9065.jpg", imageAlt: "Rajesh Kumar"},
|
||||
id: "1", title: "Best Dhaba on Highway 43", quote: "Best dhaba on this highway. Fresh food and quick service. Stopped here multiple times during my travels. The staff is incredibly friendly and the food is always piping hot.", name: "Rajesh Kumar", role: "Truck Driver", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-coffee_1157-9065.jpg?_wi=2", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2", title: "Perfect Family Stop", quote: "Perfect stop for travelers. Clean place, authentic food, and very friendly staff. Highly recommended! We visit every month when traveling with kids.", name: "Priya Sharma", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-backpack-enjoying-nature-while-outdoors_23-2148648064.jpg", imageAlt: "Priya Sharma"},
|
||||
id: "2", title: "Perfect Family Stop", quote: "Perfect stop for travelers. Clean place, authentic food, and very friendly staff. Highly recommended! We visit every month when traveling with kids.", name: "Priya Sharma", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-backpack-enjoying-nature-while-outdoors_23-2148648064.jpg?_wi=2", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3", title: "Authentic Taste", quote: "Amazing authentic Indian food prepared fresh. The butter chicken and biryani are absolutely delicious. Better than restaurants in the city!", name: "Amit Patel", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-with-beard-wearing-casual-shirt-celebrating-mad-crazy-success-with-arms-raised-closed-eyes-screaming-excited-winner-concept_839833-18914.jpg", imageAlt: "Amit Patel"},
|
||||
id: "3", title: "Authentic Taste", quote: "Amazing authentic Indian food prepared fresh. The butter chicken and biryani are absolutely delicious. Better than restaurants in the city!", name: "Amit Patel", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-with-beard-wearing-casual-shirt-celebrating-mad-crazy-success-with-arms-raised-closed-eyes-screaming-excited-winner-concept_839833-18914.jpg?_wi=2", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "4", title: "Quick Service Always", quote: "Fast service even during busy hours. Food quality never compromises. My go-to place on NH-43. Never disappointed with the quality or taste.", name: "Neha Gupta", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-stylish-brunette-hispanic-woman-yellow-autumn-winter-fashion-dress-sweater-posing-isolated-red-wall_285396-7456.jpg", imageAlt: "Neha Gupta"},
|
||||
id: "4", title: "Quick Service Always", quote: "Fast service even during busy hours. Food quality never compromises. My go-to place on NH-43. Never disappointed with the quality or taste.", name: "Neha Gupta", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-stylish-brunette-hispanic-woman-yellow-autumn-winter-fashion-dress-sweater-posing-isolated-red-wall_285396-7456.jpg?_wi=2", imageAlt: "Neha Gupta"},
|
||||
{
|
||||
id: "5", title: "24/7 Convenience", quote: "The 24/7 availability is a lifesaver. Whether it's midnight or morning, food is always fresh and hot. Excellent value for money too.", name: "Vikram Singh", role: "Highway Commuter", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-talking-phone-while-walking-street_74855-2235.jpg", imageAlt: "Vikram Singh"},
|
||||
id: "5", title: "24/7 Convenience", quote: "The 24/7 availability is a lifesaver. Whether it's midnight or morning, food is always fresh and hot. Excellent value for money too.", name: "Vikram Singh", role: "Highway Commuter", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-talking-phone-while-walking-street_74855-2235.jpg?_wi=2", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "6", title: "Family Friendly Atmosphere", quote: "Spacious and comfortable seating. Great for families. Kids menu available. Worth every rupee spent. We always stop here on highway trips.", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-63015.jpg", imageAlt: "Anjali Desai"},
|
||||
id: "6", title: "Family Friendly Atmosphere", quote: "Spacious and comfortable seating. Great for families. Kids menu available. Worth every rupee spent. We always stop here on highway trips.", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-63015.jpg?_wi=2", imageAlt: "Anjali Desai"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user