Merge version_1 into main #1

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

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
title="Kozhikode's Favorite Mandhi Spot"
description="Authentic Arabian Mandhi with perfectly grilled meats and fragrant rice. Affordable, flavorful, and made for sharing."
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=1"
imageAlt="Kubaba Calicut's signature mandhi platter"
buttons={[
{ text: "Call Now", href: "tel:+919048888888" },
@@ -59,10 +59,10 @@ export default function LandingPage() {
<div id="social-proof" data-section="social-proof">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Amina Khan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
{ id: "2", name: "Rajesh Nair", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
{ id: "3", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
{ id: "4", name: "Mohammed Ali", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
{ id: "1", name: "Amina Khan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1" },
{ id: "2", name: "Rajesh Nair", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2" },
{ id: "3", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3" },
{ id: "4", name: "Mohammed Ali", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4" },
]}
cardTitle="3.7★ Rating from 2,300+ Happy Customers"
cardTag="Trusted by Kozhikode"
@@ -81,7 +81,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Mandhi Platter", price: "₹299₹549", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Kubaba's signature mandhi with aromatic rice and grilled meat"},
id: "1", name: "Mandhi Platter", price: "₹299₹549", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=2", imageAlt: "Kubaba's signature mandhi with aromatic rice and grilled meat"},
{
id: "2", name: "Grilled Chicken", price: "₹249₹449", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-red-onion-greens-dried-barberry-pita_141793-4838.jpg", imageAlt: "Tender grilled chicken with Arabian spices"},
{
@@ -107,7 +107,7 @@ export default function LandingPage() {
title="Find Us at Puthiyara, Kozhikode"
description="Ground Floor, VH Horizon, Opp. Sabha School Stadium Junction, Puthiyara, Kozhikode, Kerala 673004. Easy parking available. Open daily 11 AM11 PM."
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg"
imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=1"
imageAlt="Kubaba Calicut restaurant interior"
mediaPosition="right"
useInvertedBackground={false}
@@ -128,15 +128,15 @@ export default function LandingPage() {
{
title: "Amazing Flavors", description: "Food is very tasty and the flavors are authentic. Every bite takes you on a culinary journey.", icon: Star,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Customer enjoying mandhi" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg", imageAlt: "Fresh grill preparation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Customer enjoying mandhi" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg?_wi=1", imageAlt: "Fresh grill preparation" },
],
},
{
title: "Great Atmosphere", description: "Interiors and ambience are really well done. Perfect spot for family dinners and group hangouts.", icon: Home,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", imageAlt: "Restaurant seating area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg", imageAlt: "Open kitchen grill" },
{ imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=2", imageAlt: "Restaurant seating area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-barbecue_23-2148965334.jpg?_wi=2", imageAlt: "Open kitchen grill" },
],
},
]}