diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a4f3a85..b3ba342 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,7 +24,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -35,9 +35,7 @@ export default function AboutPage() { brandName="Sheetal Chhaya" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }} + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}} animateOnLoad={true} /> @@ -50,13 +48,9 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "Visit Us Today", - href: "https://maps.google.com", - }, + text: "Visit Us Today", href: "https://maps.google.com"}, { - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }, + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}, ]} buttonAnimation="slide-up" /> @@ -71,25 +65,15 @@ export default function AboutPage() { animationType="slide-up" negativeCard={{ items: [ - "Mass-produced frozen food", - "Impersonal service experience", - "Cramped, uncomfortable seating", - "Limited menu variety", - ], + "Mass-produced frozen food", "Impersonal service experience", "Cramped, uncomfortable seating", "Limited menu variety"], }} positiveCard={{ items: [ - "Fresh ingredients cooked daily", - "Warm, personalized hospitality", - "Spacious, family-friendly environment", - "Authentic traditional recipes", - ], + "Fresh ingredients cooked daily", "Warm, personalized hospitality", "Spacious, family-friendly environment", "Authentic traditional recipes"], }} buttons={[ { - text: "View Our Menu", - href: "/menu", - }, + text: "View Our Menu", href: "/menu"}, ]} buttonAnimation="slide-up" /> @@ -101,15 +85,11 @@ export default function AboutPage() { animationType="background-highlight" buttons={[ { - text: "Get Directions", - href: "https://maps.google.com", - }, + text: "Get Directions", href: "https://maps.google.com"}, { - text: "Call Us", - href: "tel:+91-XXXXXXXXXX", - }, + text: "Call Us", href: "tel:+91-XXXXXXXXXX"}, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -118,13 +98,9 @@ export default function AboutPage() { diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6e8447b..f0ba213 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -23,7 +23,7 @@ export default function MenuPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -35,9 +35,7 @@ export default function MenuPage() { brandName="Sheetal Chhaya" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }} + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}} animateOnLoad={true} /> @@ -55,74 +53,27 @@ 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?_wi=2", - imageAlt: "Butter Chicken", - }, + id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - imageAlt: "Egg Curry", - }, + 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: "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: "6", name: "Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg", imageAlt: "Biryani"}, { - 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: "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: "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: "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: "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", - }, + 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"}, ]} buttons={[ { - text: "Back to Home", - href: "/", - }, + text: "Back to Home", href: "/"}, ]} buttonAnimation="slide-up" /> @@ -138,25 +89,15 @@ export default function MenuPage() { animationType="slide-up" negativeCard={{ items: [ - "Processed ingredients", - "Pre-cooked meals", - "Limited variety", - "Artificial flavoring", - ], + "Processed ingredients", "Pre-cooked meals", "Limited variety", "Artificial flavoring"], }} positiveCard={{ items: [ - "Fresh daily ingredients", - "Cooked to order", - "Wide variety of options", - "Authentic spice blends", - ], + "Fresh daily ingredients", "Cooked to order", "Wide variety of options", "Authentic spice blends"], }} buttons={[ { - text: "Call to Order", - href: "tel:+91-XXXXXXXXXX", - }, + text: "Call to Order", href: "tel:+91-XXXXXXXXXX"}, ]} buttonAnimation="slide-up" /> @@ -169,15 +110,11 @@ export default function MenuPage() { animationType="background-highlight" buttons={[ { - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }, + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}, { - text: "Get Directions", - href: "https://maps.google.com", - }, + text: "Get Directions", href: "https://maps.google.com"}, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -187,13 +124,9 @@ export default function MenuPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 0802345..a54ff6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -39,9 +39,7 @@ export default function HomePage() { brandName="Sheetal Chhaya" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }} + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}} animateOnLoad={true} /> @@ -50,7 +48,7 @@ export default function HomePage() { @@ -79,9 +73,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "View Full Menu", - href: "/menu", - }, + text: "View Full Menu", href: "/menu"}, ]} buttonAnimation="slide-up" /> @@ -100,53 +92,21 @@ 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?_wi=1", - imageAlt: "Butter chicken curry", - }, + 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: "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: "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: "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: "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: "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: "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: "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: "5", name: "Egg Curry", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-dishes_23-2147894954.jpg", 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?_wi=1", - imageAlt: "Biryani", - }, + id: "6", name: "Biryani", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg", imageAlt: "Biryani"}, ]} buttons={[ { - text: "View Full Menu", - href: "/menu", - }, + text: "View Full Menu", href: "/menu"}, ]} buttonAnimation="slide-up" /> @@ -159,25 +119,13 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "24/7", - description: "Always open, perfect for travelers at any hour", - }, + id: "1", value: "24/7", description: "Always open, perfect for travelers at any hour"}, { - id: "2", - value: "Fresh", - description: "All food cooked to order with premium ingredients", - }, + id: "2", value: "Fresh", description: "All food cooked to order with premium ingredients"}, { - id: "3", - value: "Fast", - description: "Quick service designed for highway travelers", - }, + id: "3", value: "Fast", description: "Quick service designed for highway travelers"}, { - id: "4", - value: "Family", - description: "Spacious seating for families and groups", - }, + id: "4", value: "Family", description: "Spacious seating for families and groups"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -195,65 +143,21 @@ 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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", imageAlt: "Anjali Desai"}, ]} buttons={[ { - text: "Read More Reviews", - href: "/reviews", - }, + text: "Read More Reviews", href: "/reviews"}, ]} buttonAnimation="slide-up" /> @@ -268,25 +172,15 @@ export default function HomePage() { animationType="slide-up" negativeCard={{ items: [ - "Slow service at other dhabas", - "Inconsistent food quality", - "Limited seating comfort", - "Unreliable operating hours", - ], + "Slow service at other dhabas", "Inconsistent food quality", "Limited seating comfort", "Unreliable operating hours"], }} positiveCard={{ items: [ - "Quick and efficient service", - "Fresh, authentic homemade food", - "Spacious family-friendly seating", - "Open 24/7 without exception", - ], + "Quick and efficient service", "Fresh, authentic homemade food", "Spacious family-friendly seating", "Open 24/7 without exception"], }} buttons={[ { - text: "Plan Your Visit", - href: "/about", - }, + text: "Plan Your Visit", href: "/about"}, ]} buttonAnimation="slide-up" /> @@ -298,15 +192,11 @@ export default function HomePage() { animationType="background-highlight" buttons={[ { - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }, + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}, { - text: "Get Directions", - href: "https://maps.google.com", - }, + text: "Get Directions", href: "https://maps.google.com"}, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -315,13 +205,9 @@ export default function HomePage() { diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 953eec6..0bd4e89 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -24,7 +24,7 @@ export default function ReviewsPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -35,9 +35,7 @@ export default function ReviewsPage() { brandName="Sheetal Chhaya" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }} + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}} animateOnLoad={true} /> @@ -53,65 +51,21 @@ 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", imageAlt: "Anjali Desai"}, ]} buttons={[ { - text: "Book a Table", - href: "tel:+91-XXXXXXXXXX", - }, + text: "Book a Table", href: "tel:+91-XXXXXXXXXX"}, ]} buttonAnimation="slide-up" /> @@ -124,25 +78,13 @@ export default function ReviewsPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "100%", - description: "Fresh food prepared daily with authentic recipes", - }, + id: "1", value: "100%", description: "Fresh food prepared daily with authentic recipes"}, { - id: "2", - value: "24/7", - description: "Always available for travelers and families", - }, + id: "2", value: "24/7", description: "Always available for travelers and families"}, { - id: "3", - value: "Fast", - description: "Average service time under 20 minutes", - }, + id: "3", value: "Fast", description: "Average service time under 20 minutes"}, { - id: "4", - value: "Clean", - description: "Hygienic kitchen and comfortable dining space", - }, + id: "4", value: "Clean", description: "Hygienic kitchen and comfortable dining space"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -155,15 +97,11 @@ export default function ReviewsPage() { animationType="background-highlight" buttons={[ { - text: "Call Now", - href: "tel:+91-XXXXXXXXXX", - }, + text: "Call Now", href: "tel:+91-XXXXXXXXXX"}, { - text: "Get Directions", - href: "https://maps.google.com", - }, + text: "Get Directions", href: "https://maps.google.com"}, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -172,13 +110,9 @@ export default function ReviewsPage() {