Update src/app/page.tsx
This commit is contained in:
245
src/app/page.tsx
245
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Usługi",
|
||||
id: "services",
|
||||
},
|
||||
name: "Usługi", id: "services"},
|
||||
{
|
||||
name: "Jak działamy",
|
||||
id: "process",
|
||||
},
|
||||
name: "Jak działamy", id: "process"},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opinie", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="VIKOMP"
|
||||
/>
|
||||
@@ -53,103 +45,55 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Technologia, która naprawdę działa."
|
||||
description="Naprawiamy laptopy, komputery, konsole i drukarki. Diagnozujemy i rozwiązujemy problemy sieciowe w firmach i szkołach. Profesjonalne wsparcie IT blisko Ciebie."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Janina Nowak",
|
||||
handle: "Dyrektor SP nr 12",
|
||||
testimonial: "Vikomp znalazł problem w ciągu godziny i naprawił go na stałe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-infrastructure-systems-delivering-ai-automation-cloud-storage_482257-124360.jpg?_wi=1",
|
||||
imageAlt: "it service lab dark",
|
||||
},
|
||||
name: "Janina Nowak", handle: "Dyrektor SP nr 12", testimonial: "Vikomp znalazł problem w ciągu godziny i naprawił go na stałe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-infrastructure-systems-delivering-ai-automation-cloud-storage_482257-124360.jpg", imageAlt: "it service lab dark"},
|
||||
{
|
||||
name: "Marek Kowalski",
|
||||
handle: "Klient indywidualny",
|
||||
testimonial: "Laptop naprawiony w 24h, uczciwe podejście i świetna robota.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q&_wi=1",
|
||||
imageAlt: "laptop repair icon outline",
|
||||
},
|
||||
name: "Marek Kowalski", handle: "Klient indywidualny", testimonial: "Laptop naprawiony w 24h, uczciwe podejście i świetna robota.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q", imageAlt: "laptop repair icon outline"},
|
||||
{
|
||||
name: "Anna Piotrowska",
|
||||
handle: "Dyrektor Biura",
|
||||
testimonial: "Zero przestojów, pełen profesjonalizm i wiedza.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg?_wi=1",
|
||||
imageAlt: "game console icon",
|
||||
},
|
||||
name: "Anna Piotrowska", handle: "Dyrektor Biura", testimonial: "Zero przestojów, pełen profesjonalizm i wiedza.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg", imageAlt: "game console icon"},
|
||||
{
|
||||
name: "Piotr Zieliński",
|
||||
handle: "IT Manager",
|
||||
testimonial: "Najlepsze wsparcie w regionie, polecam każdemu.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg?_wi=1",
|
||||
imageAlt: "printer icon outline",
|
||||
},
|
||||
name: "Piotr Zieliński", handle: "IT Manager", testimonial: "Najlepsze wsparcie w regionie, polecam każdemu.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg", imageAlt: "printer icon outline"},
|
||||
{
|
||||
name: "Katarzyna Wójcik",
|
||||
handle: "Klientka",
|
||||
testimonial: "Szybko, tanio i bardzo solidnie. Polecam!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg?_wi=1",
|
||||
imageAlt: "network server icon",
|
||||
},
|
||||
name: "Katarzyna Wójcik", handle: "Klientka", testimonial: "Szybko, tanio i bardzo solidnie. Polecam!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg", imageAlt: "network server icon"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Umów naprawę",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Umów naprawę", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-infrastructure-systems-delivering-ai-automation-cloud-storage_482257-124360.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-infrastructure-systems-delivering-ai-automation-cloud-storage_482257-124360.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q",
|
||||
alt: "Avatar 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q", alt: "Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg",
|
||||
alt: "Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg", alt: "Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg",
|
||||
alt: "Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg", alt: "Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg",
|
||||
alt: "Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg", alt: "Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg",
|
||||
alt: "Avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg", alt: "Avatar 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Naprawa Laptopów",
|
||||
},
|
||||
type: "text", text: "Naprawa Laptopów"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wsparcie Sieciowe",
|
||||
},
|
||||
type: "text", text: "Wsparcie Sieciowe"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Serwis Konsol",
|
||||
},
|
||||
type: "text", text: "Serwis Konsol"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Obsługa Firm",
|
||||
},
|
||||
type: "text", text: "Obsługa Firm"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cyberbezpieczeństwo",
|
||||
},
|
||||
type: "text", text: "Cyberbezpieczeństwo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,49 +105,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Naprawa sprzętu",
|
||||
description: "Laptopy, PC, konsole - profesjonalny serwis.",
|
||||
icon: Laptop,
|
||||
title: "Naprawa sprzętu", description: "Laptopy, PC, konsole - profesjonalny serwis.", icon: Laptop,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q&_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg?_wi=1",
|
||||
imageAlt: "onsite support icon",
|
||||
},
|
||||
{
|
||||
title: "Sieci i Serwery",
|
||||
description: "Projektowanie i diagnostyka sieci firmowych.",
|
||||
icon: Globe,
|
||||
title: "Sieci i Serwery", description: "Projektowanie i diagnostyka sieci firmowych.", icon: Globe,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-cybersecurity-shield-network-background_84443-85964.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-cybersecurity-shield-network-background_84443-85964.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-cybersecurity-shield-network-background_84443-85964.jpg?_wi=2",
|
||||
imageAlt: "security icon shield",
|
||||
},
|
||||
{
|
||||
title: "Wsparcie On-Site",
|
||||
description: "Dojazd do firm i serwis drukarek.",
|
||||
icon: Wrench,
|
||||
title: "Wsparcie On-Site", description: "Dojazd do firm i serwis drukarek.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-infrastructure-systems-delivering-ai-automation-cloud-storage_482257-124360.jpg?_wi=3",
|
||||
imageAlt: "it service lab dark",
|
||||
},
|
||||
]}
|
||||
title="Wszystko, czego potrzebuje Twój sprzęt."
|
||||
@@ -218,45 +144,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marek Kowalski",
|
||||
role: "Klient",
|
||||
testimonial: "Uczciwe podejście i świetna robota.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q&_wi=3",
|
||||
imageAlt: "laptop repair icon outline",
|
||||
},
|
||||
id: "1", name: "Marek Kowalski", role: "Klient", testimonial: "Uczciwe podejście i świetna robota.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q", imageAlt: "laptop repair icon outline"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anna Piotrowska",
|
||||
role: "Dyrektor",
|
||||
testimonial: "Zero przestojów, pełen profesjonalizm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg?_wi=3",
|
||||
imageAlt: "game console icon",
|
||||
},
|
||||
id: "2", name: "Anna Piotrowska", role: "Dyrektor", testimonial: "Zero przestojów, pełen profesjonalizm.", imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg", imageAlt: "game console icon"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Janina Nowak",
|
||||
role: "Dyrektor Szkoły",
|
||||
testimonial: "W końcu sieć działa jak powinna.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg?_wi=3",
|
||||
imageAlt: "printer icon outline",
|
||||
},
|
||||
id: "3", name: "Janina Nowak", role: "Dyrektor Szkoły", testimonial: "W końcu sieć działa jak powinna.", imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg", imageAlt: "printer icon outline"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Piotr Zieliński",
|
||||
role: "IT Manager",
|
||||
testimonial: "Najlepsze wsparcie w regionie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg?_wi=3",
|
||||
imageAlt: "network server icon",
|
||||
},
|
||||
id: "4", name: "Piotr Zieliński", role: "IT Manager", testimonial: "Najlepsze wsparcie w regionie.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg", imageAlt: "network server icon"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Katarzyna Wójcik",
|
||||
role: "Klient",
|
||||
testimonial: "Szybko, tanio i solidnie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg?_wi=3",
|
||||
imageAlt: "onsite support icon",
|
||||
},
|
||||
id: "5", name: "Katarzyna Wójcik", role: "Klient", testimonial: "Szybko, tanio i solidnie.", imageSrc: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg", imageAlt: "onsite support icon"},
|
||||
]}
|
||||
title="Opinie klientów"
|
||||
description="Zaufanie potwierdzone latami współpracy."
|
||||
@@ -272,35 +168,15 @@ export default function LandingPage() {
|
||||
description="Poznaj specjalistów, którzy dbają o Twój sprzęt."
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jan Kowalski",
|
||||
role: "Technik Serwisu",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q&_wi=4",
|
||||
},
|
||||
id: "1", name: "Jan Kowalski", role: "Technik Serwisu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mmed2q"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anna Nowak",
|
||||
role: "Specjalista Sieci",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg?_wi=4",
|
||||
},
|
||||
id: "2", name: "Anna Nowak", role: "Specjalista Sieci", imageSrc: "http://img.b2bpic.net/free-psd/gamepad-game-controller-icon-isolated-3d-render-illustration_439185-11797.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marek Wisniewski",
|
||||
role: "Administrator IT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Marek Wisniewski", role: "Administrator IT", imageSrc: "http://img.b2bpic.net/free-photo/save-icon-front-side-with-white-background_187299-39945.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zofia Lewandowska",
|
||||
role: "Wsparcie Klienta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Zofia Lewandowska", role: "Wsparcie Klienta", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-dropbox-logo-isolated_53876-65413.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Piotr Wójcik",
|
||||
role: "Technik Mobilny",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg?_wi=4",
|
||||
},
|
||||
id: "5", name: "Piotr Wójcik", role: "Technik Mobilny", imageSrc: "http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,16 +185,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Kontakt"
|
||||
title="Zróbmy to razem"
|
||||
description="Wycena jest bezpłatna i niezobowiązująca. Skontaktuj się już dziś."
|
||||
buttons={[
|
||||
{
|
||||
text: "Wyślij zgłoszenie",
|
||||
href: "#",
|
||||
},
|
||||
text: "Wyślij zgłoszenie", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,29 +200,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Usługi",
|
||||
items: [
|
||||
title: "Usługi", items: [
|
||||
{
|
||||
label: "Naprawa",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Naprawa", href: "#services"},
|
||||
{
|
||||
label: "Sieci",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Sieci", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Firma",
|
||||
items: [
|
||||
title: "Firma", items: [
|
||||
{
|
||||
label: "O nas",
|
||||
href: "#",
|
||||
},
|
||||
label: "O nas", href: "#"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user