Merge version_2 into main #4
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Unlimited Asian Flavors, Wok-Fresh Every Moment"
|
||||
@@ -55,15 +55,14 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Menu & Order Now", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-lx4lbfgh.png", imageAlt: "Authentic Asian cuisine buffet spread"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-m7wvkx9v.png", imageAlt: "Interactive wok and teppanyaki station"}
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years of Excellence" },
|
||||
{ value: "50+", label: "Fresh Dishes Daily" },
|
||||
{ value: "4.8", label: "Average Rating" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfdBNHMlFn55NCsYjgsJJWLuwh/uploaded-1774885465697-lx4lbfgh.png"
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Highly rated by local food enthusiasts"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,4 +191,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user