From 5c2e6922e99d3835e09f7963aa738d5a59bf2001 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:04:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++--------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4af3707..cf4b7b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; @@ -41,28 +41,18 @@ export default function LandingPage() {
-
@@ -123,18 +113,14 @@ export default function LandingPage() { columns={[ { title: "Warsztat", items: [ - { - label: "O nas", href: "#"}, - { - label: "Usługi", href: "#services"}, + { label: "O nas", href: "#" }, + { label: "Usługi", href: "#services" }, ], }, { title: "Kontakt", items: [ - { - label: "Główna 18A, Lublin", href: "#"}, - { - label: "Tel: 606 157 441", href: "tel:606157441"}, + { label: "Główna 18A, Lublin", href: "#" }, + { label: "Tel: 606 157 441", href: "tel:606157441" }, ], }, ]}