From 8d2de089114163a81429548c3b1fde8ced0344ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 10:08:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 357 +++++++++++------------------------------------ 1 file changed, 78 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 124bdcc..30e6f7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, BookOpen, Briefcase, DollarSign, Globe, GraduationCap, Lightbulb, Link, Rocket, Users } from "lucide-react"; +import { Award, BookOpen, Briefcase, DollarSign, Globe, GraduationCap, Lightbulb, Link, Rocket, Users, Languages } from "lucide-react"; export default function LandingPage() { return ( @@ -34,29 +34,17 @@ export default function LandingPage() {
@@ -417,30 +261,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What are the admission requirements for Bachelor's programs?", - content: "Applicants typically need to have completed secondary education, demonstrated English language proficiency, and pass an interview.", - }, + id: "q1", title: "What are the admission requirements for Bachelor's programs?", content: "Applicants typically need to have completed secondary education, demonstrated English language proficiency, and pass an interview."}, { - id: "q2", - title: "Are there scholarships available for international students?", - content: "EBS offers a limited number of scholarships based on academic merit and financial need. Please check our website for details.", - }, + id: "q2", title: "Are there scholarships available for international students?", content: "EBS offers a limited number of scholarships based on academic merit and financial need. Please check our website for details."}, { - id: "q3", - title: "What is the typical class size at EBS?", - content: "We maintain small class sizes to ensure personalized attention and foster an interactive learning environment.", - }, + id: "q3", title: "What is the typical class size at EBS?", content: "We maintain small class sizes to ensure personalized attention and foster an interactive learning environment."}, { - id: "q4", - title: "Does EBS offer career services?", - content: "Yes, our career center provides guidance, workshops, and networking opportunities to help students and alumni succeed.", - }, + id: "q4", title: "Does EBS offer career services?", content: "Yes, our career center provides guidance, workshops, and networking opportunities to help students and alumni succeed."}, { - id: "q5", - title: "What is student life like in Tallinn, Estonia?", - content: "Tallinn offers a vibrant and modern student city with a rich cultural scene, numerous startups, and a high quality of life.", - }, + id: "q5", title: "What is student life like in Tallinn, Estonia?", content: "Tallinn offers a vibrant and modern student city with a rich cultural scene, numerous startups, and a high quality of life."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to the most common questions about admissions, programs, and life at EBS." @@ -454,18 +283,13 @@ export default function LandingPage() {
@@ -474,62 +298,37 @@ export default function LandingPage() {