Update src/app/page.tsx

This commit is contained in:
2026-04-28 08:42:05 +00:00
parent 7b667d1674
commit 6bf5df5def

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
title="אורטל הובלות - מעבירים אתכם בביטחון"
description="שירותי הובלות מקצועיים, מהירים ואמינים לכל חלקי הארץ. אנחנו כאן כדי להפוך את המעבר שלכם לקל ופשוט."
buttons={[{ text: "קבלו הצעת מחיר", href: "https://wa.me/972503733404" }]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-delivery-man-with-packagaes_23-2148684725.jpg"
imageAlt="משאית הובלות אורטל הובלות"
imageSrc="https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=2070&auto=format&fit=crop"
imageAlt="משאית הובלות עטופה"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-courier-pointing-something-while-witting-with-his-coworker-back-delivery-van_637285-2286.jpg", alt: "Young courier" },
{ src: "http://img.b2bpic.net/free-photo/close-up-delivery-man-with-boxes_23-2149035950.jpg", alt: "Delivery man with boxes" },
@@ -90,16 +90,16 @@ export default function LandingPage() {
]}
features={[
{
title: "אריזה בטוחה", description: "שימוש בחומרי אריזה איכותיים ושמירה מקסימלית על הרכוש.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-box_23-2149103404.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delivery-man-closing-carboard-box-with-tape-while-preparing-packages-shipment_637285-2244.jpg" }
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: "http://img.b2bpic.net/free-photo/husband-wife-moving-new-apartment-together-unpacking-furniture-decorate-household-enjoying-relocation-after-buying-first-house-start-new-beginnings-celebrate-life-event_482257-49831.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128289.jpg" }
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: "http://img.b2bpic.net/free-photo/young-delivery-man-blue-polo-blue-cap-white-jeans-backpack-holding-box-yellow_140725-14687.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-employees-working-together_23-2148890051.jpg" }
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" }
}
]}
/>
@@ -145,7 +145,7 @@ export default function LandingPage() {
description="יש לכם שאלות? מצאנו תשובות עבורכם."
faqsAnimation="slide-up"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/serious-workers-comparing-results_1170-66.jpg"
imageSrc="https://images.unsplash.com/photo-1605152276897-4f618f831968?q=80&w=2070&auto=format&fit=crop"
faqs={[
{ id: "1", title: "האם אתם מספקים חומרי אריזה?", content: "כן, אנחנו מספקים את כל חומרי האריזה הנדרשים בתיאום מראש." },
{ id: "2", title: "כמה זמן מראש צריך להזמין?", content: "מומלץ להזמין לפחות שבועיים מראש להבטחת התאריך המבוקש." },
@@ -171,10 +171,11 @@ export default function LandingPage() {
columns={[
{ title: "ניווט", items: [{ label: "דף הבית", href: "#hero" }, { label: "שירותים", href: "#features" }] },
{ title: "יצירת קשר", items: [{ label: "צור קשר", href: "#contact" }] }
]}
]
}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}