Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d373f525e8 | |||
| 6adacd51eb | |||
| 05d9d6f719 | |||
| bc0a248522 | |||
| e52c98e6fa | |||
| 60e13b106c | |||
| 118d3b06ed | |||
| 78d2e3cda8 |
@@ -30,7 +30,7 @@ export default function ItalianRestaurantPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bella Italia"
|
||||
brandName="Barfae"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -43,7 +43,7 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Welcome to Bella Italia"
|
||||
title="Welcome to Barfae"
|
||||
description="Authentic Italian cuisine crafted with passion and tradition. Experience the flavors of Italy in every dish."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Fine Dining"
|
||||
@@ -59,7 +59,7 @@ export default function ItalianRestaurantPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="At Bella Italia, we honor the rich culinary traditions of Italy while celebrating the art of fine dining. Every dish tells a story of tradition, craftsmanship, and love for food."
|
||||
title="At Barfae, we honor the rich culinary traditions of Italy while celebrating the art of fine dining. Every dish tells a story of tradition, craftsmanship, and love for food."
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#" }
|
||||
@@ -98,7 +98,7 @@ export default function ItalianRestaurantPage() {
|
||||
id: "1", value: "25+", description: "Years of excellence in authentic Italian cuisine and hospitality"
|
||||
},
|
||||
{
|
||||
id: "2", value: "50,000+", description: "Happy customers who have enjoyed memorable dining experiences at Bella Italia"
|
||||
id: "2", value: "50,000+", description: "Happy customers who have enjoyed memorable dining experiences at Barfae"
|
||||
}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -109,7 +109,7 @@ export default function ItalianRestaurantPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="What Our Guests Say"
|
||||
description="Experience the warmth and authenticity that our visitors cherish about Bella Italia."
|
||||
description="Experience the warmth and authenticity that our visitors cherish about Barfae."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "An Unforgettable Evening", quote: "The pasta was absolutely divine! Every bite transported me straight to Italy. The ambiance, the service, everything was perfect. We'll definitely be back.", name: "Maria Rossi", role: "Food Critic", imageSrc: "https://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg", imageAlt: "Maria Rossi"
|
||||
@@ -121,7 +121,7 @@ export default function ItalianRestaurantPage() {
|
||||
id: "3", title: "Perfect for Special Occasions", quote: "We celebrated our anniversary here and it was spectacular. The attention to detail, the wine pairings, the warmth of the staff – simply extraordinary.", name: "Elena Marchetti", role: "Couple", imageSrc: "https://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16131.jpg", imageAlt: "Elena Marchetti"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Worth Every Visit", quote: "I've been coming to Bella Italia for three years now. The consistency, quality, and passion never wavers. It's become my second home.", name: "Antonio Bianchi", role: "Regular Guest", imageSrc: "https://img.b2bpic.net/free-photo/chef-workg-together-professional-kitchen_23-2149727992.jpg", imageAlt: "Antonio Bianchi"
|
||||
id: "4", title: "Worth Every Visit", quote: "I've been coming to Barfae for three years now. The consistency, quality, and passion never wavers. It's become my second home.", name: "Antonio Bianchi", role: "Regular Guest", imageSrc: "https://img.b2bpic.net/free-photo/chef-workg-together-professional-kitchen_23-2149727992.jpg", imageAlt: "Antonio Bianchi"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -153,11 +153,13 @@ export default function ItalianRestaurantPage() {
|
||||
<ContactSplit
|
||||
tag="Reservations"
|
||||
title="Book Your Table"
|
||||
description="Experience authentic Italian cuisine at Bella Italia. Reserve your spot today."
|
||||
description="Experience authentic Italian cuisine at Barfae. Reserve your spot today."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/chef-white-uniform-garnishes-plated-dish-with-herbs-spices_482257-121123.jpg?_wi=2"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
buttonText="Confirm Reservation"
|
||||
termsText="By clicking Confirm Reservation you're confirming that you agree with our Terms and Conditions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,7 +180,7 @@ export default function ItalianRestaurantPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Bella Italia"
|
||||
bottomLeftText="© 2024 Barfae"
|
||||
bottomRightText="All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user