Merge version_1 into main #2
293
src/app/page.tsx
293
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "בית",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "אודות",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "תחומי התמחות",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "יצירת קשר",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "בית", id: "hero" },
|
||||
{ name: "אודות", id: "about" },
|
||||
{ name: "תחומי התמחות", id: "features" },
|
||||
{ name: "יצירת קשר", id: "contact" },
|
||||
]}
|
||||
brandName="ליאן צרפתי"
|
||||
/>
|
||||
@@ -54,100 +42,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="ליאן צרפתי - משרד עורכי דין"
|
||||
description="ליווי משפטי מקצועי ומסור בתחומי חינוך, פלילי, נזיקין וירושה. אנחנו כאן כדי להילחם על הזכויות שלכם בנחישות וברגישות."
|
||||
testimonials={[
|
||||
{
|
||||
name: "דנה לוי",
|
||||
handle: "@danalv",
|
||||
testimonial: "ייצוג משפטי ברמה הכי גבוהה שיש. תודה על הליווי הצמוד.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "יוסי כהן",
|
||||
handle: "@yosic",
|
||||
testimonial: "עורכת דין מקצועית מאוד, הגיעה לתוצאה מעל המצופה.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
},
|
||||
{
|
||||
name: "מיכל אברהם",
|
||||
handle: "@michala",
|
||||
testimonial: "יחס אישי ומקצועיות ללא פשרות. מומלץ בחום.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg",
|
||||
},
|
||||
{
|
||||
name: "אבי לוי",
|
||||
handle: "@avil",
|
||||
testimonial: "ליאן הובילה אותנו בבטחה לאורך כל התהליך המשפטי המורכב.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
},
|
||||
{
|
||||
name: "שירן דהן",
|
||||
handle: "@shirand",
|
||||
testimonial: "מקצוענות, אנושיות ותוצאות. תודה ענקית.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg",
|
||||
},
|
||||
{ name: "דנה לוי", handle: "@danalv", testimonial: "ייצוג משפטי ברמה הכי גבוהה שיש. תודה על הליווי הצמוד.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg" },
|
||||
{ name: "יוסי כהן", handle: "@yosic", testimonial: "עורכת דין מקצועית מאוד, הגיעה לתוצאה מעל המצופה.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg" },
|
||||
{ name: "מיכל אברהם", handle: "@michala", testimonial: "יחס אישי ומקצועיות ללא פשרות. מומלץ בחום.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg" },
|
||||
{ name: "אבי לוי", handle: "@avil", testimonial: "ליאן הובילה אותנו בבטחה לאורך כל התהליך המשפטי המורכב.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg" },
|
||||
{ name: "שירן דהן", handle: "@shirand", testimonial: "מקצוענות, אנושיות ותוצאות. תודה ענקית.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "קבע פגישת ייעוץ",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illustrators-tools-arrangement-still-life_23-2150163123.jpg?_wi=1"
|
||||
buttons={[{ text: "קבע פגישת ייעוץ", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illustrators-tools-arrangement-still-life_23-2150163123.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/illustrators-tools-arrangement-still-life_23-2150163133.jpg",
|
||||
alt: "Client avatar 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-design-modern-wooden-table-decor-generated-by-ai_188544-27803.jpg",
|
||||
alt: "Client avatar 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-hand-using-laptop-wooden-desk_23-2147970878.jpg",
|
||||
alt: "Client avatar 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/clipboard-template-with-business-elements_23-2147986543.jpg",
|
||||
alt: "Client avatar 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
alt: "Client avatar 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "ליווי אישי",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "ניסיון עשיר",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "הצלחה מוכחת",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "מקצועיות ללא פשרות",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "שירות אדיב",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,20 +65,11 @@ export default function LandingPage() {
|
||||
title="אודות המשרד"
|
||||
description="משרדה של עורכת הדין ליאן צרפתי חרט על דגלו מצוינות, יושרה ומחויבות ללקוח. אנו מתמחים בפתרון סכסוכים וליווי משפטי מורכב תוך שימוש בידע נרחב וניסיון רב שנים."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "ליווי אישי",
|
||||
description: "יחס אישי לכל לקוח בכל שלב משפטי.",
|
||||
},
|
||||
{
|
||||
title: "מקצועיות",
|
||||
description: "ידע מעמיק בתחומי החינוך, הפלילי, נזיקין וירושה.",
|
||||
},
|
||||
{
|
||||
title: "תוצאות",
|
||||
description: "ניסיון מוכח בהשגת תוצאות איכותיות בבתי המשפט.",
|
||||
},
|
||||
{ title: "ליווי אישי", description: "יחס אישי לכל לקוח בכל שלב משפטי." },
|
||||
{ title: "מקצועיות", description: "ידע מעמיק בתחומי החינוך, הפלילי, נזיקין וירושה." },
|
||||
{ title: "תוצאות", description: "ניסיון מוכח בהשגת תוצאות איכותיות בבתי המשפט." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-executive-reading-news_1098-2474.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-executive-reading-news_1098-2474.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -182,38 +80,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "דיני חינוך",
|
||||
description: "ייצוג זכויות תלמידים והורים.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: GraduationCap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg",
|
||||
imageAlt: "Closeup of Confident Adult Business Leader",
|
||||
},
|
||||
{
|
||||
title: "משפט פלילי",
|
||||
description: "הגנה מקיפה בהליכים פליליים.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Scale,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustrators-tools-arrangement-still-life_23-2150163123.jpg?_wi=2",
|
||||
imageAlt: "Closeup of Confident Adult Business Leader",
|
||||
},
|
||||
{
|
||||
title: "דיני נזיקין",
|
||||
description: "טיפול בתיקי רשלנות ונזקי גוף.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: AlertTriangle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-reading-news_1098-2474.jpg?_wi=2",
|
||||
imageAlt: "Closeup of Confident Adult Business Leader",
|
||||
},
|
||||
{
|
||||
title: "דיני ירושה",
|
||||
description: "עריכת צוואות וניהול עזבונות.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg?_wi=2",
|
||||
imageAlt: "Closeup of Confident Adult Business Leader",
|
||||
},
|
||||
{ title: "דיני חינוך", description: "ייצוג זכויות תלמידים והורים.", bentoComponent: "reveal-icon", icon: GraduationCap },
|
||||
{ title: "משפט פלילי", description: "הגנה מקיפה בהליכים פליליים.", bentoComponent: "reveal-icon", icon: Scale },
|
||||
{ title: "דיני נזיקין", description: "טיפול בתיקי רשלנות ונזקי גוף.", bentoComponent: "reveal-icon", icon: AlertTriangle },
|
||||
{ title: "דיני ירושה", description: "עריכת צוואות וניהול עזבונות.", bentoComponent: "reveal-icon", icon: FileText },
|
||||
]}
|
||||
title="תחומי התמחות המשרד"
|
||||
description="המשרד מספק מענה משפטי מקיף במספר תחומים מרכזיים:"
|
||||
@@ -226,33 +96,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "שנות ניסיון",
|
||||
items: [
|
||||
"ליווי מאות תיקים",
|
||||
"ניסיון עשיר בשטח",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
title: "שיעור הצלחה",
|
||||
items: [
|
||||
"פתרונות משפטיים מותאמים",
|
||||
"שביעות רצון גבוהה",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "לקוחות מרוצים",
|
||||
items: [
|
||||
"ייצוג מסור ומקצועי",
|
||||
"ליווי אישי מתמשך",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "שנות ניסיון", items: ["ליווי מאות תיקים", "ניסיון עשיר בשטח"] },
|
||||
{ id: "m2", value: "95%", title: "שיעור הצלחה", items: ["פתרונות משפטיים מותאמים", "שביעות רצון גבוהה"] },
|
||||
{ id: "m3", value: "500+", title: "לקוחות מרוצים", items: ["ייצוג מסור ומקצועי", "ליווי אישי מתמשך"] },
|
||||
]}
|
||||
title="הצלחות במספרים"
|
||||
description="הניסיון המצטבר שלנו מוכיח שהתוצאות מדברות בעד עצמן."
|
||||
@@ -264,46 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "ייעוץ משפטי מעולה",
|
||||
quote: "ליאן ליוותה אותי בתיק מורכב וסיימה אותו בדרך הכי טובה.",
|
||||
name: "דנה לוי",
|
||||
role: "מנהלת",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-sitting-with-newspaper-table_1098-3037.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "מקצועיות ללא פשרות",
|
||||
quote: "עורכת דין מבריקה שבאמת אכפת לה מהלקוח שלה.",
|
||||
name: "יוסי כהן",
|
||||
role: "עצמאי",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "שירות אישי ואנושי",
|
||||
quote: "ממליצה בחום, ליווי רגיש ומקצועי לאורך כל הדרך.",
|
||||
name: "מיכל אברהם",
|
||||
role: "שכירה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "פשוט אלופה!",
|
||||
quote: "התנהלות מול מערכות מורכבות נעשתה בקלות ובמקצועיות.",
|
||||
name: "אבי לוי",
|
||||
role: "בעל עסק",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-two-happy-sitting-success_1262-875.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "מומלץ בחום",
|
||||
quote: "תודה על הכל, השירות היה יוצא מן הכלל.",
|
||||
name: "שירן דהן",
|
||||
role: "מורה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
{ id: "t1", title: "ייעוץ משפטי מעולה", quote: "ליאן ליוותה אותי בתיק מורכב וסיימה אותו בדרך הכי טובה.", name: "דנה לוי", role: "מנהלת", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-sitting-with-newspaper-table_1098-3037.jpg" },
|
||||
{ id: "t2", title: "מקצועיות ללא פשרות", quote: "עורכת דין מבריקה שבאמת אכפת לה מהלקוח שלה.", name: "יוסי כהן", role: "עצמאי", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg" },
|
||||
{ id: "t3", title: "שירות אישי ואנושי", quote: "ממליצה בחום, ליווי רגיש ומקצועי לאורך כל הדרך.", name: "מיכל אברהם", role: "שכירה", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg" },
|
||||
{ id: "t4", title: "פשוט אלופה!", quote: "התנהלות מול מערכות מורכבות נעשתה בקלות ובמקצועיות.", name: "אבי לוי", role: "בעל עסק", imageSrc: "http://img.b2bpic.net/free-photo/indian-two-happy-sitting-success_1262-875.jpg" },
|
||||
{ id: "t5", title: "מומלץ בחום", quote: "תודה על הכל, השירות היה יוצא מן הכלל.", name: "שירן דהן", role: "מורה", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
|
||||
]}
|
||||
title="לקוחות מספרים"
|
||||
description="ההצלחה של הלקוחות שלנו היא ההצלחה שלנו."
|
||||
@@ -314,21 +125,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "איך קובעים פגישת ייעוץ?",
|
||||
content: "ניתן ליצור קשר דרך הטופס באתר או להתקשר למשרד.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "באילו מקרים כדאי לפנות לעורך דין?",
|
||||
content: "בכל הליך מול רשויות, הגשת תביעות או צורך בליווי בתיקים פליליים.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "מה העלויות?",
|
||||
content: "העלות נקבעת בהתאם למורכבות התיק ומטופלת בפגישת הייעוץ הראשונה.",
|
||||
},
|
||||
{ id: "f1", title: "איך קובעים פגישת ייעוץ?", content: "ניתן ליצור קשר דרך הטופס באתר או להתקשר למשרד." },
|
||||
{ id: "f2", title: "באילו מקרים כדאי לפנות לעורך דין?", content: "בכל הליך מול רשויות, הגשת תביעות או צורך בליווי בתיקים פליליים." },
|
||||
{ id: "f3", title: "מה העלויות?", content: "העלות נקבעת בהתאם למורכבות התיק ומטופלת בפגישת הייעוץ הראשונה." },
|
||||
]}
|
||||
sideTitle="שאלות נפוצות"
|
||||
sideDescription="יש לכם שאלות על התהליך המשפטי? אנחנו כאן עם כל התשובות."
|
||||
@@ -339,9 +138,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="צרו קשר"
|
||||
title="נשמח לעמוד לרשותכם"
|
||||
description="השאירו פרטים ונחזור אליכם בהקדם לייעוץ משפטי ראשוני."
|
||||
@@ -354,30 +151,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "אודות",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "תחומי התמחות",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "צרו קשר",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "מדיניות פרטיות",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "אודות", href: "#about" }, { label: "תחומי התמחות", href: "#features" }] },
|
||||
{ items: [{ label: "צרו קשר", href: "#contact" }, { label: "מדיניות פרטיות", href: "#" }] },
|
||||
]}
|
||||
logoText="ליאן צרפתי"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user