Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-10 17:41:23 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Our Story", name: "Our Story", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="המאפייה" brandName="המאפייה"
/> />
@@ -57,15 +49,11 @@ export default function LandingPage() {
description="Artisan Israeli baking, traditional kosher quality, and exquisite catering platters for your special moments." description="Artisan Israeli baking, traditional kosher quality, and exquisite catering platters for your special moments."
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#products"},
href: "#products",
},
{ {
text: "Catering", text: "Catering", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg"
/> />
</div> </div>
@@ -84,47 +72,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Breakfast Platter", price: "$45", variant: "Dairy", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg"},
name: "Breakfast Platter",
price: "$45",
variant: "Dairy",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg?_wi=1",
},
{ {
id: "2", id: "2", name: "Artisan Rugelach", price: "$25", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg"},
name: "Artisan Rugelach",
price: "$25",
variant: "Pastry",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg?_wi=1",
},
{ {
id: "3", id: "3", name: "Shabbat Challah", price: "$12", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129132.jpg"},
name: "Shabbat Challah",
price: "$12",
variant: "Bread",
imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129132.jpg",
},
{ {
id: "4", id: "4", name: "Savory Borekas", price: "$30", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/bakery-homemade-sweets-freshly-baked-cookies_114579-61374.jpg"},
name: "Savory Borekas",
price: "$30",
variant: "Pastry",
imageSrc: "http://img.b2bpic.net/free-photo/bakery-homemade-sweets-freshly-baked-cookies_114579-61374.jpg",
},
{ {
id: "5", id: "5", name: "Israeli Salad Bowl", price: "$35", variant: "Salad", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-bowl-lipstick-woman-perfume_140725-2529.jpg"},
name: "Israeli Salad Bowl",
price: "$35",
variant: "Salad",
imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-bowl-lipstick-woman-perfume_140725-2529.jpg",
},
{ {
id: "6", id: "6", name: "Baklava Selection", price: "$28", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastries-with-dried-pineapple-dark-board-high-quality-photo_114579-78339.jpg"},
name: "Baklava Selection",
price: "$28",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastries-with-dried-pineapple-dark-board-high-quality-photo_114579-78339.jpg",
},
]} ]}
title="Our Signature Platters" title="Our Signature Platters"
description="Hand-crafted Israeli delicacies, fresh from our oven daily." description="Hand-crafted Israeli delicacies, fresh from our oven daily."
@@ -134,40 +92,26 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTen <FeatureCardTen
textboxLayout="default" textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Kosher Certified", title: "Kosher Certified", description: "Strict adherence to traditional kosher standards.", media: {
description: "Strict adherence to traditional kosher standards.", imageSrc: "http://img.b2bpic.net/free-vector/halal-stamp-collection-with-golden-style_23-2147874784.jpg"},
media: {
imageSrc: "http://img.b2bpic.net/free-vector/halal-stamp-collection-with-golden-style_23-2147874784.jpg",
},
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg?_wi=2",
imageAlt: "kosher seal sign",
}, },
{ {
title: "Daily Freshness", title: "Daily Freshness", description: "Everything baked from scratch, every single morning.", media: {
description: "Everything baked from scratch, every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-foccacia-dough-with-copy-space_23-2148925154.jpg"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-foccacia-dough-with-copy-space_23-2148925154.jpg",
},
items: [], items: [],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg?_wi=2",
imageAlt: "kosher seal sign",
}, },
{ {
title: "Custom Catering", title: "Custom Catering", description: "Professional platters tailored for any gathering.", media: {
description: "Professional platters tailored for any gathering.", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_1203-3719.jpg"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_1203-3719.jpg",
},
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg?_wi=2",
imageAlt: "kosher seal sign",
}, },
]} ]}
title="Why Choose Us" title="Why Choose Us"
@@ -182,40 +126,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah G.", role: "Regular", testimonial: "The best rugelach in town!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg"},
name: "Sarah G.",
role: "Regular",
testimonial: "The best rugelach in town!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg",
},
{ {
id: "2", id: "2", name: "David M.", role: "Catering Client", testimonial: "My party guests couldn't stop eating the platters.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-cafe_23-2148436111.jpg"},
name: "David M.",
role: "Catering Client",
testimonial: "My party guests couldn't stop eating the platters.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-cafe_23-2148436111.jpg",
},
{ {
id: "3", id: "3", name: "Rachel L.", role: "Foodie", testimonial: "Authentic Israeli tastes, so fresh.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-holding-broken-green-chili-pepper-her-eyes-smiling_141793-37585.jpg"},
name: "Rachel L.",
role: "Foodie",
testimonial: "Authentic Israeli tastes, so fresh.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-holding-broken-green-chili-pepper-her-eyes-smiling_141793-37585.jpg",
},
{ {
id: "4", id: "4", name: "Jonathan K.", role: "Local", testimonial: "Shabbat challah is always perfect.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-teenagers-enjoying-amusement-park_23-2148624855.jpg"},
name: "Jonathan K.",
role: "Local",
testimonial: "Shabbat challah is always perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-teenagers-enjoying-amusement-park_23-2148624855.jpg",
},
{ {
id: "5", id: "5", name: "Tanya B.", role: "Catering Client", testimonial: "Top notch professionalism and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208273.jpg"},
name: "Tanya B.",
role: "Catering Client",
testimonial: "Top notch professionalism and flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208273.jpg",
},
]} ]}
title="Beloved by Our Community" title="Beloved by Our Community"
description="Hear what our regulars say about our daily bakes." description="Hear what our regulars say about our daily bakes."
@@ -227,20 +146,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Is everything kosher?", content: "Yes, we are 100% kosher certified."},
title: "Is everything kosher?",
content: "Yes, we are 100% kosher certified.",
},
{ {
id: "2", id: "2", title: "Do you offer delivery?", content: "Yes, we deliver catering platters locally."},
title: "Do you offer delivery?",
content: "Yes, we deliver catering platters locally.",
},
{ {
id: "3", id: "3", title: "Can I place custom orders?", content: "Absolutely, contact us for large event requests."},
title: "Can I place custom orders?",
content: "Absolutely, contact us for large event requests.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -251,8 +161,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get In Touch" tag="Get In Touch"
title="Ready for your next event?" title="Ready for your next event?"
description="Speak to our team about catering or special requests." description="Speak to our team about catering or special requests."
@@ -267,25 +176,17 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Menu", label: "Menu", href: "#products"},
href: "#products",
},
{ {
label: "Catering", label: "Catering", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "FAQs", label: "FAQs", href: "#faq"},
href: "#faq",
},
], ],
}, },
]} ]}