From 26098b23317c7647506cc3c758fb7377d7a99a0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 06:16:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 ++++++++++++++--------------------------------- 1 file changed, 47 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ef46f1..288314d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { GraduationCap } from "lucide-react"; +import { GraduationCap, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,16 +32,10 @@ export default function LandingPage() { @@ -142,43 +116,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Ana Marković", role: "Computer Science Graduate", company: "Sveučilište u Rijeci", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-woman_23-2148201895.jpg", imageAlt: "successful student graduate portrait professional"}, - { - id: "2", name: "Ivan Horvat", role: "International Exchange Student", company: "Sveučilište u Rijeci", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-thoughtful-curly-female-student-holds-digital-tablet-notebook-goes-university-wears-knitted-yellow-sweater-skirt-focused-away-stands-outdoors-against-urban-background_273609-60487.jpg", imageAlt: "international student portrait university campus"}, - { - id: "3", name: "Elena Petrović", role: "Law Student", company: "Sveučilište u Rijeci", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-businesswoman-suit_1098-22015.jpg", imageAlt: "university student graduate successful career"}, - { - id: "4", name: "Marko Ivić", role: "Engineering Alumnus", company: "Sveučilište u Rijeci", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-looking-camera-graduate-uniform-looking-cheerful-front-view_176474-57617.jpg", imageAlt: "university graduate young man professional"}, - { - id: "5", name: "Petra Stanić", role: "Economics Graduate", company: "Sveučilište u Rijeci", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-young-cheerful-students-standing-outdoors_171337-11818.jpg", imageAlt: "happy diverse student group university"}, + { id: "1", name: "Elena M.", role: "Visiting Professor", company: "Global University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman_23-2148767798.jpg" }, + { id: "2", name: "Marko H.", role: "Corporate Guest", company: "Rijeka Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman_23-2148767807.jpg" }, ]} - title="Student Experiences" - description="Voices from our vibrant academic community." - /> - - -
-
@@ -187,17 +129,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "How to apply?", content: "You can apply via our central student office or online portal during the admission period."}, - { - id: "q2", title: "Are there scholarships?", content: "Yes, we offer several merit-based and need-based scholarships for local and international students."}, - { - id: "q3", title: "Can international students apply?", content: "Absolutely. We encourage international applicants and have dedicated support services for you."}, - { - id: "q4", title: "What are the tuition and language requirements?", content: "Tuition fees are program-specific, and most undergraduate courses require Croatian proficiency, while postgraduate options may offer English tracks."} + { id: "q1", title: "How can I book the restaurant?", content: "Reservations can be made through our online booking system or by phone." }, + { id: "q2", title: "Is parking available?", content: "Yes, on-site parking is available for all event attendees and guests." }, + { id: "q3", title: "Where exactly is the entrance?", content: "You can find our exact location using the maps link in our header and footer." } ]} - title="Frequently Asked Questions" - description="Answers to common queries about university life, admissions, and studies." + title="Common Questions" + description="Quick information for our visitors and event organizers." faqsAnimation="slide-up" /> @@ -205,24 +142,22 @@ export default function LandingPage() {
-- 2.49.1