5 Commits

Author SHA1 Message Date
a6cd38ccf8 Update src/app/page.tsx 2026-03-12 09:28:32 +00:00
188c002ec9 Update src/app/page.tsx 2026-03-12 09:27:56 +00:00
11f27e022a Update src/app/page.tsx 2026-03-12 09:26:57 +00:00
24b0b38730 Merge version_2 into main
Merge version_2 into main
2026-03-12 09:25:53 +00:00
6d1c130c49 Merge version_2 into main
Merge version_2 into main
2026-03-12 09:18:24 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
@@ -42,33 +42,20 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Authentic Kebabs in Baner"
<HeroCarouselLogo
logoText="Miya Kebabs"
description="Juicy kebabs, fresh tandoor, unforgettable flavors. Experience premium grilled specialties cooked to perfection."
tag="⭐ 4.5 Rating • 57 Reviews"
tagIcon={Flame}
background={{ variant: "plain" }}
kpis={[
{ value: "4.5", label: "Customer Rating" },
{ value: "57", label: "Happy Reviews" },
{ value: "12:30 AM", label: "Open Till" }
]}
enableKpiAnimation={true}
buttons={[
{ text: "Order Online", href: "https://www.swiggy.com" },
{ text: "Call Now", href: "tel:+919876543210" }
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-chicken-skewers-wooden-board-other-stuffs-black-table_140725-147312.jpg?_wi=1"
imageAlt="Grilled kebabs from Miya Kebabs"
mediaAnimation="slide-up"
imagePosition="right"
avatarText="Trusted by 1000+ diners"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20271.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-vector/sample-call-center-avatars-flat-style_23-2147941258.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Customer 4" }
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg?_wi=1", imageAlt: "Perfectly marinated Changezi chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg?_wi=1", imageAlt: "Grilled mutton seekh kebab" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg?_wi=1", imageAlt: "Butter chicken wrap roll" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg?_wi=1", imageAlt: "Angara charcoal shawarma" }
]}
autoplayDelay={3000}
/>
</div>
@@ -84,16 +71,16 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Changezi Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg", imageAlt: "Perfectly marinated Changezi chicken"
id: "1", name: "Changezi Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg?_wi=2", imageAlt: "Perfectly marinated Changezi chicken"
},
{
id: "2", name: "Mutton Seekh Kebab", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg", imageAlt: "Grilled mutton seekh kebab"
id: "2", name: "Mutton Seekh Kebab", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg?_wi=2", imageAlt: "Grilled mutton seekh kebab"
},
{
id: "3", name: "Butter Chicken Roll", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg", imageAlt: "Butter chicken wrap roll"
id: "3", name: "Butter Chicken Roll", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg?_wi=2", imageAlt: "Butter chicken wrap roll"
},
{
id: "4", name: "Angara Chicken Shawarma", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg", imageAlt: "Angara charcoal shawarma"
id: "4", name: "Angara Chicken Shawarma", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg?_wi=2", imageAlt: "Angara charcoal shawarma"
},
{
id: "5", name: "Zaatar Naan with Hummus", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-bowl-with-pita_23-2148734668.jpg", imageAlt: "Fresh zaatar naan with hummus"
@@ -167,7 +154,7 @@ export default function LandingPage() {
<div id="location" data-section="location">
<MetricSplitMediaAbout
title="Visit Us at Baner High Street"
description="Located in the heart of Balewadi, Miya Kebabs offers the finest kebab experience with premium dine-in ambiance and convenient takeaway options. Easy access, ample parking, and warm hospitality await you."
description="Located in the heart of Balewaldi, Miya Kebabs offers the finest kebab experience with premium dine-in ambiance and convenient takeaway options. Easy access, ample parking, and warm hospitality await you."
tag="📍 Location"
tagIcon={MapPin}
metrics={[