Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-08 18:13:33 +00:00

View File

@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import About from '@/components/sections/about/TextAbout';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
return (
@@ -127,19 +127,12 @@ export default function LandingPage() {
</div>
<div id="hours" data-section="hours">
<About
<TextAbout
title="Godziny otwarcia"
tag="Dostępność"
containerClassName="py-20 text-center"
titleClassName="text-5xl font-extrabold"
>
<div className="mt-8 text-xl">
<p>Poniedziałek - Piątek: 08:00 - 20:00</p>
<p>Sobota: 09:00 - 15:00</p>
<p>Niedziela: Zamknięte</p>
<p className="mt-4">Adres: Edwarda Habicha 10, 02-495 Warszawa (Ursus)</p>
</div>
</About>
/>
</div>
<div id="footer" data-section="footer">