Merge version_2 into main #1
182
src/app/page.tsx
182
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="PayUtility"
|
||||
/>
|
||||
@@ -54,71 +46,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="נהלו את כל החשבונות שלכם במקום אחד"
|
||||
description="מים, חשמל, וארנונה - הכול מאוגד בצורה חכמה, פשוטה ומאובטחת. חסכו זמן וראש שקט בניהול ההוצאות החודשיות."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "אבטחה מלאה",
|
||||
},
|
||||
value: "100%", label: "אבטחה מלאה"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "זמינות תשלום",
|
||||
},
|
||||
value: "24/7", label: "זמינות תשלום"},
|
||||
{
|
||||
value: "0",
|
||||
label: "טרחה מיותרת",
|
||||
},
|
||||
value: "0", label: "טרחה מיותרת"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-smartphone-payment-confirmation-bill_107791-16701.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
alt: "אשת עסקים",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "אשת עסקים"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
|
||||
alt: "אשת מקצוע",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "אשת מקצוע"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
alt: "אישה חיובית",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "אישה חיובית"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
alt: "אשת עסקים בטוחה",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", alt: "אשת עסקים בטוחה"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
||||
alt: "אשת עסקים במשרד",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg", alt: "אשת עסקים במשרד"},
|
||||
]}
|
||||
avatarText="מעל 50,000 משתמשים מרוצים"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "תשלום מים",
|
||||
},
|
||||
type: "text", text: "תשלום מים"},
|
||||
{
|
||||
type: "text",
|
||||
text: "תשלום חשמל",
|
||||
},
|
||||
type: "text", text: "תשלום חשמל"},
|
||||
{
|
||||
type: "text",
|
||||
text: "תשלום ארנונה",
|
||||
},
|
||||
type: "text", text: "תשלום ארנונה"},
|
||||
{
|
||||
type: "text",
|
||||
text: "תשלום גז",
|
||||
},
|
||||
type: "text", text: "תשלום גז"},
|
||||
{
|
||||
type: "text",
|
||||
text: "תשלום אינטרנט",
|
||||
},
|
||||
type: "text", text: "תשלום אינטרנט"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,9 +94,7 @@ export default function LandingPage() {
|
||||
title="הדרך החכמה לנהל את הבית"
|
||||
buttons={[
|
||||
{
|
||||
text: "למידע נוסף",
|
||||
href: "#",
|
||||
},
|
||||
text: "למידע נוסף", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,21 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"אין יותר פיגור בתשלומים",
|
||||
"אין יותר בירוקרטיה ידנית",
|
||||
"אין יותר תורים מיותרים",
|
||||
"אין יותר אובדן קבלות",
|
||||
"אין יותר דאגות מהעתיד",
|
||||
],
|
||||
"אין יותר פיגור בתשלומים", "אין יותר בירוקרטיה ידנית", "אין יותר תורים מיותרים", "אין יותר אובדן קבלות", "אין יותר דאגות מהעתיד"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"תשלום מאוחד ונוח",
|
||||
"התראות מועד תשלום",
|
||||
"היסטוריית תשלומים מסודרת",
|
||||
"ניהול חשבונות משפחתי",
|
||||
"תמיכה טכנית 24/7",
|
||||
],
|
||||
"תשלום מאוחד ונוח", "התראות מועד תשלום", "היסטוריית תשלומים מסודרת", "ניהול חשבונות משפחתי", "תמיכה טכנית 24/7"],
|
||||
}}
|
||||
title="למה להשתמש בפלטפורמה שלנו?"
|
||||
description="אנחנו הופכים את הבירוקרטיה לפשוטה, מהירה ודיגיטלית לחלוטין."
|
||||
@@ -171,26 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50,000+",
|
||||
title: "לקוחות מרוצים",
|
||||
description: "בוחרים בנו כל חודש",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rag-doll-pointing-with-stick-one-bar-graph_1156-256.jpg",
|
||||
},
|
||||
id: "m1", value: "50,000+", title: "לקוחות מרוצים", description: "בוחרים בנו כל חודש", imageSrc: "http://img.b2bpic.net/free-photo/rag-doll-pointing-with-stick-one-bar-graph_1156-256.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15 דקות",
|
||||
title: "חיסכון זמן",
|
||||
description: "בניהול חודשי של חשבונות",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-icons-collection_1284-857.jpg",
|
||||
},
|
||||
id: "m2", value: "15 דקות", title: "חיסכון זמן", description: "בניהול חודשי של חשבונות", imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-icons-collection_1284-857.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "דיוק בתשלום",
|
||||
description: "ללא טעויות אנוש",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-concept-with-lock-icons-wooden-cubes-pink-table-flat-lay_176474-9507.jpg",
|
||||
},
|
||||
id: "m3", value: "99.9%", title: "דיוק בתשלום", description: "ללא טעויות אנוש", imageSrc: "http://img.b2bpic.net/free-photo/security-concept-with-lock-icons-wooden-cubes-pink-table-flat-lay_176474-9507.jpg"},
|
||||
]}
|
||||
title="נתונים שמדברים בעד עצמם"
|
||||
description="אלפי משפחות כבר עברו לניהול חכם של חשבונות הבית."
|
||||
@@ -202,30 +140,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "ישראל כהן",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-glasses_23-2148815602.jpg",
|
||||
},
|
||||
id: "1", name: "ישראל כהן", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-glasses_23-2148815602.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "רונית לוי",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg",
|
||||
},
|
||||
id: "2", name: "רונית לוי", imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "אביב מזרחי",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-while-having-coffee-working_23-2148661181.jpg",
|
||||
},
|
||||
id: "3", name: "אביב מזרחי", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-while-having-coffee-working_23-2148661181.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "דנה גולן",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg",
|
||||
},
|
||||
id: "4", name: "דנה גולן", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "יוסי לוי",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
|
||||
},
|
||||
id: "5", name: "יוסי לוי", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg"},
|
||||
]}
|
||||
cardTitle="מה הלקוחות שלנו אומרים"
|
||||
cardTag="ביקורות"
|
||||
@@ -239,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "האם השירות מאובטח?",
|
||||
content: "כן, אנו משתמשים בתקני האבטחה המחמירים ביותר.",
|
||||
},
|
||||
id: "f1", title: "האם השירות מאובטח?", content: "כן, אנו משתמשים בתקני האבטחה המחמירים ביותר."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "אילו חשבונות ניתן לשלם?",
|
||||
content: "חשמל, מים, ארנונה ועוד רשויות.",
|
||||
},
|
||||
id: "f2", title: "אילו חשבונות ניתן לשלם?", content: "חשמל, מים, ארנונה ועוד רשויות."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "מה העלות?",
|
||||
content: "השירות מוצע ללא עלות נוספת למשתמשים קבועים.",
|
||||
},
|
||||
id: "f3", title: "מה העלות?", content: "השירות מוצע ללא עלות נוספת למשתמשים קבועים."},
|
||||
]}
|
||||
title="שאלות נפוצות"
|
||||
description="כל מה שצריך לדעת על הפלטפורמה שלנו."
|
||||
@@ -264,9 +178,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="יש לכם שאלות נוספות? נשמח לעמוד לשירותכם."
|
||||
buttons={[
|
||||
{
|
||||
text: "צרו קשר עכשיו", href: "#"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,29 +192,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "ניווט",
|
||||
items: [
|
||||
title: "ניווט", items: [
|
||||
{
|
||||
label: "בית",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "בית", href: "#hero"},
|
||||
{
|
||||
label: "אודות",
|
||||
href: "#about",
|
||||
},
|
||||
label: "אודות", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "שירותים",
|
||||
items: [
|
||||
title: "שירותים", items: [
|
||||
{
|
||||
label: "תשלום חשבונות",
|
||||
href: "#",
|
||||
},
|
||||
label: "תשלום חשבונות", href: "#"},
|
||||
{
|
||||
label: "תמיכה",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "תמיכה", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -307,4 +215,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user