Merge version_1 into main #2
151
src/app/page.tsx
151
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "בית",
|
||||
id: "hero",
|
||||
},
|
||||
name: "בית", id: "hero"},
|
||||
{
|
||||
name: "על המאפייה",
|
||||
id: "about",
|
||||
},
|
||||
name: "על המאפייה", id: "about"},
|
||||
{
|
||||
name: "מוצרים",
|
||||
id: "products",
|
||||
},
|
||||
name: "מוצרים", id: "products"},
|
||||
{
|
||||
name: "הזמנות",
|
||||
id: "contact",
|
||||
},
|
||||
name: "הזמנות", id: "contact"},
|
||||
]}
|
||||
brandName="אווה ובתיה"
|
||||
/>
|
||||
@@ -52,63 +44,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="אווה ובתיה — אפוי באהבה, מוגש מהלב"
|
||||
description="כל מוצר אפוי בעדינות בביתנו משמחה ובחומרים הטובים ביותר. טעם של בית, איכות של מלאכה."
|
||||
buttons={[
|
||||
{
|
||||
text: "הזמינו עכשיו",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "הזמינו עכשיו", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bakery-with-window-that-has-word-bread-it_188544-16068.jpg"
|
||||
imageAlt="מאפייה ביתית חמה"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg",
|
||||
alt: "לקוחה מרוצה",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg", alt: "לקוחה מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
alt: "לקוח מרוצה",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg",
|
||||
alt: "לקוחה מרוצה",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg", alt: "לקוחה מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
alt: "לקוח מרוצה",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg",
|
||||
alt: "לקוחה מרוצה",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg", alt: "לקוחה מרוצה"},
|
||||
]}
|
||||
avatarText="מעל 500 לקוחות מרוצים"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% טבעי",
|
||||
},
|
||||
type: "text", text: "100% טבעי"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ללא חומרים משמרים",
|
||||
},
|
||||
type: "text", text: "ללא חומרים משמרים"},
|
||||
{
|
||||
type: "text",
|
||||
text: "אפייה יומיומית",
|
||||
},
|
||||
type: "text", text: "אפייה יומיומית"},
|
||||
{
|
||||
type: "text",
|
||||
text: "מסורת משפחתית",
|
||||
},
|
||||
type: "text", text: "מסורת משפחתית"},
|
||||
{
|
||||
type: "text",
|
||||
text: "טעם של פעם",
|
||||
},
|
||||
type: "text", text: "טעם של פעם"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,14 +87,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "הסיפור שלנו",
|
||||
},
|
||||
type: "text", content: "הסיפור שלנו"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/bakery-with-window-that-has-word-bread-it_188544-16068.jpg",
|
||||
alt: "מטבח המאפייה",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/bakery-with-window-that-has-word-bread-it_188544-16068.jpg", alt: "מטבח המאפייה"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,41 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "קלאסי",
|
||||
name: "לחם מחמצת טרי",
|
||||
price: "₪35",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "קלאסי", name: "לחם מחמצת טרי", price: "₪35", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "מתוק",
|
||||
name: "עוגת שוקולד ביתית",
|
||||
price: "₪55",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg?_wi=1",
|
||||
},
|
||||
id: "2", brand: "מתוק", name: "עוגת שוקולד ביתית", price: "₪55", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "קלאסי",
|
||||
name: "לחם כפרי",
|
||||
price: "₪30",
|
||||
rating: 4,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=2",
|
||||
},
|
||||
id: "3", brand: "קלאסי", name: "לחם כפרי", price: "₪30", rating: 4,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "מתוק",
|
||||
name: "עוגת תפוחים",
|
||||
price: "₪45",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg?_wi=2",
|
||||
},
|
||||
id: "4", brand: "מתוק", name: "עוגת תפוחים", price: "₪45", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-cinnamons-orange-slices-dark-plate-high-quality-photo_114579-67994.jpg"},
|
||||
]}
|
||||
title="המאפים שלנו"
|
||||
description="מבחר עבודת יד מחומרים טריים"
|
||||
@@ -181,44 +121,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "שרה כהן",
|
||||
role: "לקוחה",
|
||||
testimonial: "פשוט מושלם, טעם של פעם.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "שרה כהן", role: "לקוחה", testimonial: "פשוט מושלם, טעם של פעם.", imageSrc: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "דוד לוי",
|
||||
role: "לקוח",
|
||||
testimonial: "הלחם הכי טוב שאכלתי בחיים.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "דוד לוי", role: "לקוח", testimonial: "הלחם הכי טוב שאכלתי בחיים.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "מיכל רוזן",
|
||||
role: "לקוחה",
|
||||
testimonial: "מרגישים את האהבה בכל ביס.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "מיכל רוזן", role: "לקוחה", testimonial: "מרגישים את האהבה בכל ביס.", imageSrc: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "ישראל ישראלי",
|
||||
role: "לקוח",
|
||||
testimonial: "ממליץ בחום לכל אירוע.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "ישראל ישראלי", role: "לקוח", testimonial: "ממליץ בחום לכל אירוע.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "אורית שחר",
|
||||
role: "לקוחה",
|
||||
testimonial: "יחס אישי וטעם של בית.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg?_wi=3",
|
||||
},
|
||||
id: "5", name: "אורית שחר", role: "לקוחה", testimonial: "יחס אישי וטעם של בית.", imageSrc: "http://img.b2bpic.net/free-photo/gladsome-young-lady-posing-with-pastries-kitchen_132075-10840.jpg"},
|
||||
]}
|
||||
title="מה אומרים עלינו"
|
||||
description="הלקוחות שלנו מספרים"
|
||||
@@ -229,8 +145,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="הזמנות"
|
||||
title="הזמינו עכשיו"
|
||||
description="נשמח לאפות עבורכם את האירוע הבא"
|
||||
|
||||
Reference in New Issue
Block a user