5 Commits

Author SHA1 Message Date
549a57d6ea Update src/app/page.tsx 2026-06-11 08:27:06 +00:00
d14264d613 Merge version_9 into main
Merge version_9 into main
2026-06-11 08:25:02 +00:00
19b1b8ab01 Update src/app/page.tsx 2026-06-11 08:24:59 +00:00
efea20d108 Merge version_8 into main
Merge version_8 into main
2026-06-11 08:14:27 +00:00
b1404284b0 Merge version_8 into main
Merge version_8 into main
2026-06-11 08:14:03 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
background={{
variant: "plain"}}
title="Unlock Your Future with Language Mastery"
description="FBS Future Business School offers high-quality language courses in English, French, Italian, and Dutch for students, professionals, and corporate clients."
description="FBS Future Business School offers high-quality language courses in English and French for students, professionals, and corporate clients."
buttons={[
{
text: "Explore Courses", href: "#courses"},
@@ -148,28 +148,10 @@ export default function LandingPage() {
reviewCount: "110 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-working-with-book_23-2147664169.jpg", imageAlt: "One-on-one private language tutor with a student"},
{
id: "p7", brand: "English Course", name: "Business English for Professionals", price: "", rating: 5,
reviewCount: "130 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg?_wi=1", imageAlt: "Business English textbook and office setting"},
{
id: "p10", brand: "Italian Course", name: "Beginner Italian (A1-A2)", price: "", rating: 5,
reviewCount: "100 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/photo-happy-women-different-races-laugh-as-watch-funny-video-internet-website_273609-18158.jpg", imageAlt: "Italian language beginner course materials"},
{
id: "p11", brand: "Italian Course", name: "Intermediate Italian (B1-B2)", price: "", rating: 5,
reviewCount: "80 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-hav7ekke.jpg?_wi=1", imageAlt: "Italian language intermediate course materials"},
{
id: "p12", brand: "Italian Course", name: "Advanced Italian (C1-C2)", price: "", rating: 5,
reviewCount: "60 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-954.jpg?_wi=2", imageAlt: "Italian language advanced course materials"},
{
id: "p13", brand: "Dutch Course", name: "Beginner Dutch (A1-A2)", price: "", rating: 5,
reviewCount: "90 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cozy-courtyards-amsterdam-benches-bicycles-flowers-tubs_1321-1763.jpg", imageAlt: "Dutch language beginner course materials"},
{
id: "p14", brand: "Dutch Course", name: "Intermediate Dutch (B1-B2)", price: "", rating: 5,
reviewCount: "70 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/workers-getting-back-office_23-2149161673.jpg?_wi=2", imageAlt: "Dutch language intermediate course materials"},
{
id: "p15", brand: "Dutch Course", name: "Advanced Dutch (C1-C2)", price: "", rating: 5,
reviewCount: "50 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361551.jpg?_wi=2", imageAlt: "Dutch language advanced course materials"}
reviewCount: "130 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg?_wi=1", imageAlt: "Business English textbook and office setting"}
]}
title="Comprehensive Language Programs"
description="Explore our diverse range of language courses, from beginner to advanced, tailored to your learning pace and goals. Master English, French, Italian, or Dutch."
description="Explore our diverse range of language courses, from beginner to advanced, tailored to your learning pace and goals. Master English or French."
/>
</div>
@@ -309,4 +291,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}