Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -217,39 +217,38 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
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"},
|
||||
<ContactSplitForm
|
||||
title="Skontaktuj się z nami"
|
||||
description="Jesteśmy dostępni pod adresem: ul. Główna 1, 00-001 Warszawa lub biuro@jama-tel.eu"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Twoje imię" },
|
||||
{ name: "email", type: "email", placeholder: "Twój e-mail" },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "W czym możemy pomóc?" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv61q6&_wi=1"
|
||||
imageAlt="Biuro"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vv61q6&_wi=1"
|
||||
logoText="jama-tel.eu"
|
||||
columns={[
|
||||
{
|
||||
title: "O nas", items: [
|
||||
{
|
||||
label: "Kontakt", href: "#contact"},
|
||||
{
|
||||
label: "Oferta", href: "#features"},
|
||||
title: "Oferta", items: [
|
||||
{ label: "Światłowód", href: "#features" },
|
||||
{ label: "VoIP", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Prawne", items: [
|
||||
{
|
||||
label: "Polityka prywatności", href: "#"},
|
||||
title: "Firma", items: [
|
||||
{ label: "O nas", href: "#about" },
|
||||
{ label: "Kontakt", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="jama-tel.eu"
|
||||
copyrightText="© 2025 | jama-tel.eu"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user