Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 12:13:29 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "product",
},
name: "Menu", id: "product"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Cafe Mari"
/>
@@ -54,63 +46,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Cafe Mari"
description="Your cozy neighborhood retreat in the heart of the Narkisim neighborhood. Experience delicious brunch, premium coffee, and a warm, welcoming atmosphere."
buttons={[
{
text: "View Menu",
href: "#product",
},
text: "View Menu", href: "#product"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tasty-plain-cup-latte-wooden-table-coffee-shop-bokeh-lights-background_1268-20258.jpg"
imageAlt="Cafe Mari Interior"
mediaAnimation="fade-up"
mediaAnimation="none"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queen-with-drink_23-2149556855.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queen-with-drink_23-2149556855.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/image-woman-smiling-camera-with-phone_197531-33496.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/image-woman-smiling-camera-with-phone_197531-33496.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/couple-aprons-enjoying-coffee-outside-shop_23-2148366676.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/couple-aprons-enjoying-coffee-outside-shop_23-2148366676.jpg", alt: "Customer 5"},
]}
avatarText="Join our growing community"
marqueeItems={[
{
type: "text",
text: "Premium Coffee",
},
type: "text", text: "Premium Coffee"},
{
type: "text",
text: "Artisanal Brunch",
},
type: "text", text: "Artisanal Brunch"},
{
type: "text",
text: "Neighborhood Vibe",
},
type: "text", text: "Neighborhood Vibe"},
{
type: "text",
text: "Fresh Pastries",
},
type: "text", text: "Fresh Pastries"},
{
type: "text",
text: "Warm Atmosphere",
},
type: "text", text: "Warm Atmosphere"},
]}
/>
</div>
@@ -122,17 +91,11 @@ export default function LandingPage() {
description="Cafe Mari is a place where community meets quality. Whether you're looking for a quiet morning spot, a place to work, or a brunch gathering with friends, we provide the perfect setting."
metrics={[
{
value: "4.3",
title: "Rating",
},
value: "4.3", title: "Rating"},
{
value: "369+",
title: "Reviews",
},
value: "369+", title: "Reviews"},
{
value: "Local",
title: "Favorite",
},
value: "Local", title: "Favorite"},
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-design-with-eucalyptus-high-angle_23-2149420713.jpg"
imageAlt="Cafe atmosphere"
@@ -149,59 +112,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Breakfast",
name: "Scrambled Eggs with Cheddar",
price: "₪58",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg",
},
id: "p1", brand: "Breakfast", name: "Scrambled Eggs with Cheddar", price: "₪58", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg"},
{
id: "p2",
brand: "Signature",
name: "Polenta Toast",
price: "₪45",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-jam-mint-side-view_141793-4402.jpg",
},
id: "p2", brand: "Signature", name: "Polenta Toast", price: "₪45", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-jam-mint-side-view_141793-4402.jpg"},
{
id: "p3",
brand: "Beverage",
name: "Mari's Signature Coffee",
price: "₪18",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-yummy-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115593.jpg",
},
id: "p3", brand: "Beverage", name: "Mari's Signature Coffee", price: "₪18", rating: 4,
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-yummy-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115593.jpg"},
{
id: "p4",
brand: "Pastry",
name: "Fresh Croissant",
price: "₪15",
rating: 4,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-homemade-croissants-grey-white-french-pastry_114579-4915.jpg",
},
id: "p4", brand: "Pastry", name: "Fresh Croissant", price: "₪15", rating: 4,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-homemade-croissants-grey-white-french-pastry_114579-4915.jpg"},
{
id: "p5",
brand: "Brunch",
name: "Shakshuka Bowl",
price: "₪62",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pan-with-jewish-meal_23-2148814505.jpg",
},
id: "p5", brand: "Brunch", name: "Shakshuka Bowl", price: "₪62", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pan-with-jewish-meal_23-2148814505.jpg"},
{
id: "p6",
brand: "Sweet",
name: "Chocolate Dessert",
price: "₪35",
rating: 5,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-with-golden-spoon-dark-plate_114579-21602.jpg",
},
id: "p6", brand: "Sweet", name: "Chocolate Dessert", price: "₪35", rating: 5,
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-with-golden-spoon-dark-plate_114579-21602.jpg"},
]}
title="Popular Menu Items"
description="Discover our most loved dishes, from our signature scrambled eggs to our refreshing polenta toast."
@@ -215,34 +142,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
label: "Seating",
title: "Comfortable Options",
items: [
"Indoor seating area",
"Outdoor seating with shade",
"Pet friendly",
],
id: "f1", label: "Seating", title: "Comfortable Options", items: [
"Indoor seating area", "Outdoor seating with shade", "Pet friendly"],
},
{
id: "f2",
label: "Service",
title: "Friendly Vibe",
items: [
"Quick service",
"Neighborhood feel",
"Quality coffee",
],
id: "f2", label: "Service", title: "Friendly Vibe", items: [
"Quick service", "Neighborhood feel", "Quality coffee"],
},
{
id: "f3",
label: "Hours",
title: "Perfect Timing",
items: [
"Open until 10pm",
"Daily fresh brunch",
"Coffee all day",
],
id: "f3", label: "Hours", title: "Perfect Timing", items: [
"Open until 10pm", "Daily fresh brunch", "Coffee all day"],
},
]}
title="Why Visit Cafe Mari?"
@@ -258,23 +167,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Mari",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199328.jpg",
},
id: "t1", name: "Mari", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199328.jpg"},
{
id: "t2",
name: "David",
role: "Barista",
imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg",
},
id: "t2", name: "David", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg"},
{
id: "t3",
name: "Sarah",
role: "Chef",
imageSrc: "http://img.b2bpic.net/free-photo/young-cool-waiter-black-cap-apron-standing-holding-tray-with-cup-coffee-while-dreamily-looking-camera-cafe_574295-3440.jpg",
},
id: "t3", name: "Sarah", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-cool-waiter-black-cap-apron-standing-holding-tray-with-cup-coffee-while-dreamily-looking-camera-cafe_574295-3440.jpg"},
]}
title="Our Dedicated Team"
description="Meet the people who make Cafe Mari the heart of the neighborhood."
@@ -287,45 +184,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "A real treat!",
quote: "A cozy, neighborhood cafe with incredibly delicious bites. A must for brunch lovers.",
name: "Niv Benshi",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-modern-woman-sitting-outdoor-cafe-smiling-drinking-coffee-from_1258-206064.jpg",
},
id: "1", title: "A real treat!", quote: "A cozy, neighborhood cafe with incredibly delicious bites. A must for brunch lovers.", name: "Niv Benshi", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-modern-woman-sitting-outdoor-cafe-smiling-drinking-coffee-from_1258-206064.jpg"},
{
id: "2",
title: "Local gem",
quote: "New small and cozy cafe. Minimalistic and clean, great location.",
name: "Guy Greenshtein",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
},
id: "2", title: "Local gem", quote: "New small and cozy cafe. Minimalistic and clean, great location.", name: "Guy Greenshtein", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"},
{
id: "3",
title: "Great brunch",
quote: "Excellent vibe and good looking place. The brunch options are lovely.",
name: "Sarah",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg",
},
id: "3", title: "Great brunch", quote: "Excellent vibe and good looking place. The brunch options are lovely.", name: "Sarah", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg"},
{
id: "4",
title: "Tasty!",
quote: "Delicious food and fresh coffee every single time. Definitely recommended.",
name: "Michael",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
},
id: "4", title: "Tasty!", quote: "Delicious food and fresh coffee every single time. Definitely recommended.", name: "Michael", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
{
id: "5",
title: "Neighborhood favorite",
quote: "Exactly what this neighborhood needed. Perfect spot to spend the afternoon.",
name: "Daniel",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
},
id: "5", title: "Neighborhood favorite", quote: "Exactly what this neighborhood needed. Perfect spot to spend the afternoon.", name: "Daniel", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg"},
]}
title="What Our Guests Say"
description="Real experiences from our lovely neighbors."
@@ -339,22 +206,14 @@ export default function LandingPage() {
description="Have questions or want to host a private event? Reach out to us!"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
rows: 4,
name: "message", placeholder: "How can we help?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-lady-beige-cap-red-scarf-is-coming-out-from-cafeteria-with-coffee-black-jacket-outdoor-portrait-pleased-young-woman-resting-restaurant-street_291650-2259.jpg"
imageAlt="Contact us image"
@@ -365,34 +224,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "Jerusalem St 121, Rishon LeZion",
href: "#",
},
label: "Jerusalem St 121, Rishon LeZion", href: "#"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+972 3-682-5559",
href: "tel:+97236825559",
},
label: "+972 3-682-5559", href: "tel:+97236825559"},
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}