diff --git a/src/app/page.tsx b/src/app/page.tsx index cf15d31..a4ab82c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,13 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721531.jpg", imageAlt: "אינסטלטור מקצועי בעבודה"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721531.jpg", imageAlt: "אינסטלטור מקצועי בעבודה" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-covering-his-ears_1368-769.jpg", imageAlt: "שירות אינסטלציה בתל אביב"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-covering-his-ears_1368-769.jpg", imageAlt: "שירות אינסטלציה בתל אביב" + }, ]} + mediaAnimation="slide-up" rating={5} ratingText="⭐ 4.9/5 דירוג לפי ביקורות לקוחות" /> @@ -69,22 +72,28 @@ export default function LandingPage() { features={[ { id: "1", title: "פתיחת סתימות", tags: ["דחוף", "מקצועי"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "פתיחת סתימות"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "פתיחת סתימות" + }, { id: "2", title: "תיקון נזילות", tags: ["מהיר", "יעיל"], - imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "תיקון נזילות"}, + imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "תיקון נזילות" + }, { id: "3", title: "תיקון ברזים", tags: ["מדויק", "מקצועי"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageAlt: "תיקון ברזים"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageAlt: "תיקון ברזים" + }, { id: "4", title: "החלפת צנרת", tags: ["מקצוע", "אחריות"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg", imageAlt: "החלפת צנרת"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg", imageAlt: "החלפת צנרת" + }, { id: "5", title: "התקנת כלים סניטריים", tags: ["הובלה", "התקנה"], - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg", imageAlt: "התקנת כלים סניטריים"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg", imageAlt: "התקנת כלים סניטריים" + }, { id: "6", title: "שירות אינסטלציה חירום", tags: ["24/7", "זמין"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-20679.jpg", imageAlt: "שירות אינסטלציה חירום"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-20679.jpg", imageAlt: "שירות אינסטלציה חירום" + }, ]} animationType="slide-up" textboxLayout="default" @@ -110,17 +119,23 @@ export default function LandingPage() {