2 Commits

Author SHA1 Message Date
7665e348f2 Update src/app/page.tsx 2026-01-22 07:54:15 +00:00
184c49aba3 Update src/app/page.tsx 2026-01-22 07:50:13 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; 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 AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
@@ -16,7 +16,7 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="elastic-effect" defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="sharp" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="circleGradient" background="circleGradient"
@@ -41,18 +41,16 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroLogo
title="Authentic Italian Flavors in the Heart of Venice" logoText="Osteria Veneziana"
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." description="Experience centuries of culinary tradition. Indulge in handcrafted pasta, fresh seafood, and time-honored recipes."
background={{ variant: "sparkles-gradient" }}
tag="Est. 1985"
tagIcon={Utensils}
buttons={[ buttons={[
{ text: "Make a Reservation", href: "#contact" }, { text: "Make a Reservation", href: "#contact" },
{ text: "View Menu", href: "#dishes" } { 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" 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" imageAlt="Elegant Italian restaurant interior with Venetian ambiance"
showDimOverlay={true}
/> />
</div> </div>