diff --git a/src/app/page.tsx b/src/app/page.tsx index f6bfebe..bcbbaba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, Calendar, Info, MapPin, Phone, Scissors, Sparkles, Star, Zap } from "lucide-react"; +import { Award, Calendar, Info, MapPin, Phone, Scissors, Sparkles, Star, Zap, Home } from "lucide-react"; export default function LandingPage() { return ( @@ -53,10 +53,10 @@ export default function LandingPage() { dashboard={{ title: "Happy Men – Twój barbershop w Poznaniu", logoIcon: Scissors, imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-drinks-coffee-barbershop_613910-14697.jpg", sidebarItems: [ - { icon: "Home", active: true }, - { icon: "Calendar", active: false }, - { icon: "MapPin", active: false }, - { icon: "Phone", active: false }, + { icon: Home, active: true }, + { icon: Calendar, active: false }, + { icon: MapPin, active: false }, + { icon: Phone, active: false }, ], buttons: [ { text: "Rezerwacja", href: "https://booksy.com" }, @@ -65,13 +65,16 @@ export default function LandingPage() { stats: [ { title: "Opinie", values: ["4.9", "4.9", "4.9"], - valuePrefix: "★ ", description: "365 opinii od klientów"}, + valuePrefix: "★ ", description: "365 opinii od klientów" + }, { title: "Lokalizacja", values: ["Centrum", "Poznania", "23 Lutego"], - description: "ul. 23 Lutego 29/33"}, + description: "ul. 23 Lutego 29/33" + }, { title: "Doświadczenie", values: ["10+", "lat", "usług"], - description: "Profesjonalni barberzy"}, + description: "Profesjonalni barberzy" + }, ], chartTitle: "Dostępne usługi", chartData: [ { value: 90 }, @@ -81,11 +84,12 @@ export default function LandingPage() { { value: 117 }, ], listTitle: "Polecane usługi", listItems: [ - { icon: "Scissors", title: "Strzyżenie włosów", status: "90 zł" }, - { icon: "Zap", title: "Combo - włosy & broda", status: "126 zł" }, - { icon: "Sparkles", title: "Trymowanie brody", status: "72 zł" }, + { icon: Scissors, title: "Strzyżenie włosów", status: "90 zł" }, + { icon: Zap, title: "Combo - włosy & broda", status: "126 zł" }, + { icon: Sparkles, title: "Trymowanie brody", status: "72 zł" }, ], - searchPlaceholder: "Szukaj usług..."}} + searchPlaceholder: "Szukaj usług..." + }} /> @@ -115,17 +119,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Strzyżenie włosów", price: "90 zł", imageSrc: "http://img.b2bpic.net/free-photo/bearded-client-just-got-good-beardcare-from-talanted-trendy-barber_613910-21575.jpg", imageAlt: "Profesjonalne strzyżenie męskie"}, + id: "1", name: "Strzyżenie włosów", price: "90 zł", imageSrc: "http://img.b2bpic.net/free-photo/bearded-client-just-got-good-beardcare-from-talanted-trendy-barber_613910-21575.jpg", imageAlt: "Profesjonalne strzyżenie męskie" + }, { - id: "2", name: "Combo - włosy & broda", price: "126 zł", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barbershop_23-2148506248.jpg", imageAlt: "Kompleksowa usługa włosów i brody"}, + id: "2", name: "Combo - włosy & broda", price: "126 zł", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barbershop_23-2148506248.jpg", imageAlt: "Kompleksowa usługa włosów i brody" + }, { - id: "3", name: "Trymowanie brody", price: "72 zł", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-deals-foam_613910-4270.jpg", imageAlt: "Precyzyjne trymowanie brody"}, + id: "3", name: "Trymowanie brody", price: "72 zł", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-deals-foam_613910-4270.jpg", imageAlt: "Precyzyjne trymowanie brody" + }, { - id: "4", name: "Buzz Cut", price: "81 zł", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-barber-shop-close-up_23-2148465213.jpg", imageAlt: "Klasyczne krótkie strzyżenie"}, + id: "4", name: "Buzz Cut", price: "81 zł", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-barber-shop-close-up_23-2148465213.jpg", imageAlt: "Klasyczne krótkie strzyżenie" + }, { - id: "5", name: "Strzyżenie nożyczkami", price: "117 zł", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair_23-2148940865.jpg", imageAlt: "Strzyżenie dłuższych włosów"}, + id: "5", name: "Strzyżenie nożyczkami", price: "117 zł", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair_23-2148940865.jpg", imageAlt: "Strzyżenie dłuższych włosów" + }, { - id: "6", name: "Tata + Syn", price: "144 zł", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-man-with-shaving-cream_23-2149435030.jpg", imageAlt: "Wspólna wizyta dla taty i syna"}, + id: "6", name: "Tata + Syn", price: "144 zł", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-man-with-shaving-cream_23-2149435030.jpg", imageAlt: "Wspólna wizyta dla taty i syna" + }, ]} /> @@ -171,22 +181,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Piotr Kowalski", role: "Manager", company: "TechCorp Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", imageAlt: "Portret Piotra Kowalskiego"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", imageAlt: "Portret Piotra Kowalskiego" + }, { id: "2", name: "Marcin Lewandowski", role: "Przedsiębiorca", company: "StartUp Poznań", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-young-man-smiling_74855-2722.jpg", imageAlt: "Portret Marcina Lewandowskiego"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-young-man-smiling_74855-2722.jpg", imageAlt: "Portret Marcina Lewandowskiego" + }, { id: "3", name: "Kamil Wojtczak", role: "Projektant", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-turn-head-camera-smiling-happy-standing-blue-background_1258-162742.jpg", imageAlt: "Portret Kamila Wojtczaka"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-turn-head-camera-smiling-happy-standing-blue-background_1258-162742.jpg", imageAlt: "Portret Kamila Wojtczaka" + }, { id: "4", name: "Adrian Dąbrowski", role: "Inżynier", company: "InnovateLab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", imageAlt: "Portret Adriana Dąbrowskiego"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", imageAlt: "Portret Adriana Dąbrowskiego" + }, { id: "5", name: "Bartosz Zieliński", role: "Konsultant", company: "Business Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "Portret Bartosza Zielińskiego"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "Portret Bartosza Zielińskiego" + }, { id: "6", name: "Rafał Nowak", role: "Sprzedawca", company: "Retail Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-beautiful-men-with-fashionable-hairstyle-beard-pointing-up_176420-15817.jpg", imageAlt: "Portret Rafała Nowaka"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-beautiful-men-with-fashionable-hairstyle-beard-pointing-up_176420-15817.jpg", imageAlt: "Portret Rafała Nowaka" + }, ]} />