Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-29 19:25:53 +00:00

View File

@@ -11,7 +11,8 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Star, Users, Utensils } from "lucide-react";
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import { Star, Users, Utensils, Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,16 +32,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Menu", id: "menu"},
{
name: "Contact", id: "contact"},
{
name: "Admin Dashboard", id: "/admin/dashboard"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Scheduling", id: "scheduling" },
{ name: "Contact", id: "contact" },
{ name: "Admin Dashboard", id: "/admin/dashboard" },
]}
brandName="Allah Ho"
/>
@@ -48,33 +45,45 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain"}}
background={{ variant: "plain" }}
title="An Experience of Authentic Flavor"
description="Welcome to Allah Ho, where centuries-old traditions meet contemporary culinary finesse. Experience true hospitality and flavor."
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"
imageAlt="Luxurious restaurant interior"
buttons={[
{
text: "Book a Table", href: "#contact"},
{
text: "View Menu", href: "#menu"},
{ text: "Book a Table", href: "#contact" },
{ text: "View Menu", href: "#menu" },
]}
/>
</div>
<div id="scheduling" data-section="scheduling">
<FeatureCardTen
title="Your Personalized Training Programs"
description="Build, track, and customize your 30-day training journey with our professional scheduling tools."
tag="Scheduling"
features={[
{
title: "30-Day Program Builder", description: "Design your perfect 30-day training routine using our intuitive template system and tracking dashboard.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fitness-tracker-watch_114579-2067.jpg", imageAlt: "Training dashboard" },
items: [{ icon: Calendar, text: "Personalized scheduling" }, { icon: Star, text: "Progress tracking" }],
reverse: false
}
]}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="A Legacy of Excellence"
description="Founded with the passion to bring authentic tastes to your table, Allah Ho has become a destination for true connoisseurs of fine dining."
metrics={[
{
value: "15+", title: "Years Experience"},
{
value: "2k+", title: "Happy Guests"},
{
value: "50+", title: "Traditional Recipes"},
{ value: "15+", title: "Years Experience" },
{ value: "2k+", title: "Happy Guests" },
{ value: "50+", title: "Traditional Recipes" },
]}
imageSrc="http://img.b2bpic.net/free-photo/bartender-preparing-cocktail_23-2147680729.jpg"
mediaAnimation="slide-up"
@@ -90,24 +99,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "d1", brand: "Signature", name: "Royal Lamb Curry", price: "$28", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg"},
{
id: "d2", brand: "Signature", name: "Tandoori Special", price: "$24", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beetroot-salad-with-carrots-corn-nuts-white-plate_140725-3541.jpg"},
{
id: "d3", brand: "Signature", name: "Saffron Biryani", price: "$22", rating: 4,
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-dish-with-rice-cashew-nuts-sauce-lemon-vegetables-coriander-leaf-wooden-tray_613910-21742.jpg"},
{
id: "d4", brand: "Signature", name: "Mixed Grill Platter", price: "$35", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/iskender-doner-table-top-view_140725-1156.jpg"},
{
id: "d5", brand: "Signature", name: "Gourmet Halwa", price: "$12", rating: 5,
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg"},
{
id: "d6", brand: "Signature", name: "Garden Curry", price: "$18", rating: 4,
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg"},
{ id: "d1", brand: "Signature", name: "Royal Lamb Curry", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg" },
{ id: "d2", brand: "Signature", name: "Tandoori Special", price: "$24", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beetroot-salad-with-carrots-corn-nuts-white-plate_140725-3541.jpg" },
{ id: "d3", brand: "Signature", name: "Saffron Biryani", price: "$22", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-dish-with-rice-cashew-nuts-sauce-lemon-vegetables-coriander-leaf-wooden-tray_613910-21742.jpg" },
{ id: "d4", brand: "Signature", name: "Mixed Grill Platter", price: "$35", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/iskender-doner-table-top-view_140725-1156.jpg" },
{ id: "d5", brand: "Signature", name: "Gourmet Halwa", price: "$12", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
{ id: "d6", brand: "Signature", name: "Garden Curry", price: "$18", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-curry-dish-with-fresh-herbs_84443-82590.jpg" },
]}
title="Our Signature Dishes"
description="Explore our carefully curated menu of traditional specialties."
@@ -121,21 +118,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah", role: "Food Critic", company: "Dining Daily", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg"},
{
id: "2", name: "James", role: "Regular", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-smiling-holding-wine-glass_176420-3783.jpg"},
{
id: "3", name: "Linda", role: "Visitor", company: "Traveler", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg"},
{
id: "4", name: "Robert", role: "Corporate", company: "Tech Firm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg"},
{
id: "5", name: "Emily", role: "Foodie", company: "Blogger", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg"},
{ id: "1", name: "Sarah", role: "Food Critic", company: "Dining Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg" },
{ id: "2", name: "James", role: "Regular", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-smiling-holding-wine-glass_176420-3783.jpg" },
{ id: "3", name: "Linda", role: "Visitor", company: "Traveler", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg" },
{ id: "4", name: "Robert", role: "Corporate", company: "Tech Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg" },
{ id: "5", name: "Emily", role: "Foodie", company: "Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg" },
]}
title="Words from Our Guests"
description="See why our guests return time and again."
@@ -148,15 +135,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1", icon: Utensils,
title: "Cuisine Styles", value: "12"},
{
id: "m2", icon: Users,
title: "Dedicated Staff", value: "45"},
{
id: "m3", icon: Star,
title: "Star Rating", value: "4.9"},
{ id: "m1", icon: Utensils, title: "Cuisine Styles", value: "12" },
{ id: "m2", icon: Users, title: "Dedicated Staff", value: "45" },
{ id: "m3", icon: Star, title: "Star Rating", value: "4.9" },
]}
title="Our Impact"
description="Key achievements in our culinary journey."
@@ -168,12 +149,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation, especially for weekends."},
{
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu with many vegetarian and vegan choices."},
{
id: "q3", title: "Is catering available?", content: "Yes, we offer professional catering for private events."},
{ id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation, especially for weekends." },
{ id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu with many vegetarian and vegan choices." },
{ id: "q3", title: "Is catering available?", content: "Yes, we offer professional catering for private events." },
]}
title="Common Inquiries"
description="Answers to frequently asked questions about our service."
@@ -186,8 +164,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Contact"
title="Visit Us Soon"
description="We look forward to welcoming you. Reserve your table or contact us for private event inquiries."
@@ -200,34 +177,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Menu", items: [
{
label: "Appetizers", href: "#"},
{
label: "Main Course", href: "#"},
{
label: "Desserts", href: "#"},
],
},
{
title: "Info", items: [
{
label: "About Us", href: "#"},
{
label: "Location", href: "#"},
{
label: "Careers", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use", href: "#"},
],
},
{ title: "Menu", items: [{ label: "Appetizers", href: "#" }, { label: "Main Course", href: "#" }, { label: "Desserts", href: "#" }] },
{ title: "Info", items: [{ label: "About Us", href: "#" }, { label: "Location", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
bottomLeftText="© 2024 Allah Ho Restaurant."
bottomRightText="All rights reserved."