5 Commits

Author SHA1 Message Date
19a0d7dcf3 Merge version_4 into main
Merge version_4 into main
2026-04-03 10:14:41 +00:00
43785504a6 Update src/app/page.tsx 2026-04-03 10:14:38 +00:00
8f0c2d9111 Merge version_4 into main
Merge version_4 into main
2026-04-03 10:14:11 +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

View File

@@ -29,16 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Services", id: "services"},
{
name: "Testimonials", id: "testimonials"},
{
name: "Contact", id: "contact"},
{ name: "דף הבית", id: "hero" },
{ name: "אודות", id: "about" },
{ name: "שירותים", id: "services" },
{ name: "המלצות", id: "testimonials" },
{ name: "צור קשר", id: "contact" },
]}
brandName="אינסטלטור עמ"
/>
@@ -46,49 +41,34 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars"}}
title="Premium Plumbing for Homes That Matter"
description="Expert installations, emergency response, and luxury finishes. Experience plumbing service that matches your standards."
background={{ variant: "gradient-bars" }}
title="אינסטלציה יוקרתית לבתים שחשובים לכם"
description="התקנות מומחיות, מענה לחירום וגימורים יוקרתיים. חווית שירות אינסטלציה שעומדת בסטנדרטים שלכם."
kpis={[
{
value: "15+", label: "Years Experience"},
{
value: "100%", label: "Client Satisfaction"},
{
value: "24/7", label: "Emergency Support"},
{ value: "15+", label: "שנות ניסיון" },
{ value: "100%", label: "שביעות רצון" },
{ value: "24/7", label: "תמיכת חירום" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Get Your Free Consultation", href: "#contact"},
{ text: "לקבלת ייעוץ חינם", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199306.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "Client 1"},
{
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"},
{ src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "לקוח 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", alt: "לקוח 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: "לקוח 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" },
]}
avatarText="Trusted by 500+ Luxury Homeowners"
avatarText="אמון של מעל 500 בעלי בתים יוקרתיים"
marqueeItems={[
{
type: "text", text: "Certified Experts"},
{
type: "text", text: "24/7 Availability"},
{
type: "text", text: "Premium Materials"},
{
type: "text", text: "Guaranteed Results"},
{
type: "text", text: "Licensed Professionals"},
{ type: "text", text: "מומחים מוסמכים" },
{ type: "text", text: "זמינות 24/7" },
{ type: "text", text: "חומרים איכותיים" },
{ type: "text", text: "תוצאות מובטחות" },
{ type: "text", text: "אנשי מקצוע מורשים" },
]}
/>
</div>
@@ -97,13 +77,11 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text", content: "Elevating the Standard of Home Maintenance"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "About us"},
{ type: "text", content: "מעלים את הסטנדרט של תחזוקת הבית" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "אודות" },
]}
buttons={[
{ text: "View Our Standards", href: "#services" }
{ text: "לצפייה בסטנדרטים שלנו", href: "#services" }
]}
/>
</div>
@@ -115,36 +93,31 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Luxury Installations", 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"},
title: "התקנות יוקרה", description: "אביזרים איכותיים והתקנות אינסטלציה בהתאמה אישית לחללי מגורים מעודנים.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1" },
{
id: 2,
title: "Emergency Repairs", 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"},
title: "תיקוני חירום", description: "תגובה מהירה ומקצועית לבעיות דחופות, המבטיחה הפרעה מינימלית לביתכם.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg" },
{
id: 3,
title: "Commercial Maintenance", 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: "תחזוקה מסחרית", description: "חוזי שירות שקופים ומתועדים עבור מבנים מסחריים ונדל\"ן.", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg" },
]}
title="Our Professional Services"
description="Comprehensive solutions tailored to your unique requirements, ensuring lasting quality and aesthetic brilliance."
title="השירותים המקצועיים שלנו"
description="פתרונות מקיפים המותאמים לדרישות הייחודיות שלכם, המבטיחים איכות לאורך זמן ואסתטיקה מרהיבה."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
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}
author="Sarah M., Residential Client"
author="שרה מ., לקוחה"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "Sarah M"},
{
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"},
{ src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "שרה מ" },
{ src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", alt: "ג'ון ד" },
{ 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: "אמה ל" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -156,15 +129,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "faq1", title: "Do you offer maintenance contracts?", 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."},
{ id: "faq1", title: "האם אתם מציעים חוזי תחזוקה?", content: "כן, אנחנו מספקים הסכמי תחזוקה בהתאמה אישית למבני מגורים יוקרתיים ומתקנים מסחריים." },
{ id: "faq2", title: "מהו זמן התגובה שלכם לחירום?", content: "אנחנו נותנים עדיפות לבקשות דחופות ושואפים להגיע תוך שעתיים ללקוחות הזקוקים לשירות חירום." },
{ id: "faq3", title: "האם החלקים שלכם באיכות פרימיום?", content: "אנחנו רוכשים רק את אביזרי האינסטלציה הטובים ביותר, המבטיחים עמידות ואסתטיקה יוקרתית לכל התקנה." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about our professional standards and service process."
title="שאלות נפוצות"
description="כל מה שצריך לדעת על הסטנדרטים המקצועיים שלנו ותהליך העבודה."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2"
mediaAnimation="slide-up"
@@ -174,20 +144,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Request Your Consultation"
description="Ready for premium service? Fill out the form and our team will contact you promptly to discuss your project."
title="לבקשת ייעוץ"
description="מוכנים לשירות פרימיום? מלאו את הטופס והצוות שלנו יחזור אליכם בהקדם כדי לדון בפרויקט שלכם."
inputs={[
{
name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{ name: "name", type: "text", placeholder: "שם מלא", required: true },
{ name: "email", type: "email", placeholder: "כתובת אימייל", required: true },
]}
textarea={{
name: "message", placeholder: "Tell us about your project...", rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "ספרו לנו על הפרויקט שלכם...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/snake-plant-gray-plant-pot-wooden-floor_53876-105821.jpg"
mediaAnimation="slide-up"
/>
@@ -197,34 +160,28 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Company", items: [
{
label: "About Us", href: "#about"},
{
label: "Services", href: "#services"},
title: "חברה", items: [
{ label: "אודות", href: "#about" },
{ label: "שירותים", href: "#services" },
],
},
{
title: "Support", items: [
{
label: "Emergency Line", href: "#contact"},
{
label: "Contact", href: "#contact"},
title: "תמיכה", items: [
{ label: "קו חירום", href: "#contact" },
{ label: "צור קשר", href: "#contact" },
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
title: "משפטי", items: [
{ label: "מדיניות פרטיות", href: "#" },
{ label: "תנאי שימוש", href: "#" },
],
},
]}
copyrightText="© 2024 אינסטטלטור עמ. All rights reserved."
copyrightText="© 2024 אינסטלטור עמ. כל הזכויות שמורות."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}