diff --git a/src/app/page.tsx b/src/app/page.tsx index e065d09..c8d497b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Facebook, Instagram, MapPin, Mail, Phone, Clock } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; @@ -28,22 +29,10 @@ export default function LandingPage() { @@ -181,23 +85,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} title="O nas w Zbiersku" - description="Jesteśmy lokalną restauracją, dla której priorytetem jest jakość i smak. Nasz zespół dba o to, by każda pizza i każdy kawałek kurczaka smakowały wyjątkowo." + description="Jesteśmy lokalną restauracją, dla której priorytetem jest jakość i smak." bulletPoints={[ - { - title: "Świeżość", - description: "Używamy tylko lokalnych, sprawdzonych składników.", - }, - { - title: "Pasja", - description: "Jedzenie to nasza wielka radość, którą chcemy się dzielić.", - }, - { - title: "Dostępność", - description: "Zapraszamy każdego na wyjątkowy posiłek w miłej atmosferze.", - }, + { title: "Świeżość", description: "Używamy tylko lokalnych, sprawdzonych składników." }, + { title: "Pasja", description: "Jedzenie to nasza wielka radość." }, + { title: "Dostępność", description: "Zapraszamy każdego na posiłek." }, ]} imageSrc="http://img.b2bpic.net/free-photo/handful-flour-with-egg-rustic-kitchen-against-background-men-s-hands-knead-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-467.jpg" - mediaAnimation="slide-up" /> @@ -207,46 +101,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Anna K.", - handle: "@anna", - testimonial: "Najlepsza pizza w Zbiersku, zawsze świeża!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-cropped-view-cheerful-black-woman-with-afro-hairstyle-eats-delicious-italian-pizza-from-boyfriends-hands_273609-18723.jpg", - }, - { - id: "2", - name: "Tomasz M.", - handle: "@tomasz", - testimonial: "Kurczak jest niezwykle chrupiący i soczysty.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-gardener-man-wearing-jumpsuit-hat-holding-pumpkin-going-bite-it-standing-blue-wall_141793-96787.jpg", - }, - { - id: "3", - name: "Marta S.", - handle: "@marta", - testimonial: "Szybka obsługa i bardzo dobre ceny.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", - }, - { - id: "4", - name: "Jan D.", - handle: "@jan", - testimonial: "Moje ulubione miejsce na szybki lunch.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-21839.jpg", - }, - { - id: "5", - name: "Katarzyna W.", - handle: "@kat", - testimonial: "Często zamawiam na wynos, pizza zawsze gorąca.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-while-sitting-table-with-food_23-2149187051.jpg", - }, + { id: "1", name: "Anna K.", handle: "@anna", testimonial: "Najlepsza pizza w Zbiersku, zawsze świeża!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-cropped-view-cheerful-black-woman-with-afro-hairstyle-eats-delicious-italian-pizza-from-boyfriends-hands_273609-18723.jpg" }, + { id: "2", name: "Tomasz M.", handle: "@tomasz", testimonial: "Kurczak jest niezwykle chrupiący i soczysty.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-gardener-man-wearing-jumpsuit-hat-holding-pumpkin-going-bite-it-standing-blue-wall_141793-96787.jpg" }, ]} showRating={true} title="Co mówią o nas klienci?" @@ -258,36 +114,24 @@ export default function LandingPage() {