Merge version_2 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "04", title: "Beverages", description: "Thoughtfully selected wines, craft cocktails, and premium non-alcoholic pairings", imageSrc: "https://img.b2bpic.net/free-photo/toasted-sandwiches-with-thyme-wooden-chopping-board_23-2147922295.jpg", imageAlt: "Wine selection"
|
||||
}
|
||||
]
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<BlogCardOne
|
||||
title="Gallery"
|
||||
description="Visual journey through our restaurant's atmosphere, cuisine, and moments that matter"
|
||||
description="Visual journey through our restaurant atmosphere, cuisine, and moments that matter"
|
||||
tag="Photo Gallery"
|
||||
tagIcon={Image}
|
||||
blogs={[
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", category: "Cuisine", title: "Seasonal Creation", excerpt: "Discover how we celebrate seasonal ingredients in our ever-evolving menu", imageSrc: "https://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens-served-with-glass-wine_141793-948.jpg", imageAlt: "Seasonal dish", authorName: "Savour Team", authorAvatar: "https://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16131.jpg", date: "Cuisine"
|
||||
}
|
||||
]
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
carouselMode="buttons"
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Reserve Now"
|
||||
termsText="We'll confirm your reservation within 24 hours and accommodate any special dietary preferences or occasion details."
|
||||
termsText="We will confirm your reservation within 24 hours and accommodate any special dietary preferences or occasion details."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
id: "4", name: "David Rodriguez", handle: "@davidfood", testimonial: "The seasonal menu is constantly surprising and delightful. Service staff are knowledgeable and gracious. Simply outstanding.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "David Rodriguez"
|
||||
}
|
||||
]
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
{ label: "123 Culinary Lane, Gastro City, GC 12345", href: "#" }
|
||||
]
|
||||
}
|
||||
]
|
||||
]}
|
||||
copyrightText="© 2025 Savour Restaurant | Crafting Memories, One Dish at a Time"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user