Merge version_2 into main #2
165
src/app/page.tsx
165
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { MessageCircle } from "lucide-react";
|
||||
import { MessageCircle, Calendar } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "בית",
|
||||
id: "hero",
|
||||
},
|
||||
name: "בית", id: "hero"},
|
||||
{
|
||||
name: "אודות",
|
||||
id: "about",
|
||||
},
|
||||
name: "אודות", id: "about"},
|
||||
{
|
||||
name: "שירותים",
|
||||
id: "services",
|
||||
},
|
||||
name: "שירותים", id: "services"},
|
||||
{
|
||||
name: "ביקורות",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "ביקורות", id: "testimonials"},
|
||||
{
|
||||
name: "צור קשר",
|
||||
id: "contact",
|
||||
},
|
||||
name: "צור קשר", id: "contact"},
|
||||
]}
|
||||
brandName="Soli Barber"
|
||||
/>
|
||||
@@ -60,9 +50,7 @@ export default function LandingPage() {
|
||||
description="חוויית תספורת מקצועית בעיצוב מודרני. הזמן את תורך עכשיו בוואטסאפ."
|
||||
buttons={[
|
||||
{
|
||||
text: "קבע תור בוואטסאפ",
|
||||
href: "https://wa.me/972500000000",
|
||||
},
|
||||
text: "קבע תור בוואטסאפ", href: "https://wa.me/972500000000"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/professional-luxury-barbershop-interior--1774833259282-accc7af2.png"
|
||||
imageAlt="Soli Barber Luxury Interior"
|
||||
@@ -76,17 +64,11 @@ export default function LandingPage() {
|
||||
description="סולי ברבר מעניק את השירות הטוב ביותר עם תשומת לב לכל פרט קטן. אנחנו מאמינים ביוקרה, דיוק וסגנון אישי לכל גבר שמגיע אלינו."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "שנות ניסיון",
|
||||
},
|
||||
value: "10+", title: "שנות ניסיון"},
|
||||
{
|
||||
value: "5,000+",
|
||||
title: "לקוחות מרוצים",
|
||||
},
|
||||
value: "5,000+", title: "לקוחות מרוצים"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "איכות מובטחת",
|
||||
},
|
||||
value: "100%", title: "איכות מובטחת"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/close-up-portrait-of-a-professional-barb-1774833263131-e5ee3979.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -102,50 +84,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "תספורת גבר",
|
||||
price: "₪120",
|
||||
features: [
|
||||
"עיצוב שיער",
|
||||
"שטיפה",
|
||||
"סטיילינג",
|
||||
],
|
||||
id: "p1", name: "תספורת גבר", price: "₪120", features: [
|
||||
"עיצוב שיער", "שטיפה", "סטיילינג"],
|
||||
buttons: [
|
||||
{
|
||||
text: "להזמנה",
|
||||
href: "https://wa.me/972500000000",
|
||||
text: "זימון תור", onClick: () => window.open('https://calendar.google.com/calendar', '_blank'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "תספורת וזקן",
|
||||
price: "₪180",
|
||||
features: [
|
||||
"תספורת",
|
||||
"סידור זקן",
|
||||
"סכין חמה",
|
||||
],
|
||||
id: "p2", name: "תספורת וזקן", price: "₪180", features: [
|
||||
"תספורת", "סידור זקן", "סכין חמה"],
|
||||
buttons: [
|
||||
{
|
||||
text: "להזמנה",
|
||||
href: "https://wa.me/972500000000",
|
||||
text: "זימון תור", onClick: () => window.open('https://calendar.google.com/calendar', '_blank'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "VIP שירות מלא",
|
||||
price: "₪250",
|
||||
features: [
|
||||
"כל שירותי המספרה",
|
||||
"טיפול פנים",
|
||||
"עיסוי ראש",
|
||||
],
|
||||
id: "p3", name: "VIP שירות מלא", price: "₪250", features: [
|
||||
"כל שירותי המספרה", "טיפול פנים", "עיסוי ראש"],
|
||||
buttons: [
|
||||
{
|
||||
text: "להזמנה",
|
||||
href: "https://wa.me/972500000000",
|
||||
text: "זימון תור", onClick: () => window.open('https://calendar.google.com/calendar', '_blank'),
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -162,59 +123,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "אבי כהן",
|
||||
role: "לקוח קבוע",
|
||||
company: "תל אביב",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/studio-portrait-of-a-stylish-israeli-man-1774833258889-bd90c4d6.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "אבי כהן", role: "לקוח קבוע", company: "תל אביב", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/studio-portrait-of-a-stylish-israeli-man-1774833258889-bd90c4d6.png?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "דני לוי",
|
||||
role: "לקוח קבוע",
|
||||
company: "רמת גן",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/studio-portrait-of-a-modern-professional-1774833261666-fa344849.png",
|
||||
},
|
||||
id: "2", name: "דני לוי", role: "לקוח קבוע", company: "רמת גן", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/studio-portrait-of-a-modern-professional-1774833261666-fa344849.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "יוסי מזרחי",
|
||||
role: "לקוח קבוע",
|
||||
company: "פתח תקווה",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/portrait-of-a-younger-man-with-a-fade-ha-1774833262579-cf660145.png",
|
||||
},
|
||||
id: "3", name: "יוסי מזרחי", role: "לקוח קבוע", company: "פתח תקווה", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/portrait-of-a-younger-man-with-a-fade-ha-1774833262579-cf660145.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "רונן אברהם",
|
||||
role: "לקוח קבוע",
|
||||
company: "חולון",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/portrait-of-an-urban-style-man-with-clas-1774833260318-44efc4f1.png",
|
||||
},
|
||||
id: "4", name: "רונן אברהם", role: "לקוח קבוע", company: "חולון", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/portrait-of-an-urban-style-man-with-clas-1774833260318-44efc4f1.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "עידן סער",
|
||||
role: "לקוח עסקי",
|
||||
company: "הרצליה",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/studio-portrait-of-a-stylish-israeli-man-1774833258889-bd90c4d6.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "עידן סער", role: "לקוח עסקי", company: "הרצליה", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdyPyeEX5bVQGySB9WODqVMeGZ/studio-portrait-of-a-stylish-israeli-man-1774833258889-bd90c4d6.png?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "דירוג ממוצע",
|
||||
},
|
||||
value: "4.9", label: "דירוג ממוצע"},
|
||||
{
|
||||
value: "1.2k",
|
||||
label: "תספורות החודש",
|
||||
},
|
||||
value: "1.2k", label: "תספורות החודש"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "לקוחות חוזרים",
|
||||
},
|
||||
value: "98%", label: "לקוחות חוזרים"},
|
||||
]}
|
||||
title="מה הלקוחות שלנו אומרים"
|
||||
description="הניסיון והאיכות שלנו מדברים בעד עצמם דרך הלקוחות שלנו."
|
||||
@@ -227,28 +157,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "האם צריך לקבוע תור מראש?",
|
||||
content: "כן, תמיד מומלץ לקבוע תור בוואטסאפ מראש כדי להבטיח את הזמן שלך.",
|
||||
},
|
||||
id: "f1", title: "האם צריך לקבוע תור מראש?", content: "כן, תמיד מומלץ לקבוע תור בוואטסאפ מראש כדי להבטיח את הזמן שלך."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "מה השעות שלכם?",
|
||||
content: "אנחנו פתוחים בימים א'-ה' בין 09:00 ל-20:00, ובימי ו' עד 14:00.",
|
||||
},
|
||||
id: "f2", title: "מה השעות שלכם?", content: "אנחנו פתוחים בימים א'-ה' בין 09:00 ל-20:00, ובימי ו' עד 14:00."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "היכן אתם ממוקמים?",
|
||||
content: "אנחנו נמצאים במיקום מרכזי ונוח עם חנייה זמינה בקרבת מקום.",
|
||||
},
|
||||
id: "f3", title: "היכן אתם ממוקמים?", content: "אנחנו נמצאים במיקום מרכזי ונוח עם חנייה זמינה בקרבת מקום."},
|
||||
]}
|
||||
ctaTitle="מוכן להתרענן?"
|
||||
ctaDescription="אל תחכה לרגע האחרון, קבע את התור שלך עוד היום בוואטסאפ."
|
||||
ctaButton={{
|
||||
text: "קבע עכשיו",
|
||||
href: "https://wa.me/972500000000",
|
||||
}}
|
||||
ctaIcon={MessageCircle}
|
||||
text: "קבע עכשיו", href: "https://wa.me/972500000000"}}
|
||||
ctaIcon={Calendar}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -256,16 +175,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Soli Barber"
|
||||
leftLink={{
|
||||
text: "אינסטגרם",
|
||||
href: "https://instagram.com",
|
||||
}}
|
||||
text: "אינסטגרם", href: "https://instagram.com"}}
|
||||
rightLink={{
|
||||
text: "מדיניות פרטיות",
|
||||
href: "#",
|
||||
}}
|
||||
text: "מדיניות פרטיות", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user