Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
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';
|
||||||
@@ -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"
|
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"
|
gridVariant="two-columns-alternating-heights"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
|||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<BlogCardOne
|
<BlogCardOne
|
||||||
title="Gallery"
|
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"
|
tag="Photo Gallery"
|
||||||
tagIcon={Image}
|
tagIcon={Image}
|
||||||
blogs={[
|
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"
|
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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
|||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Reserve Now"
|
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>
|
</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,
|
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"
|
imageSrc: "https://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "David Rodriguez"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
|||||||
{ label: "123 Culinary Lane, Gastro City, GC 12345", href: "#" }
|
{ label: "123 Culinary Lane, Gastro City, GC 12345", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
copyrightText="© 2025 Savour Restaurant | Crafting Memories, One Dish at a Time"
|
copyrightText="© 2025 Savour Restaurant | Crafting Memories, One Dish at a Time"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user