Merge version_2 into main #2
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Savoria"
|
||||
brandName="Creme Cafe"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="SAVORIA"
|
||||
logoText="CREME CAFE"
|
||||
description="Experience culinary excellence in an elegant atmosphere. Award-winning dishes crafted from the finest seasonal ingredients by our passionate culinary team."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
tag="Our Story"
|
||||
tagIcon={Utensils}
|
||||
title="Culinary Passion Meets Tradition"
|
||||
description="Founded in 2015, Savoria has been a destination for discerning diners seeking authentic flavors and impeccable service. Our head chef brings 20 years of international culinary experience, creating a unique fusion of traditional techniques and innovative contemporary cuisine."
|
||||
description="Founded in 2015, Creme Cafe has been a destination for discerning diners seeking authentic flavors and impeccable service. Our head chef brings 20 years of international culinary experience, creating a unique fusion of traditional techniques and innovative contemporary cuisine."
|
||||
metrics={[
|
||||
{ value: "20+", title: "Years Chef Experience" },
|
||||
{ value: "500+", title: "Happy Guests Monthly" }
|
||||
@@ -107,14 +107,14 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Guests Say"
|
||||
description="Read heartfelt reviews from our valued diners who have experienced the Savoria difference."
|
||||
description="Read heartfelt reviews from our valued diners who have experienced the Creme Cafe difference."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", handle: "@jamesmitch", testimonial: "An unforgettable dining experience. The food was exceptional and the service impeccable. Savoria has set a new standard for fine dining in our city.", rating: 5,
|
||||
id: "1", name: "James Mitchell", handle: "@jamesmitch", testimonial: "An unforgettable dining experience. The food was exceptional and the service impeccable. Creme Cafe has set a new standard for fine dining in our city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thinking-man-dark-suit-studio-shot_613910-10754.jpg", imageAlt: "James Mitchell"
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
<div id="reservations" data-section="reservations">
|
||||
<ContactFaq
|
||||
ctaTitle="Reserve Your Table"
|
||||
ctaDescription="Book an intimate dinner or celebrate special moments at Savoria. Our team ensures every reservation receives personalized attention."
|
||||
ctaDescription="Book an intimate dinner or celebrate special moments at Creme Cafe. Our team ensures every reservation receives personalized attention."
|
||||
ctaButton={{ text: "Book Online", href: "https://reservations.example.com" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={false}
|
||||
@@ -162,9 +162,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day-celebration_23-2148632535.jpg"
|
||||
imageAlt="Savoria restaurant elegant interior"
|
||||
logoText="Savoria"
|
||||
copyrightText="© 2025 Savoria Restaurant. All rights reserved."
|
||||
imageAlt="Creme Cafe restaurant elegant interior"
|
||||
logoText="Creme Cafe"
|
||||
copyrightText="© 2025 Creme Cafe Restaurant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Dining", items: [
|
||||
|
||||
Reference in New Issue
Block a user