Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-31 11:15:38 +00:00

View File

@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { CheckCircle, Leaf, ShoppingBag } from "lucide-react";
import { CheckCircle, Leaf, Store, ShoppingBag } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Concept",
id: "about",
},
{
name: "Menu",
id: "features",
},
{
name: "Market",
id: "products",
},
{
name: "Reserve",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Concept", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Market", id: "products" },
{ name: "Reserve", id: "contact" },
]}
brandName="Zuwadeh"
/>
@@ -58,104 +43,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Taste the Tradition. Take Home the Experience."
description="Beit Jalas premier destination for artisanal dining, fresh pastries, and local market provisions."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The best shakshouka in Beit Jala. A must-visit!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=1",
},
{
name: "Michael C.",
handle: "@mikec",
testimonial: "Love the jam and the market items. Unique concept.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg?_wi=1",
},
{
name: "Emily R.",
handle: "@emilyr",
testimonial: "Fresh pastries every morning, absolutely delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg?_wi=1",
},
{
name: "David K.",
handle: "@davidk",
testimonial: "Great service and ambiance. Very modern feel.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg?_wi=1",
},
{
name: "Laila M.",
handle: "@lailam",
testimonial: "The atmosphere is so cozy, perfect for reading.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=2",
},
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The best shakshouka in Beit Jala. A must-visit!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" },
{ name: "Michael C.", handle: "@mikec", testimonial: "Love the jam and the market items. Unique concept.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg" },
{ name: "Emily R.", handle: "@emilyr", testimonial: "Fresh pastries every morning, absolutely delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg" },
{ name: "David K.", handle: "@davidk", testimonial: "Great service and ambiance. Very modern feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg" },
{ name: "Laila M.", handle: "@lailam", testimonial: "The atmosphere is so cozy, perfect for reading.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" }
]}
buttons={[
{
text: "Order for Pickup",
href: "#",
},
{
text: "Reserve a Table",
href: "#",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-two-coffee-machine-cups_23-2148522949.jpg?_wi=1"
buttons={[{ text: "Order for Pickup", href: "#" }, { text: "Reserve a Table", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-two-coffee-machine-cups_23-2148522949.jpg"
imageAlt="Zuwadeh dining experience"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg",
alt: "Customer Sarah",
},
{
src: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg",
alt: "Customer Michael",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
alt: "Customer Emily",
},
{
src: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg",
alt: "Customer David",
},
{
src: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg",
alt: "Customer Laila",
},
]}
marqueeItems={[
{
type: "text",
text: "Freshly Baked",
},
{
type: "text",
text: "Local Ingredients",
},
{
type: "text",
text: "Artisanal Jam",
},
{
type: "text",
text: "Gourmet Spices",
},
{
type: "text",
text: "Authentic Cuisine",
},
]}
/>
</div>
@@ -163,22 +63,10 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "The Zuwadeh Concept",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg",
alt: "Zuwadeh store interior",
},
]}
buttons={[
{
text: "Learn More",
href: "#",
},
{ type: "text", content: "The Zuwadeh Concept" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg", alt: "Zuwadeh store interior" }
]}
buttons={[{ text: "Learn More", href: "#" }]}
/>
</div>
@@ -189,49 +77,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Dine",
description: "Diverse menu from Western favorites to authentic Middle Eastern classics.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg",
imageAlt: "Gourmet dishes",
},
items: [
{
text: "Fresh Ingredients",
icon: CheckCircle,
},
{
text: "Dietary Options",
icon: Leaf,
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-two-coffee-machine-cups_23-2148522949.jpg?_wi=2",
imageAlt: "barista espresso machine steam",
id: "f1", title: "Dine", description: "Diverse menu from Western favorites to authentic Middle Eastern classics.", media: { imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg", imageAlt: "Gourmet dishes" },
items: [{ text: "Fresh Ingredients", icon: CheckCircle }, { text: "Dietary Options", icon: Leaf }],
reverse: false
},
{
id: "f2",
title: "Shop",
description: "Buy the raw ingredients, spices, and famous Zuwadeh Jam from our artisan market.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg?_wi=1",
imageAlt: "Spice blends",
},
items: [
{
text: "Local Sourcing",
icon: Store,
},
{
text: "Click & Collect",
icon: ShoppingBag,
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg",
imageAlt: "restaurant interior modern rustic",
},
id: "f2", title: "Shop", description: "Buy the raw ingredients, spices, and famous Zuwadeh Jam from our artisan market.", media: { imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg", imageAlt: "Spice blends" },
items: [{ text: "Local Sourcing", icon: Store }, { text: "Click & Collect", icon: ShoppingBag }],
reverse: true
}
]}
title="Experience Everything"
description="Dining, sipping, and shopping under one roof."
@@ -242,35 +96,12 @@ export default function LandingPage() {
<ProductCardTwo
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Zuwadeh",
name: "Signature Jam",
price: "$8.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-vector/organic-products-logo-templates_1324-51.jpg",
},
{
id: "p2",
brand: "Zuwadeh",
name: "Custom Spice Blend",
price: "$12.00",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg?_wi=2",
},
{
id: "p3",
brand: "Zuwadeh",
name: "Artisanal Bread Loaf",
price: "$5.00",
rating: 4,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-delicious-bread-with-various-baking-ingredients-utensils-black-surface_23-2147955240.jpg",
},
{ id: "p1", brand: "Zuwadeh", name: "Signature Jam", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/organic-products-logo-templates_1324-51.jpg" },
{ id: "p2", brand: "Zuwadeh", name: "Custom Spice Blend", price: "$12.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg" },
{ id: "p3", brand: "Zuwadeh", name: "Artisanal Bread Loaf", price: "$5.00", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-delicious-bread-with-various-baking-ingredients-utensils-black-surface_23-2147955240.jpg" }
]}
title="Artisanal Market Provisions"
description="Take a piece of Zuwadeh home."
@@ -284,46 +115,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "CEO",
company: "Local Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=3",
},
{
id: "t2",
name: "Michael C.",
role: "Photographer",
company: "Creative Arts",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg?_wi=2",
},
{
id: "t3",
name: "Emily R.",
role: "Teacher",
company: "Education Center",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg?_wi=2",
},
{
id: "t4",
name: "David K.",
role: "Engineer",
company: "Tech Lab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg?_wi=2",
},
{
id: "t5",
name: "Omar F.",
role: "Architect",
company: "Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=4",
},
{ id: "t1", name: "Sarah J.", role: "CEO", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" },
{ id: "t2", name: "Michael C.", role: "Photographer", company: "Creative Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg" },
{ id: "t3", name: "Emily R.", role: "Teacher", company: "Education Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg" },
{ id: "t4", name: "David K.", role: "Engineer", company: "Tech Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg" },
{ id: "t5", name: "Omar F.", role: "Architect", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" }
]}
title="Loved by Locals"
description="See what our visitors say about the Zuwadeh experience."
@@ -335,16 +131,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What about parking?",
content: "Parking is available out front, with additional street parking nearby during peak hours.",
},
{
id: "q2",
title: "What is the seating policy?",
content: "Indoor dining is prioritized for reservations during peak hours. Walk-ins are always welcome on the patio and cafe.",
},
{ id: "q1", title: "What about parking?", content: "Parking is available out front, with additional street parking nearby during peak hours." },
{ id: "q2", title: "What is the seating policy?", content: "Indoor dining is prioritized for reservations during peak hours. Walk-ins are always welcome on the patio and cafe." }
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant-with-various-places_140725-9587.jpg"
mediaAnimation="slide-up"
@@ -357,16 +145,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
text="Ready to visit or order pickup? We are located in the heart of Beit Jala, waiting to welcome you."
buttons={[
{
text: "Reserve Now",
href: "#",
},
]}
buttons={[{ text: "Reserve Now", href: "#" }]}
/>
</div>
@@ -374,32 +155,8 @@ export default function LandingPage() {
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/high-angle-croissants-plate-with-milk_23-2148696270.jpg"
columns={[
{
title: "Links",
items: [
{
label: "Reserve Table",
href: "#",
},
{
label: "Order Pickup",
href: "#",
},
],
},
{
title: "Market",
items: [
{
label: "Shop Online",
href: "#",
},
{
label: "About Us",
href: "#",
},
],
},
{ title: "Links", items: [{ label: "Reserve Table", href: "#" }, { label: "Order Pickup", href: "#" }] },
{ title: "Market", items: [{ label: "Shop Online", href: "#" }, { label: "About Us", href: "#" }] }
]}
copyrightText="© 2025 Zuwadeh"
/>
@@ -407,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}