diff --git a/src/app/page.tsx b/src/app/page.tsx index 1287177..74622f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,8 @@ export default function HomePage() { brandName="KNSZ Design" navItems={navItems} button={{ - text: "Időpontot kérek", href: "contact"}} + text: "Időpontot kérek", href: "contact" + }} /> @@ -59,17 +60,23 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg", imageAlt: "Természetes anyagokkal felújított hálószoba"}, + imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-bed_23-2149427956.jpg", imageAlt: "Természetes anyagokkal felújított hálószoba" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-natural-light-plants_9975-134630.jpg", imageAlt: "Világos, minimalist nappali"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-natural-light-plants_9975-134630.jpg", imageAlt: "Világos, minimalist nappali" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern, egészséges konyha"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern, egészséges konyha" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-wooden-desk-shelves-large-window_9975-33114.jpg", imageAlt: "Inspiráló otthoni irodai szoba"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-wooden-desk-shelves-large-window_9975-33114.jpg", imageAlt: "Inspiráló otthoni irodai szoba" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829673.jpg", imageAlt: "Wellness fürdőszoba kialakítás"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829673.jpg", imageAlt: "Wellness fürdőszoba kialakítás" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design_53876-128708.jpg", imageAlt: "Elegáns étkező terület"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design_53876-128708.jpg", imageAlt: "Elegáns étkező terület" + }, ]} /> @@ -78,7 +85,8 @@ export default function HomePage() {