Update src/app/page.tsx
This commit is contained in:
228
src/app/page.tsx
228
src/app/page.tsx
@@ -33,68 +33,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="jama-tel.eu"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Przyszłość Twojej Łączności"
|
||||
description="Dostarczamy niezawodne usługi telekomunikacyjne dla biznesu i domu. Szybki internet, nowoczesna infrastruktura i wsparcie na najwyższym poziomie."
|
||||
buttons={[
|
||||
{
|
||||
text: "Sprawdź ofertę",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Sprawdź ofertę", href: "#features"},
|
||||
{
|
||||
text: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Kontakt", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv61q6&_wi=1",
|
||||
imageAlt: "fiber optic network background",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv61q6", imageAlt: "fiber optic network background"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6gobqu&_wi=1",
|
||||
imageAlt: "network communication digital interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6gobqu", imageAlt: "network communication digital interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bzbl0i&_wi=1",
|
||||
imageAlt: "digital signal communication wave",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bzbl0i", imageAlt: "digital signal communication wave"},
|
||||
{
|
||||
imageSrc: "asset://hero-extra-1",
|
||||
imageAlt: "modern cloud tech architecture",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv61q6", imageAlt: "modern cloud tech architecture"},
|
||||
{
|
||||
imageSrc: "asset://hero-extra-2",
|
||||
imageAlt: "data transfer light speed",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv61q6", imageAlt: "data transfer light speed"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -107,19 +82,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Wifi,
|
||||
label: "Stabilne łącza",
|
||||
value: "99.9%",
|
||||
},
|
||||
label: "Stabilne łącza", value: "99.9%"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Zadowolonych klientów",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Zadowolonych klientów", value: "5000+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Wsparcie techniczne",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Wsparcie techniczne", value: "24/7"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -132,28 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Światłowód",
|
||||
description: "Gigabitowe prędkości w Twoim domu.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv61q6&_wi=2",
|
||||
imageAlt: "fiber optic network background",
|
||||
title: "Światłowód", description: "Gigabitowe prędkości w Twoim domu.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Telefonia VoIP",
|
||||
description: "Obniż koszty rozmów w firmie.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Phone,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6gobqu&_wi=2",
|
||||
imageAlt: "fiber optic network background",
|
||||
title: "Telefonia VoIP", description: "Obniż koszty rozmów w firmie.", bentoComponent: "reveal-icon", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Wsparcie IT",
|
||||
description: "Monitoring Twojej sieci 24/7.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bzbl0i&_wi=2",
|
||||
imageAlt: "fiber optic network background",
|
||||
title: "Wsparcie IT", description: "Monitoring Twojej sieci 24/7.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Nasze technologie"
|
||||
@@ -168,34 +122,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "59 zł/mc",
|
||||
name: "Domowy",
|
||||
features: [
|
||||
"Internet 300Mb/s",
|
||||
"Brak limitów",
|
||||
],
|
||||
id: "1", price: "59 zł/mc", name: "Domowy", features: [
|
||||
"Internet 300Mb/s", "Brak limitów"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Wybierz",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Wybierz", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
price: "129 zł/mc",
|
||||
name: "Biznes",
|
||||
features: [
|
||||
"Internet 1Gb/s",
|
||||
"IP Statyczne",
|
||||
"Wsparcie priorytetowe",
|
||||
],
|
||||
id: "2", price: "129 zł/mc", name: "Biznes", features: [
|
||||
"Internet 1Gb/s", "IP Statyczne", "Wsparcie priorytetowe"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Wybierz",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Wybierz", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -211,22 +150,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500km",
|
||||
title: "Zainstalowanego światłowodu",
|
||||
items: [
|
||||
"Sieć miejska",
|
||||
"Obszary wiejskie",
|
||||
],
|
||||
id: "m1", value: "1500km", title: "Zainstalowanego światłowodu", items: [
|
||||
"Sieć miejska", "Obszary wiejskie"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12",
|
||||
title: "Lat doświadczenia",
|
||||
items: [
|
||||
"Innowacje",
|
||||
"Rozwój",
|
||||
],
|
||||
id: "m2", value: "12", title: "Lat doświadczenia", items: [
|
||||
"Innowacje", "Rozwój"],
|
||||
},
|
||||
]}
|
||||
title="Nasze osiągnięcia"
|
||||
@@ -241,59 +170,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jan Kowalski",
|
||||
role: "CEO",
|
||||
company: "Firma XYZ",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3764kg",
|
||||
},
|
||||
id: "1", name: "Jan Kowalski", role: "CEO", company: "Firma XYZ", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3764kg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anna Nowak",
|
||||
role: "Dyrektor",
|
||||
company: "Instytucja",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8momz2",
|
||||
},
|
||||
id: "2", name: "Anna Nowak", role: "Dyrektor", company: "Instytucja", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8momz2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Piotr Wiśniewski",
|
||||
role: "IT Manager",
|
||||
company: "TechSolutions",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2lkloj",
|
||||
},
|
||||
id: "3", name: "Piotr Wiśniewski", role: "IT Manager", company: "TechSolutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2lkloj"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marta Zielińska",
|
||||
role: "Właścicielka",
|
||||
company: "Kawiarnia",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zxkshc",
|
||||
},
|
||||
id: "4", name: "Marta Zielińska", role: "Właścicielka", company: "Kawiarnia", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zxkshc"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tomasz Borowski",
|
||||
role: "Freelancer",
|
||||
company: "Self-Employed",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kx0efm",
|
||||
},
|
||||
id: "5", name: "Tomasz Borowski", role: "Freelancer", company: "Self-Employed", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kx0efm"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Satysfakcja klientów",
|
||||
},
|
||||
value: "98%", label: "Satysfakcja klientów"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Aktywnych urządzeń",
|
||||
},
|
||||
value: "10k+", label: "Aktywnych urządzeń"},
|
||||
{
|
||||
value: "5ms",
|
||||
label: "Średni ping",
|
||||
},
|
||||
value: "5ms", label: "Średni ping"},
|
||||
]}
|
||||
title="Co mówią nasi klienci"
|
||||
description="Budujemy zaufanie poprzez rzetelność i najwyższą jakość usług."
|
||||
@@ -306,20 +204,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Jak szybko zainstalujecie internet?",
|
||||
content: "Standardowo do 5 dni roboczych.",
|
||||
},
|
||||
id: "f1", title: "Jak szybko zainstalujecie internet?", content: "Standardowo do 5 dni roboczych."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Czy macie wsparcie techniczne?",
|
||||
content: "Tak, nasze pogotowie techniczne działa 24/7.",
|
||||
},
|
||||
id: "f2", title: "Czy macie wsparcie techniczne?", content: "Tak, nasze pogotowie techniczne działa 24/7."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Czy oferujecie IP statyczne?",
|
||||
content: "Tak, w pakietach biznesowych.",
|
||||
},
|
||||
id: "f3", title: "Czy oferujecie IP statyczne?", content: "Tak, w pakietach biznesowych."},
|
||||
]}
|
||||
title="Częste pytania"
|
||||
description="Szybkie odpowiedzi na najczęściej zadawane pytania dotyczące naszych usług."
|
||||
@@ -331,16 +220,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Kontakt"
|
||||
title="Gotowy na zmianę?"
|
||||
description="Skontaktuj się z nami, a doradzimy Ci najlepsze rozwiązanie dla Twojego domu lub firmy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Napisz do nas",
|
||||
href: "mailto:biuro@jama-tel.eu",
|
||||
},
|
||||
text: "Napisz do nas", href: "mailto:biuro@jama-tel.eu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -349,25 +235,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "O nas",
|
||||
items: [
|
||||
title: "O nas", items: [
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
{
|
||||
label: "Oferta",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Oferta", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Prawne",
|
||||
items: [
|
||||
title: "Prawne", items: [
|
||||
{
|
||||
label: "Polityka prywatności",
|
||||
href: "#",
|
||||
},
|
||||
label: "Polityka prywatności", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -378,4 +256,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user