Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 13:22:26 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Sparkles, BookOpen, UtensilsCrossed, Flame, Leaf, Wine, Star, Award } from 'lucide-react';
import { Sparkles, BookOpen, UtensilsCrossed, Flame, Leaf, Wine, Star, Award, Heart, Clock, Utensils } from 'lucide-react';
export default function LandingPage() {
const handleReservation = (data: Record<string, string>) => {
@@ -57,11 +57,11 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
dashboard={{
title: "Welcome to Rumi", logoIcon: Sparkles,
title: "Welcome to Rumi", logoIcon: Heart,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182551.jpg", imageAlt: "elegant persian restaurant interior warm lighting", searchPlaceholder: "Discover authentic Persian dishes...", sidebarItems: [
{ icon: UtensilsCrossed, active: true },
{ icon: Wine },
{ icon: Sparkles }
{ icon: Clock }
],
buttons: [
{ text: "Reserve", href: "#contact" },
@@ -69,15 +69,15 @@ export default function LandingPage() {
],
stats: [
{
title: "Years Experience", values: ["15", "18", "20"],
title: "Years Experience", values: [15, 18, 20],
description: "Serving authentic Persian cuisine"
},
{
title: "Happy Guests", values: ["2500", "3200", "4100"],
title: "Happy Guests", values: [2500, 3200, 4100],
valueSuffix: "+", description: "Dining with us annually"
},
{
title: "Dishes Crafted", values: ["45", "52", "60"],
title: "Dishes Crafted", values: [45, 52, 60],
description: "Signature menu items"
}
],
@@ -91,7 +91,7 @@ export default function LandingPage() {
listTitle: "Today's Specials", listItems: [
{ icon: Flame, title: "Saffron-Spiced Lamb Kebab", status: "Chef's Pick" },
{ icon: Leaf, title: "Vegetarian Kashk Eggplant", status: "House Favorite" },
{ icon: UtensilsCrossed, title: "Persian Rice with Herbs", status: "Signature" }
{ icon: Utensils, title: "Persian Rice with Herbs", status: "Signature" }
]
}}
/>
@@ -132,7 +132,7 @@ export default function LandingPage() {
title: "Vegetarian & Vegan", description: "Fresh, healthy, and deeply satisfying. Clearly labeled options showcasing the versatility of Persian plant-based cuisine.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=1", imageAlt: "Vegetarian Persian plate"
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg", imageAlt: "Vegetarian Persian plate"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Restaurant dining experience"
@@ -146,7 +146,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182421.jpg", imageAlt: "Aromatic Persian rice"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=2", imageAlt: "Fresh herb accompaniments"
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg", imageAlt: "Fresh herb accompaniments"
}
]
},
@@ -157,7 +157,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-sliced-apples-tangerines-white-background-fruit-sweet-biscuit-sugar-cake-pie_140725-115802.jpg", imageAlt: "Gourmet Persian dessert"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-dates-tea_23-2147791760.jpg?_wi=1", imageAlt: "Traditional Persian tea service"
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-dates-tea_23-2147791760.jpg", imageAlt: "Traditional Persian tea service"
}
]
}
@@ -234,7 +234,7 @@ export default function LandingPage() {
name: "specialRequests", placeholder: "Any special requests or dietary requirements?", rows: 5
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-dates-tea_23-2147791760.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-dates-tea_23-2147791760.jpg"
imageAlt="Traditional Persian hospitality"
mediaAnimation="blur-reveal"
mediaPosition="right"