Merge version_3 into main #8
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo';
|
||||
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';
|
||||
@@ -43,30 +43,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
title="Authentic Kebabs in Baner"
|
||||
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" }}
|
||||
buttons={[
|
||||
{ text: "Order Online", href: "https://www.swiggy.com" },
|
||||
{ text: "Call Now", href: "tel:+919876543210" }
|
||||
]}
|
||||
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", 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", imageAlt: "Grilled mutton seekh kebab" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg", 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", imageAlt: "Angara charcoal shawarma" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Premium Quality" },
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Authentic Flavors" },
|
||||
{ type: "text", text: "Best Service" }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
autoplayDelay={3000}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,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={[
|
||||
|
||||
Reference in New Issue
Block a user