Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2505c814d | |||
| e37ddd554b | |||
| 34e8591371 | |||
| f9e34f02f9 | |||
| e4e8862418 | |||
| d9d2c82f5f | |||
| 72756c7b63 | |||
| 895c11867d | |||
| f1377d4dbd | |||
| fb3a93a70c | |||
| 5c261ab878 | |||
| 058bbec64a | |||
| 956fdbea41 | |||
| bdf1872844 | |||
| b3b2a797d3 | |||
| 75cd6a2a66 | |||
| 32dbb64ea3 |
@@ -1,120 +0,0 @@
|
||||
"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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user