From 59f7ff98ec1ba5d99293fff598d1b0cd1ad155ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:02:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 53 +++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 395ad9c..79dcfbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,14 +66,17 @@ export default function LandingPage() { ], stats: [ { - title: "Rating", values: ["4.1", "4.2", "4.1"], - valuePrefix: "", valueSuffix: "★", description: "Customer satisfaction (1,847 reviews)"}, + title: "Rating", values: [4.1, 4.2, 4.1], + valuePrefix: "", valueSuffix: "★", description: "Customer satisfaction (1,847 reviews)" + }, { - title: "Avg Price", values: ["200", "300", "250"], - valuePrefix: "₹", description: "Per person budget-friendly"}, + title: "Avg Price", values: [200, 300, 250], + valuePrefix: "₹", description: "Per person budget-friendly" + }, { - title: "Popular Dishes", values: ["7", "9", "8"], - description: "Signature tandoori & Chinese items"}, + title: "Popular Dishes", values: [7, 9, 8], + description: "Signature tandoori & Chinese items" + }, ], chartTitle: "Order Volume", chartData: [ { value: 45 }, @@ -103,16 +106,20 @@ export default function LandingPage() { features={[ { id: 1, - title: "Chicken Tandoori", description: "Perfectly spiced and marinated chicken, grilled to smoky perfection. The most loved signature dish.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg"}, + title: "Chicken Tandoori", description: "Perfectly spiced and marinated chicken, grilled to smoky perfection. The most loved signature dish.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg" + }, { id: 2, - title: "Chicken Schezwan Tandoori", description: "Tandoori chicken with a spicy Schezwan twist. Bold flavors and generous portions.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cucumber-lemon-seasoning-bread-table_141793-4757.jpg"}, + title: "Chicken Schezwan Tandoori", description: "Tandoori chicken with a spicy Schezwan twist. Bold flavors and generous portions.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cucumber-lemon-seasoning-bread-table_141793-4757.jpg" + }, { id: 3, - title: "Murgh Musallam", description: "Whole roasted chicken with aromatic spices. A Mughlai treasure served with pride.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75645.jpg"}, + title: "Murgh Musallam", description: "Whole roasted chicken with aromatic spices. A Mughlai treasure served with pride.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75645.jpg" + }, { id: 4, - title: "Chicken Tikka Kebab", description: "Marinated and skewered chicken pieces, grilled fresh. Perfect for sharing.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-dried-plums-near-cup-spices-pitcher_23-2148081061.jpg"}, + title: "Chicken Tikka Kebab", description: "Marinated and skewered chicken pieces, grilled fresh. Perfect for sharing.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-dried-plums-near-cup-spices-pitcher_23-2148081061.jpg" + }, ]} /> @@ -128,11 +135,14 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Chicken Dragon Dry", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5749.jpg", imageAlt: "Chicken Dragon Dry - Crispy and spiced Chinese specialty"}, + id: "1", name: "Chicken Dragon Dry", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-korean-style_1339-5749.jpg", imageAlt: "Chicken Dragon Dry - Crispy and spiced Chinese specialty" + }, { - id: "2", name: "Kepsa Rice", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-fried-onion-carrot-greens-chili-pepper-table_141793-5069.jpg", imageAlt: "Kepsa Rice - Fragrant basmati rice specialty"}, + id: "2", name: "Kepsa Rice", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-fried-onion-carrot-greens-chili-pepper-table_141793-5069.jpg", imageAlt: "Kepsa Rice - Fragrant basmati rice specialty" + }, { - id: "3", name: "Caramel Custard", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pumpkin-delight-table_140725-9290.jpg", imageAlt: "Caramel Custard - Rich and indulgent dessert"}, + id: "3", name: "Caramel Custard", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pumpkin-delight-table_140725-9290.jpg", imageAlt: "Caramel Custard - Rich and indulgent dessert" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -143,7 +153,8 @@ export default function LandingPage() { @@ -182,13 +193,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Rajesh Kumar", role: "Regular Customer", testimonial: "Chicken Tandoori is absolutely perfect every time. Generous portions and the price is unbeatable. Been ordering for 2 years!", imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Portrait of Rajesh Kumar"}, + id: "1", name: "Rajesh Kumar", role: "Regular Customer", testimonial: "Chicken Tandoori is absolutely perfect every time. Generous portions and the price is unbeatable. Been ordering for 2 years!", imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Portrait of Rajesh Kumar" + }, { - id: "2", name: "Priya Singh", role: "Family Orders", testimonial: "Best place for group orders. The Schezwan Tandoori hits different here. Quality is consistent, and the team is always helpful.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of Priya Singh"}, + id: "2", name: "Priya Singh", role: "Family Orders", testimonial: "Best place for group orders. The Schezwan Tandoori hits different here. Quality is consistent, and the team is always helpful.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of Priya Singh" + }, { - id: "3", name: "Vikram Patel", role: "Working Professional", testimonial: "Delivery is fast and food arrives hot. Murgh Musallam is my go-to order. Fantastic value for money in Bhiwandi.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Portrait of Vikram Patel"}, + id: "3", name: "Vikram Patel", role: "Working Professional", testimonial: "Delivery is fast and food arrives hot. Murgh Musallam is my go-to order. Fantastic value for money in Bhiwandi.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Portrait of Vikram Patel" + }, { - id: "4", name: "Anjali Desai", role: "First-Time Customer", testimonial: "Finally found a place that serves authentic tandoori at affordable prices. Will definitely bring my family next time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Anjali Desai"}, + id: "4", name: "Anjali Desai", role: "First-Time Customer", testimonial: "Finally found a place that serves authentic tandoori at affordable prices. Will definitely bring my family next time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Anjali Desai" + }, ]} animationType="slide-up" carouselMode="buttons" -- 2.49.1