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