From b2a2b453ef6779ada0725c0a6ac561b830446688 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:02:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 153 ++++++++++++----------------------------------- 1 file changed, 37 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c970e2b..45fc1d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,60 +44,37 @@ export default function LandingPage() {
@@ -118,17 +87,11 @@ export default function LandingPage() { description="ZŠ Planá is located right on the main square of Planá, serving as a vibrant center of education and community development. We provide a supportive environment where children can thrive intellectually, socially, and creatively. Our dedicated teaching staff works closely with families to prepare our students for a bright future." bulletPoints={[ { - title: "Heart of Planá", - description: "Ideally located on the main square, easily accessible to our local community.", - }, + title: "Heart of Planá", description: "Ideally located on the main square, easily accessible to our local community."}, { - title: "Modern Education", - description: "Equipped with contemporary resources to foster learning and curiosity.", - }, + title: "Modern Education", description: "Equipped with contemporary resources to foster learning and curiosity."}, { - title: "Community Focus", - description: "We believe in the strength of partnerships between students, parents, and teachers.", - }, + title: "Community Focus", description: "We believe in the strength of partnerships between students, parents, and teachers."}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg?_wi=1" imageAlt="Students learning in a modern school setting" @@ -145,25 +108,13 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What is the admissions process?", - content: "You can contact our office directly to discuss enrollment openings and schedule a visit.", - }, + id: "1", title: "What is the admissions process?", content: "You can contact our office directly to discuss enrollment openings and schedule a visit."}, { - id: "2", - title: "Does the school provide lunch?", - content: "Yes, we have a fully equipped school canteen serving healthy, nutritious meals daily.", - }, + id: "2", title: "Does the school provide lunch?", content: "Yes, we have a fully equipped school canteen serving healthy, nutritious meals daily."}, { - id: "3", - title: "What extracurriculars are available?", - content: "We offer a variety of programs including art, sports, language clubs, and science workshops.", - }, + id: "3", title: "What extracurriculars are available?", content: "We offer a variety of programs including art, sports, language clubs, and science workshops."}, { - id: "4", - title: "What are the school hours?", - content: "Core classes typically run from 8:00 AM to 2:30 PM, with optional after-school care available.", - }, + id: "4", title: "What are the school hours?", content: "Core classes typically run from 8:00 AM to 2:30 PM, with optional after-school care available."}, ]} /> @@ -177,19 +128,9 @@ export default function LandingPage() { description="Meet the passionate educators and administrators leading ZŠ Planá." team={[ { - id: "1", - name: "Jana Nováková", - role: "Principal", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg?_wi=2", - imageAlt: "Principal", - }, + id: "1", name: "Jana Nováková", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg?_wi=2", imageAlt: "Principal"}, { - id: "2", - name: "Petr Svoboda", - role: "Head Teacher", - imageSrc: "http://img.b2bpic.net/free-photo/girls-walking-boys-with-backs-camera_259150-60373.jpg", - imageAlt: "Head Teacher", - }, + id: "2", name: "Petr Svoboda", role: "Head Teacher", imageSrc: "http://img.b2bpic.net/free-photo/girls-walking-boys-with-backs-camera_259150-60373.jpg", imageAlt: "Head Teacher"}, ]} /> @@ -201,22 +142,14 @@ export default function LandingPage() { description="Have questions about our school or admissions? We'd love to hear from you." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your message...", - rows: 4, + name: "message", placeholder: "Your message...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-vector/cool-banners-with-school-materials-flat-design_23-2147657397.jpg" @@ -230,40 +163,28 @@ export default function LandingPage() { logoText="ZŠ Planá" columns={[ { - title: "School Links", - items: [ + title: "Školní odkazy", items: [ { - label: "Home", - href: "#hero", - }, + label: "Domů", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "O nás", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Kontakt", href: "#contact"}, ], }, { - title: "Contact", - items: [ + title: "Kontakt", items: [ { - label: "náměstí, Planá", - href: "#", - }, + label: "náměstí, Planá", href: "#"}, { - label: "info@zsplana.cz", - href: "mailto:info@zsplana.cz", - }, + label: "info@zsplana.cz", href: "mailto:info@zsplana.cz"}, ], }, ]} - copyrightText="© 2025 ZŠ Planá. All rights reserved." + copyrightText="© 2025 ZŠ Planá. Všechna práva vyhrazena." /> ); -} +} \ No newline at end of file -- 2.49.1