From e554ad4ad0f2511fa3d19199094223fb2f900b0f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:16:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 ++++++++++------------------------------------- 1 file changed, 34 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c2e186..1287177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,9 +40,7 @@ export default function HomePage() { brandName="KNSZ Design" navItems={navItems} button={{ - text: "Időpontot kérek", - href: "/kapcsolat", - }} + text: "Időpontot kérek", href: "contact"}} /> @@ -55,37 +53,24 @@ export default function HomePage() { tagIcon={Leaf} tagAnimation="slide-up" buttons={[ - { text: "Időpontot kérek", href: "/kapcsolat" }, + { text: "Időpontot kérek", href: "contact" }, { text: "Hívás most: +36 30 273 5403", href: "tel:+36302735403" }, ]} 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"}, ]} - useInvertedBackground={false} /> @@ -93,12 +78,8 @@ export default function HomePage() {