Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 00:22:35 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="TANDUREI"
description="Authentic Indian Flavours in the Heart of Maun"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Order Online", href: "#contact" }
@@ -112,27 +112,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@diningexplorer", testimonial: "The tandoori chicken was absolutely incredible! Perfectly marinated and cooked to perfection. This is authentic Indian cuisine at its finest. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "@foodcritique", testimonial: "Tandurei offers an exceptional dining experience. The flavours are bold, the service is warm, and the atmosphere feels like a home away from home. Wonderful discovery!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@culinaryadventures", testimonial: "The butter chicken is to die for! Each bite melts in your mouth. The naan bread is fresh, fluffy, and perfectly charred. Worth every visit.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Emma Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "David Kim", handle: "@restaurantguru", testimonial: "Best Indian restaurant in Maun by far! The spice levels are perfectly balanced, the ingredients are fresh, and the staff treats you like family.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Lisa Thompson", handle: "@homedelivery_fan", testimonial: "Delivery order arrived hot and fresh. The packaging is excellent, and the food quality matches the dine-in experience perfectly. This is our new go-to!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Lisa Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Lisa Thompson"
},
{
id: "6", name: "James Okafor", handle: "@foodieofmaun", testimonial: "Finally, authentic Indian food in Maun! The biryani is fragrant and perfectly layered. The paneer dishes are creamy and delicious. An absolute gem!", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "James Okafor"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Okafor"
}
]}
showRating={true}