Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
@@ -42,29 +43,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Authentic Mediterranean Flavors, Unforgettable Experience"
|
||||
description="Wild Pita Mediterranean Grill brings you generously portioned, expertly seasoned Mediterranean cuisine at unbeatable prices. Fresh ingredients, bold flavors, and genuine hospitality in every bite."
|
||||
tag="Since Opening Day"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="blur-reveal"
|
||||
<HeroLogo
|
||||
logoText="Wild Pita Mediterranean Grill"
|
||||
description="Authentic Mediterranean Flavors, Unforgettable Experience. Fresh ingredients, bold flavors, and genuine hospitality in every bite."
|
||||
buttons={[
|
||||
{ text: "Order Online", href: "#menu" },
|
||||
{ text: "Reserve a Table", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guests-attending-wedding-eating-table_23-2150292092.jpg", imageAlt: "Generous Mediterranean pita platter with fresh ingredients"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447846.jpg", imageAlt: "Fresh Mediterranean ingredients including herbs and vegetables"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Loved by 100+ Local Reviewers"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/guests-attending-wedding-eating-table_23-2150292092.jpg"
|
||||
imageAlt="Wild Pita Mediterranean restaurant interior"
|
||||
showDimOverlay={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user