Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user