Update src/app/page.tsx
This commit is contained in:
146
src/app/page.tsx
146
src/app/page.tsx
@@ -14,6 +14,8 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import { Clock, Gauge, Lightbulb, ShieldCheck, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const reverseString = (s) => s.split('').reverse().join('');
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -32,21 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "ראשי", id: "#hero"},
|
||||
name: reverseString("ראשי"), id: "#hero"},
|
||||
{
|
||||
name: "שירותים", id: "#services"},
|
||||
name: reverseString("שירותים"), id: "#services"},
|
||||
{
|
||||
name: "אודות", id: "#about"},
|
||||
name: reverseString("אודות"), id: "#about"},
|
||||
{
|
||||
name: "מוצרים", id: "#products"},
|
||||
name: reverseString("מוצרים"), id: "#products"},
|
||||
{
|
||||
name: "לקוחות", id: "#testimonials"},
|
||||
name: reverseString("לקוחות"), id: "#testimonials"},
|
||||
{
|
||||
name: "צור קשר", id: "#contact"},
|
||||
name: reverseString("צור קשר"), id: "#contact"},
|
||||
]}
|
||||
brandName="נשר מנעולים"
|
||||
brandName={reverseString("נשר מנעולים")}
|
||||
button={{
|
||||
text: "חיוג דחוף למנעולן", href: "tel:0501234567"}}
|
||||
text: reverseString("חיוג דחוף למנעולן"), href: "tel:0501234567"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,40 +57,40 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "downward-rays-animated"}}
|
||||
title="נשר מנעולים - פורץ ומנעולן בעפולה והסביבה"
|
||||
description="שירותי מנעולנות מקצועיים 24/7 לכל סוגי הצילינדרים והרכבים. הגעה מהירה, אמינות ללא פשרות ופתרונות נעילה מתקדמים לבית ולעסק."
|
||||
title={reverseString("נשר מנעולים - פורץ ומנעולן בעפולה והסביבה")}
|
||||
description={reverseString("שירותי מנעולנות מקצועיים 24/7 לכל סוגי הצילינדרים והרכבים. הגעה מהירה, אמינות ללא פשרות ופתרונות נעילה מתקדמים לבית ולעסק.")}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg", alt: "מנעולן מקצועי"},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg", alt: reverseString("מנעולן מקצועי")},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2409.jpg", alt: "מומחית אבטחה"},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2409.jpg", alt: reverseString("מומחית אבטחה")},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/security-guard-using-walkie-talkie-handling-crowd-angry-aggressive-people-trying-break-into-shopping-mall-black-friday-crazy-anxious-shoppers-breaking-into-store-buy-things-sale_482257-67439.jpg", alt: "צוות מקצועי"},
|
||||
src: "http://img.b2bpic.net/free-photo/security-guard-using-walkie-talkie-handling-crowd-angry-aggressive-people-trying-break-into-shopping-mall-black-friday-crazy-anxious-shoppers-breaking-into-store-buy-things-sale_482257-67439.jpg", alt: reverseString("צוות מקצועי")},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-points-camera-pink_141793-74591.jpg", alt: "טכנאי מוסמך"},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-points-camera-pink_141793-74591.jpg", alt: reverseString("טכנאי מוסמך")},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg", alt: "צוות מנעולנים"},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg", alt: reverseString("צוות מנעולנים")},
|
||||
]}
|
||||
avatarText="אלפי לקוחות מרוצים מובטחים"
|
||||
avatarText={reverseString("אלפי לקוחות מרוצים מובטחים")}
|
||||
buttons={[
|
||||
{
|
||||
text: "חיוג דחוף למנעולן", href: "tel:0501234567"},
|
||||
text: reverseString("חיוג דחוף למנעולן"), href: "tel:0501234567"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "שירות מהיר", icon: Gauge,
|
||||
type: "text-icon", text: reverseString("שירות מהיר"), icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "אמינות מובטחת", icon: ShieldCheck,
|
||||
type: "text-icon", text: reverseString("אמינות מובטחת"), icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "זמינות 24/7", icon: Clock,
|
||||
type: "text-icon", text: reverseString("זמינות 24/7"), icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "מומחיות בפריצה", icon: Wrench,
|
||||
type: "text-icon", text: reverseString("מומחיות בפריצה"), icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "פתרונות חכמים", icon: Lightbulb,
|
||||
type: "text-icon", text: reverseString("פתרונות חכמים"), icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -103,18 +105,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "service-1", title: "פריצת כל סוגי הצילינדרים", subtitle: "מומחיות בפריצה וטיפול בכל סוגי הצילינדרים והמנעולים המתקדמים ביותר.", category: "מנעולנות", value: "מהיר ויעיל"},
|
||||
id: "service-1", title: reverseString("פריצת כל סוגי הצילינדרים"), subtitle: reverseString("מומחיות בפריצה וטיפול בכל סוגי הצילינדרים והמנעולים המתקדמים ביותר."), category: reverseString("מנעולנות"), value: reverseString("מהיר ויעיל")},
|
||||
{
|
||||
id: "service-2", title: "שירותי פריצה 24/7 בשעת חירום", subtitle: "זמינות מלאה 24 שעות ביממה, 7 ימים בשבוע, למקרים דחופים ברחבי עפולה והסביבה.", category: "חירום", value: "זמינות מיידית"},
|
||||
id: "service-2", title: reverseString("שירותי פריצה 24/7 בשעת חירום"), subtitle: reverseString("זמינות מלאה 24 שעות ביממה, 7 ימים בשבוע, למקרים דחופים ברחבי עפולה והסביבה."), category: reverseString("חירום"), value: reverseString("זמינות מיידית")},
|
||||
{
|
||||
id: "service-3", title: "פריצת רכבים ופתרונות נעילה מתקדמים", subtitle: "שירות מקצועי לפריצת רכבים נעולים ומתן פתרונות אבטחה ונעילה חכמים לרכבים.", category: "רכב", value: "פתרונות חכמים"},
|
||||
id: "service-3", title: reverseString("פריצת רכבים ופתרונות נעילה מתקדמים"), subtitle: reverseString("שירות מקצועי לפריצת רכבים נעולים ומתן פתרונות אבטחה ונעילה חכמים לרכבים."), category: reverseString("רכב"), value: reverseString("פתרונות חכמים")},
|
||||
]}
|
||||
title="השירותים שלנו"
|
||||
title={reverseString("השירותים שלנו")}
|
||||
titleSegments={[
|
||||
{
|
||||
type: "text", content: "השירותים שלנו"},
|
||||
type: "text", content: reverseString("השירותים שלנו")},
|
||||
]}
|
||||
description="נשר מנעולים מציעים מגוון רחב של שירותי מנעולנות מתקדמים, זמינים עבורכם בכל עת."
|
||||
description={reverseString("נשר מנעולים מציעים מגוון רחב של שירותי מנעולנות מתקדמים, זמינים עבורכם בכל עת.")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,18 +128,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "עד 20 דקות", description: "מענה מהיר והגעה עד לבית הלקוח בעפולה והסביבה"},
|
||||
id: "metric-1", value: reverseString("עד 20 דקות"), description: reverseString("מענה מהיר והגעה עד לבית הלקוח בעפולה והסביבה")},
|
||||
{
|
||||
id: "metric-2", value: "100%", description: "מקצועיות ואמינות ללא פשרות בכל עבודה"},
|
||||
id: "metric-2", value: reverseString("100%"), description: reverseString("מקצועיות ואמינות ללא פשרות בכל עבודה")},
|
||||
{
|
||||
id: "metric-3", value: "ניסיון עשיר", description: "שנים רבות בתחום המנעולנות והאבטחה"},
|
||||
id: "metric-3", value: reverseString("ניסיון עשיר"), description: reverseString("שנים רבות בתחום המנעולנות והאבטחה")},
|
||||
]}
|
||||
title="אמינות ומקצועיות ללא פשרות"
|
||||
title={reverseString("אמינות ומקצועיות ללא פשרות")}
|
||||
titleSegments={[
|
||||
{
|
||||
type: "text", content: "אמינות ומקצועיות ללא פשרות"},
|
||||
type: "text", content: reverseString("אמינות ומקצועיות ללא פשרות")},
|
||||
]}
|
||||
description="נשר מנעולים מחויבים לשירות מהיר, אדיב ומקצועי בכל קריאה."
|
||||
description={reverseString("נשר מנעולים מחויבים לשירות מהיר, אדיב ומקצועי בכל קריאה.")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,13 +148,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "אודות נשר מנעולים"},
|
||||
type: "text", content: reverseString("אודות נשר מנעולים")},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138469.jpg", alt: "מנעולן בעבודה"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138469.jpg", alt: reverseString("מנעולן בעבודה")},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "קרא עוד", href: "#"},
|
||||
text: reverseString("קרא עוד"), href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,24 +167,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "מנעול חכם דיגיטלי", price: "החל מ-₪600", variant: "במלאי", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841696.jpg", imageAlt: "מנעול חכם דיגיטלי"},
|
||||
id: "product-1", name: reverseString("מנעול חכם דיגיטלי"), price: reverseString("החל מ-₪600"), variant: reverseString("במלאי"), imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841696.jpg", imageAlt: reverseString("מנעול חכם דיגיטלי")},
|
||||
{
|
||||
id: "product-2", name: "צילינדר מוגן פריצה", price: "החל מ-₪350", variant: "במלאי", imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-bank-vault_1048-13937.jpg", imageAlt: "צילינדר מוגן פריצה"},
|
||||
id: "product-2", name: reverseString("צילינדר מוגן פריצה"), price: reverseString("החל מ-₪350"), variant: reverseString("במלאי"), imageSrc: "http://img.b2bpic.net/free-photo/grunge-style-bank-vault_1048-13937.jpg", imageAlt: reverseString("צילינדר מוגן פריצה")},
|
||||
{
|
||||
id: "product-3", name: "סט ידיות מעוצבות", price: "החל מ-₪200", variant: "במלאי", imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301080.jpg", imageAlt: "סט ידיות מעוצבות"},
|
||||
id: "product-3", name: reverseString("סט ידיות מעוצבות"), price: reverseString("החל מ-₪200"), variant: reverseString("במלאי"), imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301080.jpg", imageAlt: reverseString("סט ידיות מעוצבות")},
|
||||
{
|
||||
id: "product-4", name: "מערכת אזעקה אלחוטית", price: "החל מ-₪900", variant: "במלאי", imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036899.jpg", imageAlt: "מערכת אזעקה אלחוטית"},
|
||||
id: "product-4", name: reverseString("מערכת אזעקה אלחוטית"), price: reverseString("החל מ-₪900"), variant: reverseString("במלאי"), imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-his-smart-home_23-2149036899.jpg", imageAlt: reverseString("מערכת אזעקה אלחוטית")},
|
||||
{
|
||||
id: "product-5", name: "שכפול מפתחות ממוחשב", price: "החל מ-₪50", variant: "במלאי", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-with-red-light-still-life_23-2149417035.jpg", imageAlt: "שכפול מפתחות"},
|
||||
id: "product-5", name: reverseString("שכפול מפתחות ממוחשב"), price: reverseString("החל מ-₪50"), variant: reverseString("במלאי"), imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-with-red-light-still-life_23-2149417035.jpg", imageAlt: reverseString("שכפול מפתחות")},
|
||||
{
|
||||
id: "product-6", name: "התקנת כספת ביתית", price: "החל מ-₪700", variant: "במלאי", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631423.jpg", imageAlt: "התקנת כספת"},
|
||||
id: "product-6", name: reverseString("התקנת כספת ביתית"), price: reverseString("החל מ-₪700"), variant: reverseString("במלאי"), imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631423.jpg", imageAlt: reverseString("התקנת כספת")},
|
||||
]}
|
||||
title="פתרונות אבטחה מתקדמים"
|
||||
title={reverseString("פתרונות אבטחה מתקדמים")}
|
||||
titleSegments={[
|
||||
{
|
||||
type: "text", content: "פתרונות אבטחה מתקדמים"},
|
||||
type: "text", content: reverseString("פתרונות אבטחה מתקדמים")},
|
||||
]}
|
||||
description="אנו מציעים מגוון רחב של מוצרי אבטחה ונעילה חכמים כדי להגן על הנכסים היקרים לכם."
|
||||
description={reverseString("אנו מציעים מגוון רחב של מוצרי אבטחה ונעילה חכמים כדי להגן על הנכסים היקרים לכם.")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,20 +193,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-item-1", name: "שרה כהן", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg", imageAlt: "שרה כהן"},
|
||||
id: "testimonial-item-1", name: reverseString("שרה כהן"), imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg", imageAlt: reverseString("שרה כהן")},
|
||||
{
|
||||
id: "testimonial-item-2", name: "דוד לוי", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-desk_23-2149270975.jpg", imageAlt: "דוד לוי"},
|
||||
id: "testimonial-item-2", name: reverseString("דוד לוי"), imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-desk_23-2149270975.jpg", imageAlt: reverseString("דוד לוי")},
|
||||
{
|
||||
id: "testimonial-item-3", name: "רבקה יוסף", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914197.jpg", imageAlt: "רבקה יוסף"},
|
||||
id: "testimonial-item-3", name: reverseString("רבקה יוסף"), imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914197.jpg", imageAlt: reverseString("רבקה יוסף")},
|
||||
{
|
||||
id: "testimonial-item-4", name: "משפחת בן דוד", imageSrc: "http://img.b2bpic.net/free-photo/couple-cuddling-near-boxes_23-2147758811.jpg", imageAlt: "משפחת בן דוד"},
|
||||
id: "testimonial-item-4", name: reverseString("משפחת בן דוד"), imageSrc: "http://img.b2bpic.net/free-photo/couple-cuddling-near-boxes_23-2147758811.jpg", imageAlt: reverseString("משפחת בן דוד")},
|
||||
{
|
||||
id: "testimonial-item-5", name: "אלי מזרחי", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286015.jpg", imageAlt: "אלי מזרחי"},
|
||||
id: "testimonial-item-5", name: reverseString("אלי מזרחי"), imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286015.jpg", imageAlt: reverseString("אלי מזרחי")},
|
||||
{
|
||||
id: "testimonial-item-6", name: "חנה פרץ", imageSrc: "http://img.b2bpic.net/free-photo/group-handsome-retro-welldressed-man-gangsters-indoor-hotel-multiethnic-male-bachelor-mafia_627829-12009.jpg", imageAlt: "חנה פרץ"}
|
||||
id: "testimonial-item-6", name: reverseString("חנה פרץ"), imageSrc: "http://img.b2bpic.net/free-photo/group-handsome-retro-welldressed-man-gangsters-indoor-hotel-multiethnic-male-bachelor-mafia_627829-12009.jpg", imageAlt: reverseString("חנה פרץ")}
|
||||
]}
|
||||
cardTitle="מה הלקוחות שלנו אומרים"
|
||||
cardTag="המלצות"
|
||||
cardTitle={reverseString("מה הלקוחות שלנו אומרים")}
|
||||
cardTag={reverseString("המלצות")}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -214,12 +216,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
text="זקוקים למנעולן מקצועי ומהיר בעפולה והסביבה? צרו קשר עכשיו!"
|
||||
text={reverseString("זקוקים למנעולן מקצועי ומהיר בעפולה והסביבה? צרו קשר עכשיו!")}
|
||||
buttons={[
|
||||
{
|
||||
text: "חיוג למנעולן", href: "tel:0501234567"},
|
||||
text: reverseString("חיוג למנעולן"), href: "tel:0501234567"},
|
||||
{
|
||||
text: "שלחו לנו הודעה", href: "mailto:info@nesherlocks.com"},
|
||||
text: reverseString("שלחו לנו הודעה"), href: "mailto:info@nesherlocks.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -227,41 +229,41 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoSrc="http://img.b2bpic.net/free-vector/creative-hacker-logo-template_23-2149211648.jpg"
|
||||
logoAlt="לוגו נשר מנעולים"
|
||||
logoText="נשר מנעולים"
|
||||
logoAlt={reverseString("לוגו נשר מנעולים")}
|
||||
logoText={reverseString("נשר מנעולים")}
|
||||
columns={[
|
||||
{
|
||||
title: "שירותים", items: [
|
||||
title: reverseString("שירותים"), items: [
|
||||
{
|
||||
label: "פריצת צילינדרים", href: "#services"},
|
||||
label: reverseString("פריצת צילינדרים"), href: "#services"},
|
||||
{
|
||||
label: "פריצת רכבים", href: "#services"},
|
||||
label: reverseString("פריצת רכבים"), href: "#services"},
|
||||
{
|
||||
label: "שירותי חירום 24/7", href: "#services"},
|
||||
label: reverseString("שירותי חירום 24/7"), href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "אודות", items: [
|
||||
title: reverseString("אודות"), items: [
|
||||
{
|
||||
label: "עלינו", href: "#about"},
|
||||
label: reverseString("עלינו"), href: "#about"},
|
||||
{
|
||||
label: "מקצועיות", href: "#metrics"},
|
||||
label: reverseString("מקצועיות"), href: "#metrics"},
|
||||
{
|
||||
label: "מוצרים", href: "#products"},
|
||||
label: reverseString("מוצרים"), href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "יצירת קשר", items: [
|
||||
title: reverseString("יצירת קשר"), items: [
|
||||
{
|
||||
label: "חיוג", href: "tel:0501234567"},
|
||||
label: reverseString("חיוג"), href: "tel:0501234567"},
|
||||
{
|
||||
label: "שלח מייל", href: "mailto:info@nesherlocks.com"},
|
||||
label: reverseString("שלח מייל"), href: "mailto:info@nesherlocks.com"},
|
||||
{
|
||||
label: "ווטסאפ", href: "https://wa.me/972501234567"},
|
||||
label: reverseString("ווטסאפ"), href: "https://wa.me/972501234567"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 נשר מנעולים. כל הזכויות שמורות."
|
||||
copyrightText={reverseString("© 2024 נשר מנעולים. כל הזכויות שמורות.")}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user