Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 16:14:06 +00:00

View File

@@ -54,12 +54,12 @@ export default function LandingPage() {
enableKpiAnimation={true}
tag="Premium Fine Dining"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
buttons={[
{ text: "Reserve Your Table", href: "#contact" },
{ text: "View Our Menu", href: "#products" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/slice-tasty-tuna-meal-with-glass-white-wine-restaurant_8353-10588.jpg"
imageAlt="Signature dish at Reshta Restaurant"
mediaAnimation="blur-reveal"
@@ -73,7 +73,7 @@ export default function LandingPage() {
description="Reshta is more than a restaurant—it's a celebration of Palestinian culinary traditions refined with contemporary techniques. Our journey began with a passion for honoring ancestral recipes while creating exceptional dining experiences that connect guests to our culture, heritage, and the warmth of our people."
tag="Our Heritage"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
bulletPoints={[
{
title: "Authentic Recipes", description: "Each dish carries generations of culinary wisdom, prepared with time-honored techniques and the finest local ingredients sourced directly from Palestinian farmers.", icon: Leaf,
@@ -93,7 +93,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Learn About Our Team", href: "#team" }]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>
@@ -103,7 +103,7 @@ export default function LandingPage() {
description="Explore our most celebrated dishes—each crafted with passion, precision, and the finest ingredients. These signature creations define Reshta's commitment to gastronomic excellence."
tag="Our Favorites"
tagIcon={Award}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
products={[
{
id: "1", name: "Hummus Masabacha", price: "68 NIS", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nacho-chips-with-hummus-ketchup_23-2148562792.jpg", imageAlt: "Creamy hummus masabacha with chickpeas and olive oil"},
@@ -117,7 +117,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "View Full Menu", href: "#" }]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>
@@ -126,7 +126,7 @@ export default function LandingPage() {
title="The Reshta Experience"
description="Every detail is crafted to create an immersive culinary journey that celebrates flavor, tradition, and connection."
tag="Dining Excellence"
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
metrics={[
{
id: "1", value: "1000+", title: "Happy Guests", description: "Guests who've celebrated memorable moments with us", imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg", imageAlt: "Elegant dining ambiance at Reshta"},
@@ -137,7 +137,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Reserve Now", href: "#contact" }]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>