diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e4e7c1..330564b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -28,14 +28,10 @@ export default function LandingPage() { @@ -125,12 +75,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - id: "f1", title: "Fryzjerstwo", description: "Profesjonalne cięcia, koloryzacje premium i pielęgnacja włosów.", imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=2"}, - { - id: "f2", title: "Kosmetologia", description: "Masaże Kobido, pielęgnacja twarzy, manicure i pedicure.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg?_wi=2"}, - { - id: "f3", title: "Specjalne Rytuały", description: "Head Spa, masaże transbukalne oraz onkologiczne masaże.", imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=3"}, + { id: "f1", title: "Fryzjerstwo", description: "Profesjonalne cięcia i koloryzacje premium." }, + { id: "f2", title: "Kosmetologia", description: "Masaże Kobido i pielęgnacja twarzy." }, + { id: "f3", title: "Rytuały", description: "Unikalne sesje Head Spa." }, ]} title="Nasze usługi" description="Zadbaj o siebie dzięki naszej szerokiej ofercie zabiegów pielęgnacyjnych." @@ -151,57 +98,31 @@ export default function LandingPage() {