diff --git a/src/app/page.tsx b/src/app/page.tsx index 355ed67..be1d607 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,16 +90,16 @@ export default function LandingPage() { ]} features={[ { - title: "אריזה בטוחה", description: "שימוש בחומרי אריזה איכותיים ושמירה מקסימלית על הרכוש.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1596700877964-16a7386c91a7?q=80&w=800&auto=format&fit=crop" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22530dd78a?q=80&w=800&auto=format&fit=crop" } + title: "אריזה בטוחה", description: "שימוש בחומרי אריזה איכותיים ושמירה מקסימלית על הרכוש.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1596700877964-16a7386c91a7?q=80&w=800&auto=format&fit=crop&_wi=1" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22530dd78a?q=80&w=800&auto=format&fit=crop&_wi=1" } }, { - title: "צוות מקצועי", description: "עובדים מיומנים ומוסמכים בטיפול בפריטים כבדים ועדינים כאחד.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1587293852726-70cdb56c2866?q=80&w=800&auto=format&fit=crop" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1596700877964-16a7386c91a7?q=80&w=800&auto=format&fit=crop" } + title: "צוות מקצועי", description: "עובדים מיומנים ומוסמכים בטיפול בפריטים כבדים ועדינים כאחד.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1587293852726-70cdb56c2866?q=80&w=800&auto=format&fit=crop&_wi=1" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1596700877964-16a7386c91a7?q=80&w=800&auto=format&fit=crop&_wi=2" } }, { - title: "אחסון והובלה", description: "שירותי אחסון מתקדמים והובלות בפריסה ארצית מהירה.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22530dd78a?q=80&w=800&auto=format&fit=crop" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1587293852726-70cdb56c2866?q=80&w=800&auto=format&fit=crop" } + title: "אחסון והובלה", description: "שירותי אחסון מתקדמים והובלות בפריסה ארצית מהירה.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22530dd78a?q=80&w=800&auto=format&fit=crop&_wi=2" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1587293852726-70cdb56c2866?q=80&w=800&auto=format&fit=crop&_wi=2" } } ]} />