From cc8566f7243ec5ae547e650d69f2f5e06d06558c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:06:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9482d7e..48eefa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,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" + 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" }, { 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" + 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" } ]} buttons={[ @@ -72,7 +72,7 @@ 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", 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?_wi=3", imageAlt: "בשם פרנסיסקו" }, { id: "2", name: "בשם רומנטיקה", price: "50 מ"ל - 200 ₪ | 100 מ"ל - 350 ₪", variant: "ניחוח פרחוני ועדין", imageSrc: "http://img.b2bpic.net/free-vector/gold-black-background_1415-78.jpg", imageAlt: "בשם רומנטיקה" @@ -81,7 +81,7 @@ export default function LandingPage() { 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", 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: "בשם סוויט דרימס" } ]} /> -- 2.49.1