Merge version_3 into main #7
@@ -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';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
@@ -42,26 +42,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
<HeroCarouselLogo
|
||||
title="Authentic Kebabs in Baner"
|
||||
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" },
|
||||
@@ -69,6 +59,14 @@ export default function LandingPage() {
|
||||
{ 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" }
|
||||
]}
|
||||
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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user