From f307a2fecead09d43b5d94307d74ec5b5f9ccb6c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:14:41 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 102 +++++++-------------------------------- 1 file changed, 18 insertions(+), 84 deletions(-) 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() {