Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 16:11:44 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="medium"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="⭐ 3.9 Rating | 4,400+ Reviews"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
kpis={[
{ value: "3.9★", label: "Google Rating" },
{ value: "Open Now", label: "Till 12:00 AM" },
@@ -152,27 +152,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "@priyasharma92", testimonial: "The parottas here are absolutely authentic! Exactly like what I had in Tamil Nadu. The service is quick even during peak hours. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Rajesh Kumar", handle: "@rajeshkumar_hy", testimonial: "Best Ambur biryani in Hyderabad. Fresh ingredients and authentic preparation. Worth every penny. We visit every weekend now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Rajesh Kumar"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"
},
{
id: "3", name: "Anjali Nair", handle: "@anjalinair", testimonial: "Love the family-friendly atmosphere and the free parking. Food is delicious and prepared fresh. Perfect for weekend dinners!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Anjali Nair"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anjali Nair"
},
{
id: "4", name: "Vikram Patel", handle: "@vikrampatel", testimonial: "Open till midnight - perfect for late-night cravings! The chicken 65 is crispy and flavorful. Definitely coming back soon.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Vikram Patel"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Patel"
},
{
id: "5", name: "Neha Gupta", handle: "@nehagupta_food", testimonial: "The filter coffee here is as good as the food! Great ambience, authentic flavors, and caring staff. Five stars all the way!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Neha Gupta"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Gupta"
},
{
id: "6", name: "Arun Menon", handle: "@arunmenon_hy", testimonial: "Been a regular for 6 months now. Never disappointed. The quality is consistent and the team is friendly. This is our go-to place!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Arun Menon"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Arun Menon"
}
]}
showRating={true}