7 Commits

Author SHA1 Message Date
43785504a6 Update src/app/page.tsx 2026-04-03 10:14:38 +00:00
1538c31809 Update src/app/page.tsx 2026-04-03 10:14:08 +00:00
76ab85a486 Merge version_3 into main
Merge version_3 into main
2026-04-03 10:10:10 +00:00
294f611af1 Update src/app/page.tsx 2026-04-03 10:10:07 +00:00
346724a4f2 Merge version_2 into main
Merge version_2 into main
2026-04-03 10:07:41 +00:00
6e0d616dfd Update src/app/page.tsx 2026-04-03 10:07:38 +00:00
33b7582674 Merge version_1 into main
Merge version_1 into main
2026-04-03 10:06:59 +00:00

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "דף הבית", id: "hero" },
name: "Home", { name: "אודות", id: "about" },
id: "hero", { name: "שירותים", id: "services" },
}, { name: "המלצות", id: "testimonials" },
{ { name: "צור קשר", id: "contact" },
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="אינסטלטור עמ" brandName="אינסטלטור עמ"
/> />
@@ -56,78 +41,34 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars", title="אינסטלציה יוקרתית לבתים שחשובים לכם"
}} description="התקנות מומחיות, מענה לחירום וגימורים יוקרתיים. חווית שירות אינסטלציה שעומדת בסטנדרטים שלכם."
title="Premium Plumbing for Homes That Matter"
description="Expert installations, emergency response, and luxury finishes. Experience plumbing service that matches your standards."
kpis={[ kpis={[
{ { value: "15+", label: "שנות ניסיון" },
value: "15+", { value: "100%", label: "שביעות רצון" },
label: "Years Experience", { value: "24/7", label: "תמיכת חירום" },
},
{
value: "100%",
label: "Client Satisfaction",
},
{
value: "24/7",
label: "Emergency Support",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ { text: "לקבלת ייעוץ חינם", href: "#contact" },
text: "Schedule Your Consultation",
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199306.jpg" imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199306.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "לקוח 1" },
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", { src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", alt: "לקוח 2" },
alt: "Client 1", { src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", alt: "לקוח 3" },
}, { src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", alt: "לקוח 4" },
{ { src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg", alt: "לקוח 5" },
src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg",
alt: "Client 5",
},
]} ]}
avatarText="Trusted by 500+ Luxury Homeowners" avatarText="אמון של מעל 500 בעלי בתים יוקרתיים"
marqueeItems={[ marqueeItems={[
{ { type: "text", text: "מומחים מוסמכים" },
type: "text", { type: "text", text: "זמינות 24/7" },
text: "Certified Experts", { type: "text", text: "חומרים איכותיים" },
}, { type: "text", text: "תוצאות מובטחות" },
{ { type: "text", text: "אנשי מקצוע מורשים" },
type: "text",
text: "24/7 Availability",
},
{
type: "text",
text: "Premium Materials",
},
{
type: "text",
text: "Guaranteed Results",
},
{
type: "text",
text: "Licensed Professionals",
},
]} ]}
/> />
</div> </div>
@@ -136,15 +77,11 @@ export default function LandingPage() {
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ { type: "text", content: "מעלים את הסטנדרט של תחזוקת הבית" },
type: "text", { type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "אודות" },
content: "Elevating the Standard of Home Maintenance", ]}
}, buttons={[
{ { text: "לצפייה בסטנדרטים שלנו", href: "#services" }
type: "image",
src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg",
alt: "About us",
},
]} ]}
/> />
</div> </div>
@@ -156,55 +93,31 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Luxury Installations", title: "התקנות יוקרה", description: "אביזרים איכותיים והתקנות אינסטלציה בהתאמה אישית לחללי מגורים מעודנים.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1" },
description: "High-end fixtures and bespoke plumbing installations for refined living spaces.",
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1",
},
{ {
id: 2, id: 2,
title: "Emergency Repairs", title: "תיקוני חירום", description: "תגובה מהירה ומקצועית לבעיות דחופות, המבטיחה הפרעה מינימלית לביתכם.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg" },
description: "Rapid, professional response for urgent issues, ensuring minimal disruption to your home.",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg",
},
{ {
id: 3, id: 3,
title: "Commercial Maintenance", title: "תחזוקה מסחרית", description: "חוזי שירות שקופים ומתועדים עבור מבנים מסחריים ונדל\"ן.", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg" },
description: "Accountable and documented service contracts for commercial and property facilities.",
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg",
},
]} ]}
title="Our Professional Services" title="השירותים המקצועיים שלנו"
description="Comprehensive solutions tailored to your unique requirements, ensuring lasting quality and aesthetic brilliance." description="פתרונות מקיפים המותאמים לדרישות הייחודיות שלכם, המבטיחים איכות לאורך זמן ואסתטיקה מרהיבה."
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={false} useInvertedBackground={false}
testimonial="The level of care and precision shown during our home remodel was exceptional. Highly recommended for any high-value project." testimonial="רמת הדיוק והטיפול שהופגנו במהלך שיפוץ הבית שלנו היו יוצאי דופן. מומלץ מאוד לכל פרויקט יוקרתי."
rating={5} rating={5}
author="Sarah M., Residential Client" author="שרה מ., לקוחה"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "שרה מ" },
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", { src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", alt: "ג'ון ד" },
alt: "Sarah M", { src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", alt: "אליס ב" },
}, { src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", alt: "רוברט ק" },
{ { src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg", alt: "אמה ל" },
src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg",
alt: "John D",
},
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
alt: "Alice B",
},
{
src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg",
alt: "Robert K",
},
{
src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg",
alt: "Emma L",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
@@ -216,24 +129,12 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "faq1", title: "האם אתם מציעים חוזי תחזוקה?", content: "כן, אנחנו מספקים הסכמי תחזוקה בהתאמה אישית למבני מגורים יוקרתיים ומתקנים מסחריים." },
id: "faq1", { id: "faq2", title: "מהו זמן התגובה שלכם לחירום?", content: "אנחנו נותנים עדיפות לבקשות דחופות ושואפים להגיע תוך שעתיים ללקוחות הזקוקים לשירות חירום." },
title: "Do you offer maintenance contracts?", { id: "faq3", title: "האם החלקים שלכם באיכות פרימיום?", content: "אנחנו רוכשים רק את אביזרי האינסטלציה הטובים ביותר, המבטיחים עמידות ואסתטיקה יוקרתית לכל התקנה." },
content: "Yes, we provide customizable maintenance agreements for both high-end residential and commercial facilities.",
},
{
id: "faq2",
title: "What is your emergency response time?",
content: "We prioritize urgent requests and strive to arrive within two hours for emergency service clients.",
},
{
id: "faq3",
title: "Are your parts premium quality?",
content: "We source only top-tier fixtures and materials, ensuring durability and a luxury aesthetic for every installation.",
},
]} ]}
title="Frequently Asked Questions" title="שאלות נפוצות"
description="Everything you need to know about our professional standards and service process." description="כל מה שצריך לדעת על הסטנדרטים המקצועיים שלנו ותהליך העבודה."
faqsAnimation="slide-up" faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -243,28 +144,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Request Your Consultation" title="לבקשת ייעוץ"
description="Ready for premium service? Fill out the form and our team will contact you promptly to discuss your project." description="מוכנים לשירות פרימיום? מלאו את הטופס והצוות שלנו יחזור אליכם בהקדם כדי לדון בפרויקט שלכם."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "שם מלא", required: true },
name: "name", { name: "email", type: "email", placeholder: "כתובת אימייל", required: true },
type: "text",
placeholder: "Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
]} ]}
textarea={{ textarea={{ name: "message", placeholder: "ספרו לנו על הפרויקט שלכם...", rows: 4, required: true }}
name: "message",
placeholder: "Tell us about your project...",
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/snake-plant-gray-plant-pot-wooden-floor_53876-105821.jpg" imageSrc="http://img.b2bpic.net/free-photo/snake-plant-gray-plant-pot-wooden-floor_53876-105821.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -274,46 +160,25 @@ export default function LandingPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Company", title: "חברה", items: [
items: [ { label: "אודות", href: "#about" },
{ { label: "שירותים", href: "#services" },
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#services",
},
], ],
}, },
{ {
title: "Support", title: "תמיכה", items: [
items: [ { label: "קו חירום", href: "#contact" },
{ { label: "צור קשר", href: "#contact" },
label: "Emergency Line",
href: "#contact",
},
{
label: "Contact",
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "משפטי", items: [
items: [ { label: "מדיניות פרטיות", href: "#" },
{ { label: "תנאי שימוש", href: "#" },
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
], ],
}, },
]} ]}
copyrightText="© 2024 אינסטטלטור עמ. All rights reserved." copyrightText="© 2024 אינסטלטור עמ. כל הזכויות שמורות."
/> />
</div> </div>
</ReactLenis> </ReactLenis>