Update src/app/page.tsx

This commit is contained in:
2026-05-14 14:07:40 +00:00
parent 97f5a5ba89
commit 7e2afbae07

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Gallery",
id: "gallery",
},
name: "Gallery", id: "gallery"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="MR. SHAWARMA"
/>
@@ -57,67 +47,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Bhatkal's Premium Shawarma Experience"
description="Authentic, juicy, and legendary. Mr. Shawarma brings the true essence of middle eastern spices to every bite, served with passion and impeccable hygiene."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg"
imageAlt="Mr. Shawarma Signature Dish"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-taco_23-2151048053.jpg",
alt: "Customer profile 1",
},
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-taco_23-2151048053.jpg", alt: "Customer profile 1"},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309948.jpg",
alt: "Customer profile 2",
},
src: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309948.jpg", alt: "Customer profile 2"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-with-croissant-cup-coffee-against-black-brick-wall_169016-22876.jpg",
alt: "Customer profile 3",
},
src: "http://img.b2bpic.net/free-photo/young-woman-with-croissant-cup-coffee-against-black-brick-wall_169016-22876.jpg", alt: "Customer profile 3"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311146.jpg",
alt: "Customer profile 4",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311146.jpg", alt: "Customer profile 4"},
{
src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
alt: "Customer profile 5",
},
src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", alt: "Customer profile 5"},
]}
avatarText="Loved by over 1000+ local foodies"
marqueeItems={[
{
type: "text",
text: "100% Halal Certified",
},
type: "text", text: "100% Halal Certified"},
{
type: "text",
text: "Fresh Ingredients Daily",
},
type: "text", text: "Fresh Ingredients Daily"},
{
type: "text",
text: "Authentic Spices",
},
type: "text", text: "Authentic Spices"},
{
type: "text",
text: "Quick Home Delivery",
},
type: "text", text: "Quick Home Delivery"},
{
type: "text",
text: "Hygiene First",
},
type: "text", text: "Hygiene First"},
]}
/>
</div>
@@ -128,9 +93,7 @@ export default function LandingPage() {
title="A Legacy of Flavor and Hygiene"
buttons={[
{
text: "Read Our Story",
href: "#",
},
text: "Read Our Story", href: "#"},
]}
/>
</div>
@@ -143,47 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Arabian Chicken Shawarma",
price: "80/-",
variant: "Roll",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg?_wi=1",
},
id: "p1", name: "Arabian Chicken Shawarma", price: "80/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg"},
{
id: "p2",
name: "Peri Peri Shawarma",
price: "90/-",
variant: "Roll",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg?_wi=2",
},
id: "p2", name: "Peri Peri Shawarma", price: "90/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg"},
{
id: "p3",
name: "BBQ Chicken Shawarma",
price: "100/-",
variant: "Roll",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png?_wi=1",
},
id: "p3", name: "BBQ Chicken Shawarma", price: "100/-", variant: "Roll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png"},
{
id: "p4",
name: "Spl Rumali Shawarma Combo",
price: "250/-",
variant: "Combo",
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg",
},
id: "p4", name: "Spl Rumali Shawarma Combo", price: "250/-", variant: "Combo", imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg"},
{
id: "p5",
name: "Zinger Chicken Burger",
price: "100/-",
variant: "Burger",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg?_wi=1",
},
id: "p5", name: "Zinger Chicken Burger", price: "100/-", variant: "Burger", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg"},
{
id: "p6",
name: "Loaded French Fries",
price: "180/-",
variant: "Sides",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=1",
},
id: "p6", name: "Loaded French Fries", price: "180/-", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
]}
title="Our Signature Menu"
description="Hand-picked spices, fresh vegetables, and succulent meat. Explore our range of rolls, plates, and combos."
@@ -192,30 +125,16 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<MetricCardEleven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
title: "Hygiene Standard",
description: "Focused on safety",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg?_wi=3",
},
id: "m1", value: "100%", title: "Hygiene Standard", description: "Focused on safety", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-f9bv2p8b.jpg"},
{
id: "m2",
value: "15+",
title: "Unique Spices",
description: "Secret flavor blend",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg?_wi=2",
},
id: "m2", value: "15+", title: "Unique Spices", description: "Secret flavor blend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-6lt2jx4d.jpg"},
{
id: "m3",
value: "1000+",
title: "Happy Diners",
description: "Served this month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png?_wi=2",
},
id: "m3", value: "1000+", title: "Happy Diners", description: "Served this month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DiZvxJxMswXPggiqgBE1V3mJsg/uploaded-1778767607339-y3omvnke.png"},
]}
title="The Mr. Shawarma Vibe"
description="Visual highlights of our kitchen, service, and the freshest ingredients used in our restaurant."
@@ -229,40 +148,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Rahul P.",
role: "Foodie",
testimonial: "Best shawarma in town! The peri peri flavor is mind-blowing.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg?_wi=2",
},
id: "1", name: "Rahul P.", role: "Foodie", testimonial: "Best shawarma in town! The peri peri flavor is mind-blowing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311151.jpg"},
{
id: "2",
name: "Sana M.",
role: "Customer",
testimonial: "The hygiene here is top-notch and the quality is consistent.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=2",
},
id: "2", name: "Sana M.", role: "Customer", testimonial: "The hygiene here is top-notch and the quality is consistent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
{
id: "3",
name: "Vikram S.",
role: "Regular",
testimonial: "Love the loaded fries combo. Always juicy and fresh.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
},
id: "3", name: "Vikram S.", role: "Regular", testimonial: "Love the loaded fries combo. Always juicy and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
{
id: "4",
name: "Anita K.",
role: "Visitor",
testimonial: "Excellent service and truly authentic Arabian flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
},
id: "4", name: "Anita K.", role: "Visitor", testimonial: "Excellent service and truly authentic Arabian flavors.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
{
id: "5",
name: "Faiz R.",
role: "Local",
testimonial: "Mr. Shawarma is my go-to place for a late-night bite.",
imageSrc: "http://img.b2bpic.net/free-photo/female-using-tablet-while-sitting-home_1301-2665.jpg",
},
id: "5", name: "Faiz R.", role: "Local", testimonial: "Mr. Shawarma is my go-to place for a late-night bite.", imageSrc: "http://img.b2bpic.net/free-photo/female-using-tablet-while-sitting-home_1301-2665.jpg"},
]}
title="What Our Foodies Say"
description="Genuine reviews from our loyal customers in Bhatkal."
@@ -273,8 +167,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
tag="Visit Us"
title="Get In Touch"
description="Visit us at Mudichur Road or call for home delivery. We are open from 12 PM to 11 PM."
@@ -286,46 +179,29 @@ export default function LandingPage() {
logoText="MR. SHAWARMA"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Shawarma Rolls",
href: "#menu",
},
label: "Shawarma Rolls", href: "#menu"},
{
label: "Burgers",
href: "#menu",
},
label: "Burgers", href: "#menu"},
{
label: "Combos",
href: "#menu",
},
label: "Combos", href: "#menu"},
],
},
{
title: "Location",
items: [
title: "Location", items: [
{
label: "Bhatkal, India",
href: "#",
},
label: "Bhatkal, India", href: "#"},
{
label: "Open: 12PM - 11PM",
href: "#",
},
label: "Open: 12PM - 11PM", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp: +91 90870 06969",
href: "tel:+919087006969",
},
label: "WhatsApp: +91 90870 06969", href: "tel:+919087006969"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}