diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a843e0..7fe9f2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,135 +32,60 @@ export default function LandingPage() {
@@ -172,18 +97,9 @@ export default function LandingPage() { title="Built for Students, by Students." description="Moving to a new country is hard. Finding housing, exploring Student Banking Options, getting a phone plan, navigating public transport — it shouldn't take weeks of stress. Savad.eu brings it all together in one place, in your language." bulletPoints={[ - { - title: "All-in-One Platform", - description: "Housing, banking, transport, food, discounts — every essential service curated for international students in Belgium.", - }, - { - title: "4 Languages", - description: "Switch between English, Nederlands, Français and Azərbaycanca. Fully localized.", - }, - { - title: "Stress-Free Navigation", - description: "Designed to simplify the complexities of settling in a new country.", - }, + { title: "All-in-One Platform", description: "Housing, banking, transport, food, discounts — every essential service curated for international students in Belgium." }, + { title: "4 Languages", description: "Switch between English, Nederlands, Français and Azərbaycanca. Fully localized." }, + { title: "Stress-Free Navigation", description: "Designed to simplify the complexities of settling in a new country." }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-people-living-together_23-2149358479.jpg" mediaAnimation="slide-up" @@ -196,38 +112,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - bentoComponent: "reveal-icon", - icon: Car, - title: "Mobility & Transport", - description: "Local transport passes, rental bikes, ride-sharing options and city navigation.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2x9bw", - imageAlt: "app integration conceptual tech", - }, - { - bentoComponent: "reveal-icon", - icon: Home, - title: "Housing Assistance", - description: "Verified student housing listings, temporary accommodation and roommate matching.", - imageSrc: "http://img.b2bpic.net/free-photo/amusement-browser-techie-wifi-cloud_53876-21331.jpg?_wi=2", - imageAlt: "app integration conceptual tech", - }, - { - bentoComponent: "reveal-icon", - icon: Wallet, - title: "Banking & Finance", - description: "Step-by-step guides to open a Belgian bank account with student-friendly options.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336579.jpg?_wi=2", - imageAlt: "app integration conceptual tech", - }, - { - bentoComponent: "reveal-icon", - icon: Smartphone, - title: "Mobile Connectivity", - description: "Compare student phone plans from Proximus, Orange, BASE and more.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-cube-shapes-sculpture_23-2150979722.jpg?_wi=2", - imageAlt: "app integration conceptual tech", - }, + { bentoComponent: "reveal-icon", icon: Car, title: "Mobility & Transport", description: "Local transport passes, rental bikes, ride-sharing options and city navigation." }, + { bentoComponent: "reveal-icon", icon: Home, title: "Housing Assistance", description: "Verified student housing listings, temporary accommodation and roommate matching." }, + { bentoComponent: "reveal-icon", icon: Wallet, title: "Banking & Finance", description: "Step-by-step guides to open a Belgian bank account with student-friendly options." }, + { bentoComponent: "reveal-icon", icon: Smartphone, title: "Mobile Connectivity", description: "Compare student phone plans from Proximus, Orange, BASE and more." }, ]} title="Key Services, One Platform" description="From your first day in Belgium to graduation — Savad.eu covers every essential service you need." @@ -240,24 +128,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "1", - icon: MapPin, - title: "Launch Cities", - value: "5+", - }, - { - id: "2", - icon: Briefcase, - title: "Essential Services", - value: "20+", - }, - { - id: "3", - icon: Globe, - title: "Supported Languages", - value: "4", - }, + { id: "1", icon: MapPin, title: "Launch Cities", value: "5+" }, + { id: "2", icon: Briefcase, title: "Essential Services", value: "20+" }, + { id: "3", icon: Globe, title: "Supported Languages", value: "4" }, ]} title="Scaling Belgian Student Life" description="Our platform is built to scale across the European student market, starting with Belgium's key hubs." @@ -269,12 +142,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "VUB", - "ULB", - "KU Leuven", - "UGent", - "UAntwerpen", - ]} + "VUB", "ULB", "KU Leuven", "UGent", "UAntwerpen"]} title="Trusted by Institutions" description="Building connections with Belgium's leading universities and international communities." /> @@ -284,31 +152,11 @@ export default function LandingPage() {