Merge version_1 into main #2
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
title="בשמים פרמיום לכל טעם"
|
||||
description="קולקציה בחירה של 40 בשמים מסוגים שונים בתמחור אחיד וגמיש. בחר בין 50 מ\"ל ל-200 שח או 100 מ\"ל ל-350 שח, כולל משלוח לאיזור המרכז."
|
||||
description="קולקציה בחירה של 40 בשמים מסוגים שונים בתמחור אחיד וגמיש. בחר בין 50 מ"ל ל-200 שח או 100 מ"ל ל-350 שח, כולל משלוח לאיזור המרכז."
|
||||
tag="קולקציה חדשה"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/perfume-bottle_1203-7606.jpg"
|
||||
imageAlt="קולקציית בשמים פרמיום"
|
||||
@@ -45,11 +45,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "דוד כהן", handle: "צרכן", testimonial: "בשמים איכותיים במחיר הוגן עם שירות משלוח מהיר וחסכוני.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg"
|
||||
},
|
||||
{
|
||||
name: "ליאור מור", handle: "קונה קבוע", testimonial: "המגוון העצום של הבשמים והמחירים האחידים עושים את הקנייה לקלה וחסכונית.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -71,16 +71,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "בשם פרנסיסקו", price: "50 מ\"ל - 200 ₪ | 100 מ\"ל - 350 ₪", variant: "ניחוח קלאסי אירופאי", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg?_wi=3", imageAlt: "בשם פרנסיסקו"
|
||||
id: "1", name: "בשם פרנסיסקו", price: "50 מ"ל - 200 ₪ | 100 מ"ל - 350 ₪", variant: "ניחוח קלאסי אירופאי", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg", imageAlt: "בשם פרנסיסקו"
|
||||
},
|
||||
{
|
||||
id: "2", name: "בשם רומנטיקה", price: "50 מ\"ל - 200 ₪ | 100 מ\"ל - 350 ₪", variant: "ניחוח פרחוני ועדין", imageSrc: "http://img.b2bpic.net/free-vector/gold-black-background_1415-78.jpg", imageAlt: "בשם רומנטיקה"
|
||||
id: "2", name: "בשם רומנטיקה", price: "50 מ"ל - 200 ₪ | 100 מ"ל - 350 ₪", variant: "ניחוח פרחוני ועדין", imageSrc: "http://img.b2bpic.net/free-vector/gold-black-background_1415-78.jpg", imageAlt: "בשם רומנטיקה"
|
||||
},
|
||||
{
|
||||
id: "3", name: "בשם אקזוטיקה", price: "50 מ\"ל - 200 ₪ | 100 מ\"ל - 350 ₪", variant: "ניחוח אוריינטלי מתוק", imageSrc: "http://img.b2bpic.net/free-vector/premium-banners-with-golden-mandalas_1017-8705.jpg", imageAlt: "בשם אקזוטיקה"
|
||||
id: "3", name: "בשם אקזוטיקה", price: "50 מ"ל - 200 ₪ | 100 מ"ל - 350 ₪", variant: "ניחוח אוריינטלי מתוק", imageSrc: "http://img.b2bpic.net/free-vector/premium-banners-with-golden-mandalas_1017-8705.jpg", imageAlt: "בשם אקזוטיקה"
|
||||
},
|
||||
{
|
||||
id: "4", name: "בשם סוויט דרימס", price: "50 מ\"ל - 200 ₪ | 100 מ\"ל - 350 ₪", variant: "ניחוח וניל וקרמל עדין", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg?_wi=4", imageAlt: "בשם סוויט דרימס"
|
||||
id: "4", name: "בשם סוויט דרימס", price: "50 מ"ל - 200 ₪ | 100 מ"ל - 350 ₪", variant: "ניחוח וניל וקרמל עדין", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-fragnance-with-package-dark-surface-couple-gift-perfume-love-feeling-color-marriage-woman_140725-108995.jpg", imageAlt: "בשם סוויט דרימס"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -130,4 +130,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user