7 Commits

Author SHA1 Message Date
ab8ea4fb3b Switch to version 2: modified src/app/page.tsx 2026-05-05 19:04:42 +00:00
79ac9eb4f4 Merge version_3 into main
Merge version_3 into main
2026-05-05 19:03:51 +00:00
9e799ad6b4 Update src/app/page.tsx 2026-05-05 19:03:48 +00:00
2049fb8e4b Merge version_2 into main
Merge version_2 into main
2026-05-05 19:01:34 +00:00
fe006bb2ce Update src/app/styles/base.css 2026-05-05 19:01:31 +00:00
13df72e3c8 Update src/app/page.tsx 2026-05-05 19:01:30 +00:00
008775a166 Merge version_1 into main
Merge version_1 into main
2026-05-05 18:54:16 +00:00
2 changed files with 45 additions and 98 deletions

View File

@@ -30,16 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "hero"},
{
name: "Our Story", id: "about"},
{
name: "Menu", id: "menu"},
{
name: "Gallery", id: "gallery"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
]}
brandName="Marve"
/>
@@ -47,16 +42,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
title="Marve A Kosher Italian Culinary Experience in Haifa"
description="Exceptional flavors, refined atmosphere. A new culinary destination in the heart of Haifa, serving meticulously prepared modern Italian cuisine."
tag="Haifas Newest Gem"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Gourmet Italian Gnocchi Dish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg", imageAlt: "Artisan Beef Carpaccio Starter"}
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?w=1200&q=75", imageAlt: "Gourmet Italian Gnocchi Dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg?w=1200&q=75", imageAlt: "Artisan Beef Carpaccio Starter" }
]}
mediaAnimation="slide-up"
rating={4.7}
@@ -70,14 +62,11 @@ export default function LandingPage() {
title="Our Story"
description="Born from a passion for authentic Italian flavors, Marve offers a modern, high-end dining journey in Haifa. Our focus is on the freshest ingredients, artisanal techniques, and a warm, welcoming atmosphere that defines true hospitality."
metrics={[
{
value: "100%", title: "Kosher Certified"},
{
value: "4.7", title: "Avg. Rating"},
{
value: "11 PM", title: "Daily Closing"},
{ value: "100%", title: "Kosher Certified" },
{ value: "4.7", title: "Avg. Rating" },
{ value: "11 PM", title: "Daily Closing" },
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg"
imageSrc="http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg?w=1000&q=75"
imageAlt="Professional restaurant kitchen"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -91,24 +80,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1", brand: "Starters", name: "Beef Carpaccio", price: "48 NIS", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-tasty-food_23-2148949064.jpg"},
{
id: "p2", brand: "Mains", name: "Handmade Gnocchi", price: "75 NIS", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-sweet-biscuits-inside-designed-plate-black_140725-104237.jpg"},
{
id: "p3", brand: "Mains", name: "Fresh Sea Bass", price: "98 NIS", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg"},
{
id: "p4", brand: "Desserts", name: "Tiramisu Classic", price: "38 NIS", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-italian-pasta-unusual-cooked-spiral-pasta-grey-wooden-desk-cooking-meal-dinner-pasta-dish_140725-95391.jpg"},
{
id: "p5", brand: "Drinks", name: "Italian Espresso", price: "14 NIS", rating: 4,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg"},
{
id: "p6", brand: "Mains", name: "Truffle Pasta", price: "82 NIS", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg"},
{ id: "p1", brand: "Starters", name: "Beef Carpaccio", price: "48 NIS", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-tasty-food_23-2148949064.jpg?w=600&q=75" },
{ id: "p2", brand: "Mains", name: "Handmade Gnocchi", price: "75 NIS", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-sweet-biscuits-inside-designed-plate-black_140725-104237.jpg?w=600&q=75" },
{ id: "p3", brand: "Mains", name: "Fresh Sea Bass", price: "98 NIS", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?w=600&q=75" },
{ id: "p4", brand: "Desserts", name: "Tiramisu Classic", price: "38 NIS", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-italian-pasta-unusual-cooked-spiral-pasta-grey-wooden-desk-cooking-meal-dinner-pasta-dish_140725-95391.jpg?w=600&q=75" },
{ id: "p5", brand: "Drinks", name: "Italian Espresso", price: "14 NIS", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg?w=600&q=75" },
{ id: "p6", brand: "Mains", name: "Truffle Pasta", price: "82 NIS", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?w=600&q=75" },
]}
title="Signature Menu"
description="From handmade gnocchi to the freshest fish caught daily, discover our culinary signature items."
@@ -121,16 +98,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "David Cohen", handle: "@davidc", testimonial: "The best gnocchi in Haifa, hands down. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-food_23-2150176897.jpg"},
{
id: "t2", name: "Sarah Levi", handle: "@sarahl", testimonial: "Exceptional flavors and a really refined atmosphere for a kosher restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg"},
{
id: "t3", name: "Michael Ben", handle: "@michaels", testimonial: "Everything was perfect, from the starters to the wine list. Will return soon.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg"},
{
id: "t4", name: "Dana R.", handle: "@danar", testimonial: "Standout gnocchi, lovely staff, and a great vibe.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg"},
{
id: "t5", name: "Yossi K.", handle: "@yossik", testimonial: "A true culinary gem in Mikhal St. Truly authentic experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{ id: "t1", name: "David Cohen", handle: "@davidc", testimonial: "The best gnocchi in Haifa, hands down. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-food_23-2150176897.jpg?w=400&q=75" },
{ id: "t2", name: "Sarah Levi", handle: "@sarahl", testimonial: "Exceptional flavors and a really refined atmosphere for a kosher restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg?w=400&q=75" },
{ id: "t3", name: "Michael Ben", handle: "@michaels", testimonial: "Everything was perfect, from the starters to the wine list. Will return soon.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg?w=400&q=75" },
]}
title="Voices of Marve"
description="Our guests rave about the flavors and the atmosphere."
@@ -142,12 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Gourmet Plating", description: "Artisan craft in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg"},
{
title: "Fresh Ingredients", description: "Local produce meets Italian tradition.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-fruits-candies-white-surface-biscuit-cake-sweet-fruit-pie-cookies_140725-118218.jpg"},
{
title: "Refined Ambiance", description: "Cozy, modern, and sophisticated space.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg"},
{ title: "Gourmet Plating", description: "Artisan craft in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg?w=800&q=75" },
{ title: "Fresh Ingredients", description: "Local produce meets Italian tradition.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-fruits-candies-white-surface-biscuit-cake-sweet-fruit-pie-cookies_140725-118218.jpg?w=800&q=75" },
{ title: "Refined Ambiance", description: "Cozy, modern, and sophisticated space.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg?w=800&q=75" },
]}
title="A Visual Taste"
description="Explore the elegance of our dishes and our atmosphere."
@@ -159,16 +126,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "Is the restaurant kosher?", content: "Yes, we are strictly kosher."},
{
id: "f2", title: "Can I reserve a table?", content: "Yes, you can reserve via our website or phone."},
{
id: "f3", title: "Do you offer delivery?", content: "Yes, we offer both delivery and pickup options."},
{
id: "f4", title: "Are there vegetarian options?", content: "We offer a variety of vegetarian and vegan Italian dishes."},
{ id: "f1", title: "Is the restaurant kosher?", content: "Yes, we are strictly kosher." },
{ id: "f2", title: "Can I reserve a table?", content: "Yes, you can reserve via our website or phone." },
{ id: "f3", title: "Do you offer delivery?", content: "Yes, we offer both delivery and pickup options." },
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg?w=1000&q=75"
title="Frequently Asked"
description="Everything you need to know about dining at Marve."
faqsAnimation="slide-up"
@@ -179,16 +141,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Find Us"
title="Book Your Culinary Table"
description="Mikhal St 1, Haifa. Open daily until 11 PM. Call us at 077-986-1982."
buttons={[
{
text: "Reserve a Table", href: "#"},
{
text: "Get Directions", href: "https://maps.google.com"},
{ text: "Reserve a Table", href: "#" },
{ text: "Get Directions", href: "https://maps.google.com" },
]}
/>
</div>
@@ -196,34 +155,22 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Explore", items: [
{
label: "Our Story", href: "#about"},
{
label: "Full Menu", href: "#menu"},
{
label: "Gallery", href: "#gallery"},
{
label: "Contact Us", href: "#contact"},
],
},
{
title: "Reservation", items: [
{
label: "Book Now", href: "#"},
{
label: "Call: 077-986-1982", href: "tel:0779861982"},
{
label: "Visit us at Mikhal St 1", href: "https://maps.google.com"},
],
},
{ title: "Explore", items: [
{ label: "Our Story", href: "#about" },
{ label: "Full Menu", href: "#menu" },
{ label: "Gallery", href: "#gallery" },
{ label: "Contact Us", href: "#contact" },
] },
{ title: "Reservation", items: [
{ label: "Book Now", href: "#" },
{ label: "Call: 077-986-1982", href: "tel:0779861982" },
] },
]}
logoText="Marve"
copyrightText="© 2025 Marve Haifa. All rights reserved."
copyrightText="© 2025 Marve Haifa."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-assistant), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-assistant), sans-serif;
}