Merge version_2 into main #2

Merged
development merged 1 commits from version_2 into main 2026-01-22 07:50:18 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
@@ -41,18 +41,16 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Authentic Italian Flavors in the Heart of Venice"
description="Experience centuries of culinary tradition at Osteria Veneziana. Indulge in handcrafted pasta, fresh seafood, and time-honored recipes prepared with passion and the finest Italian ingredients."
background={{ variant: "sparkles-gradient" }}
tag="Est. 1985"
tagIcon={Utensils}
<HeroLogo
logoText="Osteria Veneziana"
description="Experience centuries of culinary tradition. Indulge in handcrafted pasta, fresh seafood, and time-honored recipes."
buttons={[
{ text: "Make a Reservation", href: "#contact" },
{ text: "View Menu", href: "#dishes" }
]}
imageSrc="https://img.b2bpic.net/free-photo/side-view-fried-chicken-with-baked-potatoes-wooden-board-glass-red-wine-table_140725-12806.jpg"
imageAlt="Elegant Italian restaurant interior with Venetian ambiance"
showDimOverlay={true}
/>
</div>