Merge version_1 into main #1
334
src/app/page.tsx
334
src/app/page.tsx
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#programs",
|
||||
},
|
||||
{
|
||||
name: "Research",
|
||||
id: "#research",
|
||||
},
|
||||
{
|
||||
name: "Campus Life",
|
||||
id: "#campus",
|
||||
},
|
||||
{
|
||||
name: "Admissions",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Programs", id: "#programs" },
|
||||
{ name: "Research", id: "#research" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="LMU Munich"
|
||||
/>
|
||||
@@ -47,107 +42,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Excellence in Education, Impact on the World"
|
||||
description="Discover world-renowned programs, groundbreaking research, and a vibrant academic community in Munich. Join 50,000 students shaping tomorrow's leaders."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-palace-alexandru-ioan-cuza-romania_1268-20712.jpg",
|
||||
imageAlt: "LMU Main Building",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-students-outdoors-using-mobile-phone-laptop_171337-18284.jpg",
|
||||
imageAlt: "Students walking",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-researcher-working-modern-lab_1098-17084.jpg",
|
||||
imageAlt: "Research lab",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoors-bookshelf-modern-design-comfortable-armchair-generative-ai_188544-8941.jpg",
|
||||
imageAlt: "Historic library",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-air-ballon-flying-low-small-czech-city_181624-4484.jpg",
|
||||
imageAlt: "Munich aerial",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870049.jpg",
|
||||
imageAlt: "Lecture hall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-university-amphitheatre_23-2147679169.jpg",
|
||||
imageAlt: "Lecture hall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-summer-view-central-part-beautiful-ancient-ukrainian-city-chernivtsi-with-its-streets-old-residential-buildings-town-hall-churches-etc-beautiful-town_231208-34.jpg",
|
||||
imageAlt: "Munich aerial",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-large-building-with-glass-ceiling_181624-152.jpg",
|
||||
imageAlt: "Historic library",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
|
||||
imageAlt: "Research lab",
|
||||
},
|
||||
]}
|
||||
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/view-palace-alexandru-ioan-cuza-romania_1268-20712.jpg", imageAlt: "LMU Main Building" }, { imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-students-outdoors-using-mobile-phone-laptop_171337-18284.jpg", imageAlt: "Students walking" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-researcher-working-modern-lab_1098-17084.jpg", imageAlt: "Research lab" }, { imageSrc: "http://img.b2bpic.net/free-photo/indoors-bookshelf-modern-design-comfortable-armchair-generative-ai_188544-8941.jpg", imageAlt: "Historic library" }, { imageSrc: "http://img.b2bpic.net/free-photo/hot-air-ballon-flying-low-small-czech-city_181624-4484.jpg", imageAlt: "Munich aerial" }]}
|
||||
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-church-praying_23-2150870049.jpg", imageAlt: "Lecture hall" }, { imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-university-amphitheatre_23-2147679169.jpg", imageAlt: "Lecture hall" }, { imageSrc: "http://img.b2bpic.net/free-photo/aerial-summer-view-central-part-beautiful-ancient-ukrainian-city-chernivtsi-with-its-streets-old-residential-buildings-town-hall-churches-etc-beautiful-town_231208-34.jpg", imageAlt: "Munich aerial" }, { imageSrc: "http://img.b2bpic.net/free-photo/interior-large-building-with-glass-ceiling_181624-152.jpg", imageAlt: "Historic library" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg", imageAlt: "Research lab" }]}
|
||||
tag="Top-Tier University"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-roof-building-blue-sky_181624-34436.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/architectural-contrast-gothic-arches-modern-glass-building_169016-68485.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-monte-carlo-casino-facade-made-classic-style-monaco_1268-25666.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/students-holding-notebooks-talking_23-2147657126.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/munich-overview_181624-45129.jpg",
|
||||
alt: "Munich",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "QS World Ranking Top 50",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Excellence Initiative",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Research Hub",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Partners",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Our Programs", href: "#programs" }]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/beautiful-roof-building-blue-sky_181624-34436.jpg", alt: "Student 1" }, { src: "http://img.b2bpic.net/free-photo/architectural-contrast-gothic-arches-modern-glass-building_169016-68485.jpg", alt: "Student 2" }, { src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", alt: "Student 3" }, { src: "http://img.b2bpic.net/free-photo/view-monte-carlo-casino-facade-made-classic-style-monaco_1268-25666.jpg", alt: "Student 4" }, { src: "http://img.b2bpic.net/free-photo/students-holding-notebooks-talking_23-2147657126.jpg", alt: "Student 5" }]}
|
||||
marqueeItems={[{ type: "image", src: "http://img.b2bpic.net/free-photo/munich-overview_181624-45129.jpg", alt: "Munich" }, { type: "text", text: "QS World Ranking Top 50" }, { type: "text", text: "Excellence Initiative" }, { type: "text", text: "Research Hub" }, { type: "text", text: "Global Partners" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -156,12 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Tradition of Excellence"
|
||||
description="LMU Munich is one of Europe's leading universities, committed to the highest international standards in research and teaching. Founded in 1472, we offer a diverse range of studies spanning humanities, sciences, and medicine."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Mission", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-leading-team_23-2148868454.jpg"
|
||||
imageAlt="LMU academic mentorship"
|
||||
/>
|
||||
@@ -172,29 +70,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Humanities",
|
||||
description: "Global leader in research and cultural studies.",
|
||||
tag: "Faculty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-laboratory-interior_1098-17082.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Science & Tech",
|
||||
description: "Pioneering innovation in natural sciences and physics.",
|
||||
tag: "Faculty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-college_23-2147678837.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Medicine",
|
||||
description: "Renowned clinical programs and medical advancements.",
|
||||
tag: "Faculty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-students-brainstorming-new-project_23-2147664141.jpg",
|
||||
},
|
||||
]}
|
||||
features={[{ id: "1", title: "Humanities", description: "Global leader in research and cultural studies.", tag: "Faculty", imageSrc: "http://img.b2bpic.net/free-photo/modern-laboratory-interior_1098-17082.jpg" }, { id: "2", title: "Science & Tech", description: "Pioneering innovation in natural sciences and physics.", tag: "Faculty", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-college_23-2147678837.jpg" }, { id: "3", title: "Medicine", description: "Renowned clinical programs and medical advancements.", tag: "Faculty", imageSrc: "http://img.b2bpic.net/free-photo/creative-students-brainstorming-new-project_23-2147664141.jpg" }]}
|
||||
title="World-Class Academic Programs"
|
||||
description="Choose from over 300 degree programs designed to foster critical thinking, creativity, and professional success."
|
||||
/>
|
||||
@@ -206,23 +82,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50,000+",
|
||||
description: "Enrolled Students",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "150+",
|
||||
description: "Countries Represented",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "20",
|
||||
description: "Nobel Prize Laureates",
|
||||
},
|
||||
]}
|
||||
metrics={[{ id: "1", value: "50,000+", description: "Enrolled Students" }, { id: "2", value: "150+", description: "Countries Represented" }, { id: "3", value: "20", description: "Nobel Prize Laureates" }]}
|
||||
title="LMU by the Numbers"
|
||||
description="Global impact and academic depth through institutional data."
|
||||
/>
|
||||
@@ -234,50 +94,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Quantum Physics Lab",
|
||||
price: "Innovating",
|
||||
variant: "Research Unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-microscope-arrangement_23-2149731519.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bio-Ethics Institute",
|
||||
price: "Collaborating",
|
||||
variant: "Research Unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-male-professional-working-computer_74855-1589.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Global Economy Center",
|
||||
price: "Analyzing",
|
||||
variant: "Research Unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-studying-sharing-ideas_23-2147655953.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Artificial Intelligence",
|
||||
price: "Advancing",
|
||||
variant: "Research Unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-blue-background_23-2149731498.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Historical Archive",
|
||||
price: "Preserving",
|
||||
variant: "Research Unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-student-reading-near-tables_23-2147850731.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Environmental Science",
|
||||
price: "Protecting",
|
||||
variant: "Research Unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-restaurant-menu_23-2150520101.jpg",
|
||||
},
|
||||
]}
|
||||
products={[{ id: "1", name: "Quantum Physics Lab", price: "Innovating", variant: "Research Unit", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-microscope-arrangement_23-2149731519.jpg" }, { id: "2", name: "Bio-Ethics Institute", price: "Collaborating", variant: "Research Unit", imageSrc: "http://img.b2bpic.net/free-photo/serious-male-professional-working-computer_74855-1589.jpg" }, { id: "3", name: "Global Economy Center", price: "Analyzing", variant: "Research Unit", imageSrc: "http://img.b2bpic.net/free-photo/people-table-studying-sharing-ideas_23-2147655953.jpg" }, { id: "4", name: "Artificial Intelligence", price: "Advancing", variant: "Research Unit", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-blue-background_23-2149731498.jpg" }, { id: "5", name: "Historical Archive", price: "Preserving", variant: "Research Unit", imageSrc: "http://img.b2bpic.net/free-photo/male-student-reading-near-tables_23-2147850731.jpg" }, { id: "6", name: "Environmental Science", price: "Protecting", variant: "Research Unit", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-restaurant-menu_23-2150520101.jpg" }]}
|
||||
title="Groundbreaking Research"
|
||||
description="Our researchers lead discovery across diverse disciplines."
|
||||
/>
|
||||
@@ -288,43 +105,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Alumni",
|
||||
testimonial: "LMU gave me the critical perspective I needed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-graduation-ceremony-having-fun_23-2148505279.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "PhD Candidate",
|
||||
testimonial: "The collaborative research environment is truly unparalleled.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-woman-her-workplace-manages-variety-business-tasks-drinking-her-morning-coffee_482257-133406.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Student",
|
||||
testimonial: "Being in the heart of Munich is an inspiration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-girl-traveller-goes-sightseeing-travels-around-city-with-backpack-tourist-smiles_1258-196350.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Researcher",
|
||||
testimonial: "Facilities are at the cutting edge of science.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-her-desk_107420-96201.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Weber",
|
||||
role: "Exchange Student",
|
||||
testimonial: "I love the international culture here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg",
|
||||
},
|
||||
]}
|
||||
testimonials={[{ id: "1", name: "Sarah Johnson", role: "Alumni", testimonial: "LMU gave me the critical perspective I needed.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-graduation-ceremony-having-fun_23-2148505279.jpg" }, { id: "2", name: "Michael Chen", role: "PhD Candidate", testimonial: "The collaborative research environment is truly unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/successful-woman-her-workplace-manages-variety-business-tasks-drinking-her-morning-coffee_482257-133406.jpg" }, { id: "3", name: "Emily Rodriguez", role: "Student", testimonial: "Being in the heart of Munich is an inspiration.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-girl-traveller-goes-sightseeing-travels-around-city-with-backpack-tourist-smiles_1258-196350.jpg" }, { id: "4", name: "David Kim", role: "Researcher", testimonial: "Facilities are at the cutting edge of science.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-her-desk_107420-96201.jpg" }, { id: "5", name: "Elena Weber", role: "Exchange Student", testimonial: "I love the international culture here.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg" }]}
|
||||
title="Voices of LMU"
|
||||
description="Experiences and achievements of our global student body."
|
||||
/>
|
||||
@@ -334,23 +115,7 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I apply?",
|
||||
content: "You can apply through our online admissions portal.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there scholarships?",
|
||||
content: "Yes, we offer various merit and need-based scholarships.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is accommodation provided?",
|
||||
content: "We work closely with the Munich Studierendenwerk.",
|
||||
},
|
||||
]}
|
||||
faqs={[{ id: "1", title: "How do I apply?", content: "You can apply through our online admissions portal." }, { id: "2", title: "Are there scholarships?", content: "Yes, we offer various merit and need-based scholarships." }, { id: "3", title: "Is accommodation provided?", content: "We work closely with the Munich Studierendenwerk." }]}
|
||||
title="Admissions FAQ"
|
||||
description="Answers to common questions about your enrollment process."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -360,18 +125,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Connect With Us"
|
||||
title="Start Your Academic Journey"
|
||||
description="Ready to shape your future at one of the world's leading universities?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Admissions",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Admissions", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -379,47 +137,7 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg"
|
||||
logoText="LMU Munich"
|
||||
columns={[
|
||||
{
|
||||
title: "University",
|
||||
items: [
|
||||
{
|
||||
label: "About LMU",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Career",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Research",
|
||||
items: [
|
||||
{
|
||||
label: "Publications",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
{
|
||||
label: "Apply Now",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fees",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "University", items: [{ label: "About LMU", href: "#" }, { label: "Career", href: "#" }] }, { title: "Research", items: [{ label: "Publications", href: "#" }, { label: "Projects", href: "#" }] }, { title: "Admissions", items: [{ label: "Apply Now", href: "#" }, { label: "Fees", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user