Merge version_2 into main #2
@@ -6,11 +6,10 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Wine, ChefHat, MessageSquare, PhoneCall } from "lucide-react";
|
||||
import { Wine, ChefHat } from "lucide-react";
|
||||
|
||||
export default function EnOsteriaPage() {
|
||||
return (
|
||||
@@ -27,7 +26,7 @@ export default function EnOsteriaPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="EnOsteria da Andrei"
|
||||
navItems={[
|
||||
@@ -39,7 +38,7 @@ export default function EnOsteriaPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
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."
|
||||
@@ -55,21 +54,23 @@ export default function EnOsteriaPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
title="Signature Dishes"
|
||||
description="Crafted with locally sourced seasonal ingredients."
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Truffle Tagliatelle", price: "$34", imageSrc: "https://img.b2bpic.net/free-photo/truffle-tagliatelle-gourmet_114579-456.jpg" },
|
||||
{ id: "2", name: "Osso Buco", price: "$42", imageSrc: "https://img.b2bpic.net/free-photo/osso-buco-traditional_114579-789.jpg" }
|
||||
{ id: "2", name: "Osso Buco", price: "$42", imageSrc: "https://img.b2bpic.net/free-photo/osso-buco-traditional_114579-789.jpg" },
|
||||
{ id: "3", name: "Risotto", price: "$38", imageSrc: "https://img.b2bpic.net/free-photo/risotto-dish_114579-123.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="wine">
|
||||
<div id="wine" data-section="wine">
|
||||
<MediaAbout
|
||||
title="The Cellar Selection"
|
||||
description="We invite you to explore our extensive wine collection, featuring rare labels from the most prestigious vineyards in Tuscany and Piedmont."
|
||||
@@ -80,7 +81,7 @@ export default function EnOsteriaPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Guest Experiences"
|
||||
description="Voices of those who have journeyed through our menu."
|
||||
@@ -88,14 +89,14 @@ export default function EnOsteriaPage() {
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split-description"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Elena V.", role: "Connoisseur", rating: 5, quote: "An impeccable balance of tradition and modernity." },
|
||||
{ id: "2", name: "Marco P.", role: "Regular", rating: 5, quote: "The best wine pairing experience in the city." },
|
||||
{ id: "3", name: "Sofia L.", role: "Guest", rating: 5, quote: "EnOsteria defines the standard for fine Italian dining." }
|
||||
{ id: "1", name: "Elena V.", role: "Connoisseur", company: "Wine Enthusiast", rating: 5 },
|
||||
{ id: "2", name: "Marco P.", role: "Regular", company: "Local Patron", rating: 5 },
|
||||
{ id: "3", name: "Sofia L.", role: "Guest", company: "Food Critic", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Reservations"
|
||||
title="Join Us Tonight"
|
||||
@@ -103,10 +104,11 @@ export default function EnOsteriaPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/elegant-restaurant-table-setup_114579-567.jpg"
|
||||
mediaPosition="right"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="EnOsteria da Andrei"
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user