Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:03:44 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Welcome to Masala Kitchen"
tagIcon={Utensils}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20593.jpg", imageAlt: "Butter Chicken - Creamy Indian Classic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce_23-2148825165.jpg", imageAlt: "Golden Samosas - Crispy Indian Appetizer" },
@@ -97,7 +97,6 @@ export default function LandingPage() {
}
]}
animationType="slide-up"
variant="border"
title="Culinary Delights"
description="Discover our diverse menu featuring authentic Indian and Chinese specialties, each crafted with premium ingredients and traditional cooking techniques."
textboxLayout="default"
@@ -115,27 +114,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "@priya_loves_food", testimonial: "The best Indian food I've had outside India! The butter chicken is absolutely divine, and the service is impeccable. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=1", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Rajesh Patel", handle: "@rajesh_food_critic", testimonial: "Authentic flavors, generous portions, and a cozy ambiance. Their tandoori chicken is a must-try. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=2", imageAlt: "Rajesh Patel"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Rajesh Patel"
},
{
id: "3", name: "Sarah Chen", handle: "@sarah_explores", testimonial: "Their Chinese dishes are as good as the Indian ones! The chow mein is perfectly cooked, and the flavors are incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=3", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Sarah Chen"
},
{
id: "4", name: "Marco Rossi", handle: "@marco_dining", testimonial: "A fantastic fusion of Indian and Asian cuisines. The staff is welcoming, and every dish is prepared with love and expertise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=4", imageAlt: "Marco Rossi"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Marco Rossi"
},
{
id: "5", name: "Ananya Gupta", handle: "@ananya_foodie", testimonial: "Finally found a restaurant that understands authentic Indian cooking! The spice levels are perfect, and the vegetarian options are amazing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=5", imageAlt: "Ananya Gupta"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Ananya Gupta"
},
{
id: "6", name: "David Kumar", handle: "@david_taste", testimonial: "From appetizers to desserts, everything is delicious. The paneer tikka and hakka noodles are my go-to orders. Worth the visit!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=6", imageAlt: "David Kumar"
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "David Kumar"
}
]}
showRating={true}