diff --git a/src/app/page.tsx b/src/app/page.tsx index 234698d..c75bb60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,10 +23,10 @@ const navItems = [ const footerColumns = [ { title: "Navigáció", items: [ - { label: "Rólam", href: "/about" }, - { label: "Szolgáltatások", href: "/services" }, - { label: "Munkáim", href: "/portfolio" }, - { label: "Hogyan dolgozom", href: "/process" }, + { label: "Rólam", href: "#about" }, + { label: "Szolgáltatások", href: "#services" }, + { label: "Munkáim", href: "#portfolio" }, + { label: "Hogyan dolgozom", href: "#process" }, ], }, { @@ -79,7 +79,7 @@ export default function HomePage() { ]} avatarText="Nővel alapított, helyi lakberendezési vállalkozás" buttons={[ - { text: "Időpontot kérek", href: "/contact" }, + { text: "Időpontot kérek", href: "contact" }, { text: "Hívás most", href: "tel:+36302735403" }, ]} buttonAnimation="slide-up" @@ -108,7 +108,7 @@ export default function HomePage() { title: "Harmónia és funkció", description: "Szép és praktikus terek, ahol szívesen töltöd az időt", icon: Home, }, ]} - buttons={[{ text: "Több információ", href: "/services" }]} + buttons={[{ text: "Több információ", href: "services" }]} buttonAnimation="slide-up" mediaAnimation="slide-up" ariaLabel="About KNSZ Design" @@ -140,7 +140,7 @@ export default function HomePage() { id: 5, title: "Egészséges lakótér konsultáció", description: "Speciális tanácsadás a toxinmentes és wellness-központú lakóterek kialakításáról", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-training-mat_23-2148861102.jpg"}, ]} - buttons={[{ text: "Foglalj konzultációt", href: "/contact" }]} + buttons={[{ text: "Foglalj konzultációt", href: "contact" }]} buttonAnimation="slide-up" ariaLabel="Services section" /> @@ -169,7 +169,7 @@ export default function HomePage() { { id: "6", name: "Pilisvörösvár - Home Office Design", price: "Otthoni irodai tér kialakítása produktivitáshoz", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-wooden-desk-shelves-large-window_9975-33114.jpg"}, ]} - buttons={[{ text: "Az összes projekt", href: "/portfolio" }]} + buttons={[{ text: "Az összes projekt", href: "portfolio" }]} buttonAnimation="slide-up" ariaLabel="Portfolio gallery" /> @@ -215,7 +215,7 @@ export default function HomePage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Foglalj konzultációt", href: "/contact" }, + { text: "Foglalj konzultációt", href: "contact" }, { text: "Hívás most", href: "tel:+36302735403" }, ]} ariaLabel="Contact CTA section" @@ -233,4 +233,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}