27 Commits

Author SHA1 Message Date
51c046aceb Update src/app/contact/page.tsx 2026-06-03 11:09:43 +00:00
9dc70640fa Update src/app/admissions/page.tsx 2026-06-03 11:09:43 +00:00
6c6ca5cbab Update src/app/programs/page.tsx 2026-06-03 11:07:25 +00:00
c2730eb14a Update src/app/contact/page.tsx 2026-06-03 11:07:24 +00:00
7f936efe82 Update src/app/admissions/page.tsx 2026-06-03 11:07:24 +00:00
006cc4d495 Update src/app/contact/page.tsx 2026-06-03 11:04:55 +00:00
bf0e9d725c Update src/app/admissions/page.tsx 2026-06-03 11:04:54 +00:00
cadd531446 Update src/app/page.tsx 2026-06-03 11:02:00 +00:00
3d8fafdbd6 Update src/app/about/page.tsx 2026-06-03 11:02:00 +00:00
8d120e15bd Update src/app/styles/variables.css 2026-06-03 10:59:11 +00:00
41a6619f62 Update src/app/styles/base.css 2026-06-03 10:59:10 +00:00
ebf92d21e4 Add src/app/programs/page.tsx 2026-06-03 10:59:10 +00:00
9199b4500f Add src/app/privacy/page.tsx 2026-06-03 10:59:10 +00:00
22571fa27b Update src/app/page.tsx 2026-06-03 10:59:09 +00:00
128dbc15ef Update src/app/contact/page.tsx 2026-06-03 10:59:09 +00:00
9eabd43341 Update src/app/admissions/page.tsx 2026-06-03 10:59:08 +00:00
bf6bcc092f Add src/app/about/page.tsx 2026-06-03 10:59:08 +00:00
c0790ab62a Merge version_2 into main
Merge version_2 into main
2026-06-03 10:57:10 +00:00
e0f0bdee3b Update src/app/admissions/page.tsx 2026-06-03 10:57:07 +00:00
6b7442b24c Merge version_2 into main
Merge version_2 into main
2026-06-03 10:56:41 +00:00
2c500ac6b8 Update src/app/contact/page.tsx 2026-06-03 10:56:38 +00:00
2a36f66dd5 Update src/app/admissions/page.tsx 2026-06-03 10:56:37 +00:00
b0a3c50cfe Merge version_2 into main
Merge version_2 into main
2026-06-03 10:55:45 +00:00
bc33f597dd Add src/app/student-life/page.tsx 2026-06-03 10:55:42 +00:00
a40147032c Update src/app/page.tsx 2026-06-03 10:55:41 +00:00
e3fd6c5162 Add src/app/contact/page.tsx 2026-06-03 10:55:41 +00:00
92384aca77 Add src/app/admissions/page.tsx 2026-06-03 10:55:40 +00:00

View File

@@ -0,0 +1,120 @@
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FooterCard from "@/components/sections/footer/FooterCard";
import { Sparkles, CalendarDays, Trophy, Instagram, Facebook, Linkedin } from "lucide-react";
const studentClubs = [
{
id: "1", title: "Chess Club", author: "Strategy & Logic", description: "Sharpen your mind and compete in friendly chess tournaments.", tags: ["Academic", "Recreational"],
imageSrc: "https://source.unsplash.com/random/800x600?chess,students"},
{
id: "2", title: "Debate Society", author: "Public Speaking", description: "Develop your rhetorical skills and engage in lively discussions.", tags: ["Academic", "Competitive"],
imageSrc: "https://source.unsplash.com/random/800x600?debate,students"},
{
id: "3", title: "Environmental Activism", author: "Sustainability", description: "Promote ecological awareness and participate in green initiatives.", tags: ["Community", "Social Impact"],
imageSrc: "https://source.unsplash.com/random/800x600?environment,students"},
{
id: "4", title: "Robotics Team", author: "Engineering & Tech", description: "Design, build, and program robots for various competitions.", tags: ["STEM", "Innovation"],
imageSrc: "https://source.unsplash.com/random/800x600?robotics,students"},
];
const studentEvents = [
{
id: "1", name: "Spring Music Festival", price: "April 20, 2025", variant: "Main Campus Green", imageSrc: "https://source.unsplash.com/random/800x600?music-festival,campus"},
{
id: "2", name: "Annual Career Fair", price: "March 15, 2025", variant: "University Convention Center", imageSrc: "https://source.unsplash.com/random/800x600?career-fair,students"},
{
id: "3", name: "Hackathon 2025", price: "February 28 - March 1, 2025", variant: "Computer Science Lab", imageSrc: "https://source.unsplash.com/random/800x600?hackathon,coding"},
{
id: "4", name: "Volunteer Day", price: "May 10, 2025", variant: "Local Community Projects", imageSrc: "https://source.unsplash.com/random/800x600?volunteering,students"},
];
const studentAchievements = [
{
id: "1", value: "Awarded", title: "National Debate Championship", description: "Our Debate Society secured first place in the national collegiate championship, showcasing exceptional rhetorical prowess.", imageSrc: "https://source.unsplash.com/random/800x600?trophy,debate"},
{
id: "2", value: "Published", title: "Research in Sustainable Energy", description: "A team of engineering students published groundbreaking research on renewable energy solutions in a peer-reviewed journal.", imageSrc: "https://source.unsplash.com/random/800x600?research,science"},
{
id: "3", value: "Won", title: "Inter-University Robotics Challenge", description: "The Robotics Team took home the top prize for their innovative autonomous drone design at the annual challenge.", imageSrc: "https://source.unsplash.com/random/800x600?robotics-award,engineering"},
{
id: "4", value: "Secured", title: "Prestigious Graduate Fellowships", description: "Multiple seniors received highly competitive fellowships to pursue advanced studies at leading global institutions.", imageSrc: "https://source.unsplash.com/random/800x600?graduation,fellowship"},
];
export default function StudentLifePage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Student Life", id: "/student-life" },
{ name: "News", id: "/news" }
]}
brandName="Luxuria"
button={{ text: "Plan Your Trip", href: "#contact" }}
/>
<FeatureCardTwentyFour
tag="Student Life"
tagIcon={Sparkles}
title="Clubs & Activities"
description="Discover a wide range of organizations and events to enrich your university experience."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={studentClubs}
/>
<ProductCardFour
tag="Student Life"
tagIcon={CalendarDays}
title="Upcoming Events & Important Dates"
description="Never miss out on important dates and exciting campus happenings."
textboxLayout="default"
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={studentEvents}
/>
<MetricCardEleven
tag="Student Life"
tagIcon={Trophy}
title="Celebrating Student Achievements"
description="Highlighting the successes and contributions of our talented student body."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
metrics={studentAchievements}
/>
<FooterCard
logoText="Luxuria"
copyrightText="© 2025 Luxuria Travel | Luxury Journeys Worldwide"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}