Merge version_1 into main #2

Open
bender wants to merge 1 commits from version_1 into main

View File

@@ -16,31 +16,28 @@ export default function LandingPage() {
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Our Story",
id: "about",
},
name: "Our Story", id: "about"},
{
name: "Highlights",
id: "features",
},
name: "Highlights", id: "features"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Vini's Bedfordview"
/>
@@ -49,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Vini's"
description="Experience authentic Italian flair in the heart of Bedfordview. A legacy of taste, tradition, and timeless hospitality."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
{
text: "View Menu",
href: "#features",
},
text: "View Menu", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg"
imageAlt="Vini's Restaurant interior"
@@ -86,17 +78,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"No shortcuts in prep",
"Never compromise on ingredients",
"No artificial flavoring",
],
"No shortcuts in prep", "Never compromise on ingredients", "No artificial flavoring"],
}}
positiveCard={{
items: [
"Handmade artisanal pasta",
"Fresh seasonal ingredients",
"Legacy family recipes",
],
"Handmade artisanal pasta", "Fresh seasonal ingredients", "Legacy family recipes"],
}}
title="Why Vini's?"
description="Discover what sets our kitchen apart from the rest."
@@ -110,40 +96,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena Rossi",
role: "Food Critic",
testimonial: "The authentic pasta is unmatched in Bedfordview. A true gem.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-delicious-pizza_23-2150901054.jpg",
},
id: "1", name: "Elena Rossi", role: "Food Critic", testimonial: "The authentic pasta is unmatched in Bedfordview. A true gem.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-delicious-pizza_23-2150901054.jpg"},
{
id: "2",
name: "Mark D'Souza",
role: "Local Resident",
testimonial: "Always the perfect spot for family celebrations and business dinners.",
imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg",
},
id: "2", name: "Mark D'Souza", role: "Local Resident", testimonial: "Always the perfect spot for family celebrations and business dinners.", imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg"},
{
id: "3",
name: "Sarah Miller",
role: "Regular Guest",
testimonial: "The atmosphere is warm, inviting, and simply wonderful every single time.",
imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg",
},
id: "3", name: "Sarah Miller", role: "Regular Guest", testimonial: "The atmosphere is warm, inviting, and simply wonderful every single time.", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg"},
{
id: "4",
name: "Julian Thorne",
role: "Gourmet Enthusiast",
testimonial: "Truly captures the essence of Italy in a local setting.",
imageSrc: "http://img.b2bpic.net/free-photo/young-family-sitting-table_23-2147810816.jpg",
},
id: "4", name: "Julian Thorne", role: "Gourmet Enthusiast", testimonial: "Truly captures the essence of Italy in a local setting.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-sitting-table_23-2147810816.jpg"},
{
id: "5",
name: "Bianca Ferreira",
role: "Diner",
testimonial: "Exquisite attention to detail, from service to every bite.",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-cutlery-near-pizzas_23-2147772098.jpg",
},
id: "5", name: "Bianca Ferreira", role: "Diner", testimonial: "Exquisite attention to detail, from service to every bite.", imageSrc: "http://img.b2bpic.net/free-photo/pasta-cutlery-near-pizzas_23-2147772098.jpg"},
]}
title="Guest Reflections"
description="What our Bedfordview family says about their experiences."
@@ -154,16 +115,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Reservations"
title="Join Us for Dinner"
description="Secure your table at Vini's and savor the authentic taste of Italy. We look forward to hosting you."
buttons={[
{
text: "Book Your Table",
href: "#contact",
},
text: "Book Your Table", href: "#contact"},
]}
/>
</div>
@@ -174,33 +132,21 @@ export default function LandingPage() {
{
items: [
{
label: "Menu",
href: "#features",
},
label: "Menu", href: "#features"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
]}