Update src/app/page.tsx
This commit is contained in:
257
src/app/page.tsx
257
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Domov",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Domov", id: "hero"},
|
||||
{
|
||||
name: "Služby",
|
||||
id: "services",
|
||||
},
|
||||
name: "Služby", id: "services"},
|
||||
{
|
||||
name: "Naša práca",
|
||||
id: "work",
|
||||
},
|
||||
name: "Naša práca", id: "work"},
|
||||
{
|
||||
name: "O nás",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nás", id: "about"},
|
||||
{
|
||||
name: "Spojme sa",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Spojme sa", id: "contact"},
|
||||
]}
|
||||
brandName="BLR"
|
||||
/>
|
||||
@@ -59,98 +49,55 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Weby, ktoré fungujú. Marketing, ktorý vás posunie."
|
||||
description="BLR prináša digitálne riešenia, ktoré rastú spolu s vaším podnikaním. Pomôžeme vám získať viac zákazníkov a vybudovať značku, ktorá rezonuje."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jana Nováková",
|
||||
handle: "@jana.novakova",
|
||||
testimonial: "Spolupráca s BLR zmenila náš prístup k digitálnemu marketingu úplne od základov.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg",
|
||||
},
|
||||
name: "Jana Nováková", handle: "@jana.novakova", testimonial: "Spolupráca s BLR zmenila náš prístup k digitálnemu marketingu úplne od základov.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg"},
|
||||
{
|
||||
name: "Peter Kováč",
|
||||
handle: "@peter.kovac",
|
||||
testimonial: "Profesionálny prístup a výsledky, ktoré sme videli už po mesiaci spolupráce.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg",
|
||||
},
|
||||
name: "Peter Kováč", handle: "@peter.kovac", testimonial: "Profesionálny prístup a výsledky, ktoré sme videli už po mesiaci spolupráce.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg"},
|
||||
{
|
||||
name: "Mária Horváthová",
|
||||
handle: "@maria.h",
|
||||
testimonial: "Výnimočný cit pre dizajn a pochopenie biznisových cieľov.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-smiling_1187-3162.jpg",
|
||||
},
|
||||
name: "Mária Horváthová", handle: "@maria.h", testimonial: "Výnimočný cit pre dizajn a pochopenie biznisových cieľov.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-smiling_1187-3162.jpg"},
|
||||
{
|
||||
name: "Lukáš Malý",
|
||||
handle: "@lukas.maly",
|
||||
testimonial: "Konečne marketing, ktorý dáva zmysel a prináša reálne výsledky.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg",
|
||||
},
|
||||
name: "Lukáš Malý", handle: "@lukas.maly", testimonial: "Konečne marketing, ktorý dáva zmysel a prináša reálne výsledky.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg"},
|
||||
{
|
||||
name: "Zuzana Drahá",
|
||||
handle: "@zuzka.d",
|
||||
testimonial: "BLR sú profesionáli v každom smere. Odporúčam každému.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6767.jpg",
|
||||
},
|
||||
name: "Zuzana Drahá", handle: "@zuzka.d", testimonial: "BLR sú profesionáli v každom smere. Odporúčam každému.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-posing-gray-marble-wall_158595-6767.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Spojme sa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Spojme sa", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346609.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/transgender-wearing-cool-jacket-medium-shot_23-2149105398.jpg",
|
||||
alt: "Avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/transgender-wearing-cool-jacket-medium-shot_23-2149105398.jpg", alt: "Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg",
|
||||
alt: "Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", alt: "Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
alt: "Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", alt: "Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
alt: "Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg",
|
||||
alt: "Avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "Avatar 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "UI/UX DESIGN",
|
||||
},
|
||||
type: "text", text: "UI/UX DESIGN"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SEO OPTIMALIZÁCIA",
|
||||
},
|
||||
type: "text", text: "SEO OPTIMALIZÁCIA"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PPC KAMANE",
|
||||
},
|
||||
type: "text", text: "PPC KAMANE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "CONTENT STRATEGY",
|
||||
},
|
||||
type: "text", text: "CONTENT STRATEGY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "BRAND IDENTITY",
|
||||
},
|
||||
type: "text", text: "BRAND IDENTITY"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,14 +107,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "BLR - Marketing, ktorý vás posunie",
|
||||
},
|
||||
type: "text", content: "BLR - Marketing, ktorý vás posunie"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5039.jpg",
|
||||
alt: "About BLR",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5039.jpg", alt: "About BLR"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,38 +121,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Weby, ktoré fungujú",
|
||||
tags: [
|
||||
"UX/UI",
|
||||
"Development",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg",
|
||||
imageAlt: "Teammates working late at the office",
|
||||
},
|
||||
id: "s1", title: "Weby, ktoré fungujú", tags: [
|
||||
"UX/UI", "Development"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg", imageAlt: "Teammates working late at the office"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Digitálny marketing",
|
||||
tags: [
|
||||
"PPC",
|
||||
"SEO",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346609.jpg?_wi=2",
|
||||
imageAlt: "Teammates working late at the office",
|
||||
},
|
||||
id: "s2", title: "Digitálny marketing", tags: [
|
||||
"PPC", "SEO"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346609.jpg?_wi=2", imageAlt: "Teammates working late at the office"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Tvorba obsahu",
|
||||
tags: [
|
||||
"Creative",
|
||||
"Strategy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5039.jpg",
|
||||
imageAlt: "Teammates working late at the office",
|
||||
},
|
||||
id: "s3", title: "Tvorba obsahu", tags: [
|
||||
"Creative", "Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5039.jpg", imageAlt: "Teammates working late at the office"},
|
||||
]}
|
||||
title="Naše služby"
|
||||
description="Ponúkame kompletný balík digitálnych služieb na mieru vášmu biznisu."
|
||||
description="Neobmedzujeme sa len na dodanie kódu či kampane. Našou konkurenčnou výhodou je hlboké pochopenie vašej biznisovej logiky – prepájame špičkový dizajn, technickú excelentnosť a analytický prístup, aby sme vám priniesli nielen návštevnosť, ale reálny nárast ziskovosti a lojality vašich zákazníkov."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -222,20 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Úspešných projektov",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Úspešných projektov"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45%",
|
||||
description: "Priemerný nárast obratu",
|
||||
},
|
||||
id: "m2", value: "45%", description: "Priemerný nárast obratu"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
description: "Rovnako spokojných rokov",
|
||||
},
|
||||
id: "m3", value: "12", description: "Rovnako spokojných rokov"},
|
||||
]}
|
||||
title="Naša práca v číslach"
|
||||
description="Výsledky sú to, na čom nám záleží najviac."
|
||||
@@ -249,59 +164,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jana Nováková",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg",
|
||||
},
|
||||
id: "t1", name: "Jana Nováková", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Peter Kováč",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg",
|
||||
},
|
||||
id: "t2", name: "Peter Kováč", role: "CTO", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anna S.",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg",
|
||||
},
|
||||
id: "t3", name: "Anna S.", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David M.",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg",
|
||||
},
|
||||
id: "t4", name: "David M.", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Eva K.",
|
||||
role: "Owner",
|
||||
company: "BistroLife",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg",
|
||||
},
|
||||
id: "t5", name: "Eva K.", role: "Owner", company: "BistroLife", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-black-suit-with-office-building-background_23-2147955273.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Priemerné hodnotenie",
|
||||
},
|
||||
value: "5.0", label: "Priemerné hodnotenie"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Miera retencie",
|
||||
},
|
||||
value: "98%", label: "Miera retencie"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Spokojní klienti",
|
||||
},
|
||||
value: "100%", label: "Spokojní klienti"},
|
||||
]}
|
||||
title="Čo o nás hovoria klienti"
|
||||
description="Spokojnosť klientov je naším hlavným cieľom."
|
||||
@@ -314,20 +198,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ako prebieha spolupráca?",
|
||||
content: "Začneme nezáväznou konzultáciou, kde zistíme vaše potreby a ciele.",
|
||||
},
|
||||
id: "f1", title: "Ako prebieha spolupráca?", content: "Začneme nezáväznou konzultáciou, kde zistíme vaše potreby a ciele."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Koľko trvá tvorba webu?",
|
||||
content: "Zvyčajne od 4 do 8 týždňov podľa náročnosti projektu.",
|
||||
},
|
||||
id: "f2", title: "Koľko trvá tvorba webu?", content: "Zvyčajne od 4 do 8 týždňov podľa náročnosti projektu."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Ako meriate výsledky?",
|
||||
content: "Používame analytické nástroje a pravidelné reportingy pre klienta.",
|
||||
},
|
||||
id: "f3", title: "Ako meriate výsledky?", content: "Používame analytické nástroje a pravidelné reportingy pre klienta."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-man-sitting-with-hands-clasped_482257-121953.jpg"
|
||||
title="Časté otázky"
|
||||
@@ -343,22 +218,14 @@ export default function LandingPage() {
|
||||
description="Máte projekt v hlave? Napíšte nám a radi sa o ňom porozprávame."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Vaše meno",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Vaše meno", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Váš e-mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Váš e-mail", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Napíšte nám správu...",
|
||||
required: true,
|
||||
name: "message", placeholder: "Napíšte nám správu...", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg"
|
||||
/>
|
||||
@@ -373,4 +240,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user