Merge version_1_1781380794275 into main #1
@@ -4,137 +4,113 @@ import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
|
||||
import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import FooterBrand from '@/components/sections/footer/FooterBrand';
|
||||
import { Award, CheckCircle, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboard
|
||||
tag="משרד עורכי דין מהשורה הראשונה"
|
||||
title="עורך דין ניר זמל – המצוינות המשפטית שלך"
|
||||
description="ניסיון עשיר, יחס אישי ומקצועיות ללא פשרות. אנחנו כאן כדי להגן על האינטרסים שלך ולמצוא את הדרך הטובה ביותר לפתרון המשפטי שלך."
|
||||
primaryButton={{
|
||||
text: "ליצירת קשר",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "למידע נוסף",
|
||||
href: "#about",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="משרד עורכי דין מהשורה הראשונה"
|
||||
title="עורך דין ניר זמל – המצוינות המשפטית שלך"
|
||||
description="ניסיון עשיר, יחס אישי ומקצועיות ללא פשרות. אנחנו כאן כדי להגן על האינטרסים שלך ולמצוא את הדרך הטובה ביותר לפתרון המשפטי שלך."
|
||||
primaryButton={{
|
||||
text: "ליצירת קשר", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "למידע נוסף", href: "#about"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="אודות"
|
||||
quote="המחויבות שלי היא להעניק לכל לקוח ליווי צמוד, שקיפות מלאה והצלחה משפטית המבוססת על ידע מעמיק."
|
||||
author="עו\"ד ניר זמל"
|
||||
role="מייסד המשרד"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="אודות"
|
||||
quote="המחויבות שלי היא להעניק לכל לקוח ליווי צמוד, שקיפות מלאה והצלחה משפטית המבוססת על ידע מעמיק."
|
||||
author="עו\"ד ניר זמל"
|
||||
role="מייסד המשרד"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesMediaCards
|
||||
tag="תחומי התמחות"
|
||||
title="פתרונות משפטיים מקיפים"
|
||||
description="המשרד מציע מעטפת שירותים מקצועית בכל תחומי המשפט האזרחי והמסחרי."
|
||||
items={[
|
||||
{
|
||||
title: "דיני חוזים",
|
||||
description: "ניסוח חוזים מורכבים והגנה משפטית בכל היבט עסקי.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325866.jpg",
|
||||
},
|
||||
{
|
||||
title: "ליווי ליטיגציה",
|
||||
description: "ייצוג משפטי בערכאות בנחישות ומקצועיות.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/need-lawyer-advertisement_23-2147984079.jpg",
|
||||
},
|
||||
{
|
||||
title: "ייעוץ משפטי אישי",
|
||||
description: "פתרון בעיות משפטיות פרטיות בסטנדרט גבוה.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051288.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="תחומי התמחות"
|
||||
title="פתרונות משפטיים מקיפים"
|
||||
description="המשרד מציע מעטפת שירותים מקצועית בכל תחומי המשפט האזרחי והמסחרי."
|
||||
items={[
|
||||
{
|
||||
title: "דיני חוזים", description: "ניסוח חוזים מורכבים והגנה משפטית בכל היבט עסקי.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325866.jpg"},
|
||||
{
|
||||
title: "ליווי ליטיגציה", description: "ייצוג משפטי בערכאות בנחישות ומקצועיות.", imageSrc: "http://img.b2bpic.net/free-photo/need-lawyer-advertisement_23-2147984079.jpg"},
|
||||
{
|
||||
title: "ייעוץ משפטי אישי", description: "פתרון בעיות משפטיות פרטיות בסטנדרט גבוה.", imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051288.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="מספרים מדברים"
|
||||
title="הצלחות מוכחות"
|
||||
description="המשרד גאה בנתוני הצלחה מרשימים ובלקוחות מרוצים."
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "תיקים בטיפול",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "שנות ניסיון",
|
||||
value: "12",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "לקוחות מרוצים",
|
||||
value: "400+",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="מספרים מדברים"
|
||||
title="הצלחות מוכחות"
|
||||
description="המשרד גאה בנתוני הצלחה מרשימים ובלקוחות מרוצים."
|
||||
metrics={[
|
||||
{ icon: "CheckCircle", title: "תיקים בטיפול", value: "150+" },
|
||||
{ icon: "Award", title: "שנות ניסיון", value: "12" },
|
||||
{ icon: "Users", title: "לקוחות מרוצים", value: "400+" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTwoColumn
|
||||
tag="שאלות נפוצות"
|
||||
title="מידע חשוב עבורך"
|
||||
description="תשובות לשאלות נפוצות על התנהלות המשרד והליכים משפטיים."
|
||||
items={[
|
||||
{
|
||||
question: "מהן שעות הפעילות?",
|
||||
answer: "המשרד פתוח בימים א'-ה' בין השעות 09:00 ל-18:00.",
|
||||
},
|
||||
{
|
||||
question: "איך קובעים פגישת ייעוץ?",
|
||||
answer: "ניתן ליצור קשר בטלפון 0544630565 או להשאיר פרטים בטופס באתר.",
|
||||
},
|
||||
{
|
||||
question: "איפה המשרד ממוקם?",
|
||||
answer: "רחוב כנרת 5, בני ברק.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="שאלות נפוצות"
|
||||
title="מידע חשוב עבורך"
|
||||
description="תשובות לשאלות נפוצות על התנהלות המשרד והליכים משפטיים."
|
||||
items={[
|
||||
{
|
||||
question: "מהן שעות הפעילות?", answer: "המשרד פתוח בימים א'-ה' בין השעות 09:00 ל-18:00."},
|
||||
{
|
||||
question: "איך קובעים פגישת ייעוץ?", answer: "ניתן ליצור קשר בטלפון 0544630565 או להשאיר פרטים בטופס באתר."},
|
||||
{
|
||||
question: "איפה המשרד ממוקם?", answer: "רחוב כנרת 5, בני ברק."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="צור קשר"
|
||||
text="צריך ייעוץ משפטי מקצועי? עו\"ד ניר זמל זמין עבורך לכל שאלה ופנייה."
|
||||
primaryButton={{
|
||||
text: "התקשר עכשיו",
|
||||
href: "tel:0544630565",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "שלח הודעת וואטסאפ",
|
||||
href: "https://wa.me/972544630565",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="צור קשר"
|
||||
text="צריך ייעוץ משפטי מקצועי? עו\"ד ניר זמל זמין עבורך לכל שאלה ופנייה."
|
||||
primaryButton={{
|
||||
text: "התקשר עכשיו", href: "tel:0544630565"}}
|
||||
secondaryButton={{
|
||||
text: "שלח הודעת וואטסאפ", href: "https://wa.me/972544630565"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBrand
|
||||
brand="עורך דין ניר זמל"
|
||||
columns={[
|
||||
{ items: [{ label: "אודות", href: "#about" }, { label: "שירותים", href: "#services" }] },
|
||||
{ items: [{ label: "צור קשר", href: "#contact" }, { label: "כתובת: כנרת 5, בני ברק", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user