Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ef4e65a18 | |||
| d2e82c863f | |||
| fd119f5007 | |||
| 44e10708ba |
@@ -3,7 +3,7 @@
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||||
@@ -39,18 +39,15 @@ export default function EnOsteriaPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroBillboard
|
||||||
title="The Essence of Italian Elegance"
|
title="The Essence of Italian Elegance"
|
||||||
description="Experience a curated journey of authentic Italian tradition at EnOsteria da Andrei, where every plate tells a story."
|
description="Experience a curated journey of authentic Italian tradition at EnOsteria da Andrei, where every plate tells a story."
|
||||||
tag="Fine Dining"
|
tag="Fine Dining"
|
||||||
tagIcon={ChefHat}
|
tagIcon={ChefHat}
|
||||||
rating={5}
|
|
||||||
ratingText="Award-winning cuisine"
|
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
mediaItems={[
|
imageSrc="https://img.b2bpic.net/free-photo/gourmet-pasta-dish-served-with-fine-wine_114579-245.jpg"
|
||||||
{ imageSrc: "https://img.b2bpic.net/free-photo/gourmet-pasta-dish-served-with-fine-wine_114579-245.jpg", imageAlt: "Signature Pasta" },
|
imageAlt="Signature Pasta"
|
||||||
{ imageSrc: "https://img.b2bpic.net/free-photo/fine-dining-restaurant-interior_114579-102.jpg", imageAlt: "Interior View" }
|
buttons={[{ text: "Book Table", href: "#contact" }]}
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user