Update src/app/page.tsx
This commit is contained in:
299
src/app/page.tsx
299
src/app/page.tsx
@@ -32,95 +32,43 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "בית",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "אודות",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "אמנים",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "צור קשר",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "בית", id: "#hero" },
|
||||
{ name: "אודות", id: "#about" },
|
||||
{ name: "אמנים", id: "#products" },
|
||||
{ name: "צור קשר", id: "#contact" }
|
||||
]}
|
||||
brandName="שורה ראשונה"
|
||||
button={{ text: "הזמן אמן", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="שורה ראשונה - ייצוג אמנים ומופעים"
|
||||
description="המשרד המוביל בישראל לניהול אמנים, הפקת מופעים ושיווק אירועים. אנו מחברים בין אמני העילית לקהל הישראלי, עם ניסיון עשיר ופתרונות מותאמים אישית."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "שנות ניסיון",
|
||||
},
|
||||
{
|
||||
value: "200+",
|
||||
label: "מופעים בשנה",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "מקצועיות ללא פשרות",
|
||||
},
|
||||
{ value: "15+", label: "שנות ניסיון" },
|
||||
{ value: "200+", label: "מופעים בשנה" },
|
||||
{ value: "100%", label: "מקצועיות ללא פשרות" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diagonal-view-dark-modern-cassette-tape_23-2148289092.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/purple-fiber-optics-lights-abstract-background_23-2148241249.jpg",
|
||||
alt: "אמן 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-colourful-green-show-light_661209-453.jpg",
|
||||
alt: "אמן 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dramatic-blue-stage-spotlights-with-hazy-atmosphere_84443-73951.jpg",
|
||||
alt: "אמן 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shiny-green-fiber-optics_23-2148241351.jpg",
|
||||
alt: "אמן 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-render-grunge-style-interior-with-spotlights-shining-down_1048-14471.jpg",
|
||||
alt: "אמן 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/purple-fiber-optics-lights-abstract-background_23-2148241249.jpg", alt: "אמן 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-colourful-green-show-light_661209-453.jpg", alt: "אמן 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dramatic-blue-stage-spotlights-with-hazy-atmosphere_84443-73951.jpg", alt: "אמן 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-shiny-green-fiber-optics_23-2148241351.jpg", alt: "אמן 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-render-grunge-style-interior-with-spotlights-shining-down_1048-14471.jpg", alt: "אמן 5" }
|
||||
]}
|
||||
avatarText="מעל 50 אמנים מיוצגים"
|
||||
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>
|
||||
@@ -145,42 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "חנן בן ארי",
|
||||
price: "לתיאום הופעה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-dancing-nightclub-feeling-funky-dance-floor-enjoying-night-out-group-friends-having-fun-club-partying-spotlights-disco-music-tripod-shot_482257-61907.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "שירי מימון",
|
||||
price: "לתיאום הופעה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/band-musicians-playing-music-local-event_23-2149188136.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "סאבלימינל",
|
||||
price: "לתיאום הופעה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-guitarist-plays-acoustic-guitar-dark-stage-background_169016-52984.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "יובל דיין",
|
||||
price: "לתיאום הופעה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-mixing-sounds-club-party-with-dj-turntables-using-audio-devices-play-music-create-modern-remix-stereo-having-fun-with-disco-equipment-nightclub-handheld-shot_482257-73645.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "נורית גלרון",
|
||||
price: "לתיאום הופעה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-student-playing-violin_107420-64876.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "שלמה גרוניך",
|
||||
price: "לתיאום הופעה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/firing-range-customer-looking-zooming-device-check-if-he-shot-bullseye_482257-125292.jpg",
|
||||
},
|
||||
{ id: "1", name: "חנן בן ארי", price: "לתיאום הופעה", imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-dancing-nightclub-feeling-funky-dance-floor-enjoying-night-out-group-friends-having-fun-club-partying-spotlights-disco-music-tripod-shot_482257-61907.jpg" },
|
||||
{ id: "2", name: "שירי מימון", price: "לתיאום הופעה", imageSrc: "http://img.b2bpic.net/free-photo/band-musicians-playing-music-local-event_23-2149188136.jpg" },
|
||||
{ id: "3", name: "סאבלימינל", price: "לתיאום הופעה", imageSrc: "http://img.b2bpic.net/free-photo/male-guitarist-plays-acoustic-guitar-dark-stage-background_169016-52984.jpg" },
|
||||
{ id: "4", name: "יובל דיין", price: "לתיאום הופעה", imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-mixing-sounds-club-party-with-dj-turntables-using-audio-devices-play-music-create-modern-remix-stereo-having-fun-with-disco-equipment-nightclub-handheld-shot_482257-73645.jpg" },
|
||||
{ id: "5", name: "נורית גלרון", price: "לתיאום הופעה", imageSrc: "http://img.b2bpic.net/free-photo/female-student-playing-violin_107420-64876.jpg" },
|
||||
{ id: "6", name: "שלמה גרוניך", price: "לתיאום הופעה", imageSrc: "http://img.b2bpic.net/free-photo/firing-range-customer-looking-zooming-device-check-if-he-shot-bullseye_482257-125292.jpg" }
|
||||
]}
|
||||
title="האמנים שלנו"
|
||||
description="ייצוג מיטב האמנים בישראל"
|
||||
@@ -194,21 +112,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "שיווק מופעים",
|
||||
description: "אסטרטגיית שיווק מדויקת לכל הופעה והרכב.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-blue-shades_23-2148241223.jpg",
|
||||
},
|
||||
{
|
||||
title: "ייצוג וניהול",
|
||||
description: "ניהול אישי ומקצועי לאמנים מובילים בישראל.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-light-near-shiny-spots_23-2147798889.jpg",
|
||||
},
|
||||
{
|
||||
title: "הפקות במה",
|
||||
description: "ליווי אמנותי וטכני למופעי ענק.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-tape-with-pen_23-2148487067.jpg",
|
||||
},
|
||||
{ title: "שיווק מופעים", description: "אסטרטגיית שיווק מדויקת לכל הופעה והרכב.", imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-blue-shades_23-2148241223.jpg" },
|
||||
{ title: "ייצוג וניהול", description: "ניהול אישי ומקצועי לאמנים מובילים בישראל.", imageSrc: "http://img.b2bpic.net/free-photo/blue-light-near-shiny-spots_23-2147798889.jpg" },
|
||||
{ title: "הפקות במה", description: "ליווי אמנותי וטכני למופעי ענק.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-tape-with-pen_23-2148487067.jpg" }
|
||||
]}
|
||||
title="מה אנחנו מציעים?"
|
||||
description="פתרונות מקיפים לעולם הבידור והפקות הבמה."
|
||||
@@ -221,27 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "שנות וותק",
|
||||
description: "ניסיון עשיר בתעשייה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guitar-music-outdoors_23-2148079211.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
title: "מופעים",
|
||||
description: "בכל שנה ברחבי הארץ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9604.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "אמנים",
|
||||
description: "מיוצגים בהצלחה",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musical-instrument-technology-drum-set-rhythm-wave-remixed-media_53876-108552.jpg",
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "שנות וותק", description: "ניסיון עשיר בתעשייה", imageSrc: "http://img.b2bpic.net/free-photo/guitar-music-outdoors_23-2148079211.jpg" },
|
||||
{ id: "m2", value: "200+", title: "מופעים", description: "בכל שנה ברחבי הארץ", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9604.jpg" },
|
||||
{ id: "m3", value: "50+", title: "אמנים", description: "מיוצגים בהצלחה", imageSrc: "http://img.b2bpic.net/free-photo/musical-instrument-technology-drum-set-rhythm-wave-remixed-media_53876-108552.jpg" }
|
||||
]}
|
||||
title="הישגים שלנו"
|
||||
description="מספרים שמדברים בעד עצמם."
|
||||
@@ -254,60 +142,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "ישראל ישראלי",
|
||||
role: "מפיק אירועים",
|
||||
company: "אירועים בע\"מ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "דנה לוי",
|
||||
role: "מנהלת שיווק",
|
||||
company: "תרבות פלוס",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096457.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "יוסי כהן",
|
||||
role: "אמן",
|
||||
company: "עצמאי",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960297.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "מיכל רוזן",
|
||||
role: "מנהלת במה",
|
||||
company: "היכל התרבות",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "אורי לוי",
|
||||
role: "בעל אולם",
|
||||
company: "אולם כנסים",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-event-manager-banquet-hall_23-2148085332.jpg",
|
||||
},
|
||||
{ id: "1", name: "ישראל ישראלי", role: "מפיק אירועים", company: "אירועים בע\"מ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg" },
|
||||
{ id: "2", name: "דנה לוי", role: "מנהלת שיווק", company: "תרבות פלוס", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096457.jpg" },
|
||||
{ id: "3", name: "יוסי כהן", role: "אמן", company: "עצמאי", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960297.jpg" },
|
||||
{ id: "4", name: "מיכל רוזן", role: "מנהלת במה", company: "היכל התרבות", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg" },
|
||||
{ id: "5", name: "אורי לוי", role: "בעל אולם", company: "אולם כנסים", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-event-manager-banquet-hall_23-2148085332.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "דירוג גוגל",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "שביעות רצון",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "שנות שירות",
|
||||
},
|
||||
{ value: "4.8", label: "דירוג גוגל" },
|
||||
{ value: "100%", label: "שביעות רצון" },
|
||||
{ value: "15+", label: "שנות שירות" }
|
||||
]}
|
||||
title="מה אומרים עלינו?"
|
||||
description="לקוחות ושותפים לדרך."
|
||||
@@ -318,21 +162,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "איך ניתן לתאם מופע?",
|
||||
content: "ניתן ליצור קשר בטלפון 03-653-5343 או דרך טופס צור הקשר באתר.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "אילו אמנים אתם מייצגים?",
|
||||
content: "אנו מייצגים מגוון אמנים מובילים, ביניהם חנן בן ארי, שירי מימון ועוד.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "היכן אתם ממוקמים?",
|
||||
content: "המשרד שלנו ממוקם בהצבר 9, אזור.",
|
||||
},
|
||||
{ id: "f1", title: "איך ניתן לתאם מופע?", content: "ניתן ליצור קשר בטלפון 03-653-5343 או דרך טופס צור הקשר באתר." },
|
||||
{ id: "f2", title: "אילו אמנים אתם מייצגים?", content: "אנו מייצגים מגוון אמנים מובילים, ביניהם חנן בן ארי, שירי מימון ועוד." },
|
||||
{ id: "f3", title: "היכן אתם ממוקמים?", content: "המשרד שלנו ממוקם בהצבר 9, אזור." }
|
||||
]}
|
||||
sideTitle="שאלות נפוצות"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -342,21 +174,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="צור קשר"
|
||||
title="מוכנים לעבוד יחד?"
|
||||
description="צרו איתנו קשר לתיאום מופעים, ייצוג אמנים או כל שאלה אחרת."
|
||||
buttons={[
|
||||
{
|
||||
text: "התקשרו אלינו",
|
||||
href: "tel:036535343",
|
||||
},
|
||||
{
|
||||
text: "שלחו מייל",
|
||||
href: "mailto:info@shurarishona.co.il",
|
||||
},
|
||||
{ text: "התקשרו אלינו", href: "tel:036535343" },
|
||||
{ text: "שלחו מייל", href: "mailto:info@shurarishona.co.il" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -366,32 +190,17 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "בית",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "אודות",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "אמנים",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
{ label: "בית", href: "#hero" },
|
||||
{ label: "אודות", href: "#about" },
|
||||
{ label: "אמנים", href: "#products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "צור קשר",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "מדיניות פרטיות",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ label: "צור קשר", href: "#contact" },
|
||||
{ label: "מדיניות פרטיות", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="שורה ראשונה"
|
||||
/>
|
||||
@@ -399,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user