Files
fb89c587-cd24-40f8-a9c3-367…/src/app/page.tsx
2026-04-27 16:59:10 +00:00

419 lines
12 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmall"
background="floatingGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Admissions",
id: "admissions",
},
{
name: "Research",
id: "research",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="UBKV"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
title="Growing Knowledge, Cultivating the Future"
description="Uttar Banga Krishi Viswavidyalaya: A beacon of agricultural excellence and research innovation in North Bengal since 2001."
buttons={[
{
text: "Explore Admissions",
href: "#admissions",
},
{
text: "Virtual Campus Tour",
href: "#contact",
},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-18179.jpg?_wi=1",
imageAlt: "Campus Landscape",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-researcher-laboratory-with-safety-glasses-plant_23-2148776175.jpg?_wi=1",
imageAlt: "Students in Field",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134950.jpg?_wi=1",
imageAlt: "Biotech Lab",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-growth-greenhouse-illuminated-by-yellow-generated-by-ai_188544-38539.jpg?_wi=1",
imageAlt: "Smart Farming",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg?_wi=1",
imageAlt: "Convocation",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/grand-serene-academic-library-featuring-traditional-architecture-quiet-study_482257-125460.jpg",
imageAlt: "Green Campus",
},
]}
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={true}
title="Legacy of Agricultural Excellence"
description="Established in 2001, UBKV has been dedicated to transforming agricultural science and education in North Bengal. We bridge traditional wisdom with modern biotech research to serve the farming community."
buttons={[
{
text: "Read More",
href: "#",
},
{
text: "Download Brochure",
href: "#",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/brown-white-concrete-building-blue-sky-daytime_246466-17.jpg"
imageAlt="About UBKV"
/>
</div>
<div id="faculties" data-section="faculties">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Agriculture",
tags: [
"UG",
"PG",
],
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-fireplace-surrounded-by-leafless-trees-grassy-field-daytime_181624-4250.jpg",
imageAlt: "green agricultural fields sunrise",
},
{
id: "f2",
title: "Horticulture",
tags: [
"UG",
"PG",
"PhD",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-18179.jpg?_wi=2",
imageAlt: "green agricultural fields sunrise",
},
{
id: "f3",
title: "Technology",
tags: [
"B.Tech",
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-researcher-laboratory-with-safety-glasses-plant_23-2148776175.jpg?_wi=2",
imageAlt: "green agricultural fields sunrise",
},
{
id: "f4",
title: "Research Centers",
tags: [
"Innovation",
],
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134950.jpg?_wi=2",
imageAlt: "green agricultural fields sunrise",
},
{
id: "f5",
title: "Extension Education",
tags: [
"Community",
],
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-growth-greenhouse-illuminated-by-yellow-generated-by-ai_188544-38539.jpg?_wi=2",
imageAlt: "green agricultural fields sunrise",
},
{
id: "f6",
title: "Innovation Cell",
tags: [
"Startups",
],
imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg?_wi=2",
imageAlt: "green agricultural fields sunrise",
},
]}
title="Academic Faculties"
description="Offering comprehensive degrees and specialized research opportunities."
/>
</div>
<div id="admissions" data-section="admissions">
<PricingCardTwo
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
plans={[
{
id: "ug",
badge: "Apply",
price: "UG Programs",
subtitle: "For High School Graduates",
features: [
"Entrance-based",
"Merit-based",
"Counselling",
],
buttons: [
{
text: "Apply Now",
href: "#",
},
],
},
{
id: "pg",
badge: "Apply",
price: "PG Programs",
subtitle: "Advanced Research",
features: [
"Core Agriculture",
"Horticulture",
"Research Focus",
],
buttons: [
{
text: "Apply Now",
href: "#",
},
],
},
{
id: "phd",
badge: "Apply",
price: "PhD Programs",
subtitle: "Doctoral Excellence",
features: [
"Lab-intensive",
"Funding available",
"International links",
],
buttons: [
{
text: "Apply Now",
href: "#",
},
],
},
]}
title="Admissions Dashboard"
description="Your journey to agricultural leadership starts here."
/>
</div>
<div id="research" data-section="research">
<MetricCardEleven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "25+",
title: "Years Legacy",
description: "Academic prestige",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-photo-chernivtsi-buildings-street-european-city_231208-40.jpg",
},
{
id: "m2",
value: "3",
title: "Major Faculties",
description: "Diverse expertise",
imageSrc: "http://img.b2bpic.net/free-photo/students-lying-grass-studying_23-2147657102.jpg",
},
{
id: "m3",
value: "1000+",
title: "Students",
description: "Active learners",
imageSrc: "http://img.b2bpic.net/free-photo/beakers-equipment-table-factory-laboratory_1359-309.jpg",
},
]}
title="Research & Innovation"
description="Advancing climate-smart agriculture through data."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="UBKV provided me the platform to bridge my agricultural passion with real-world technological solutions. The atmosphere is truly world-class."
rating={5}
author="Dr. Ananya Ray"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/afro-woman-drilling-wall-with-electric-drill_58466-10802.jpg",
alt: "Student",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-woman-with-glasses-library_23-2148680197.jpg",
alt: "Professor",
},
{
src: "http://img.b2bpic.net/free-photo/professional-medical-development-scientist-laboratory_482257-10502.jpg",
alt: "Grad",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
alt: "PhD",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-woman-with-agenda_23-2148357608.jpg",
alt: "Expert",
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
text="Join the Future of Agricultural Excellence. Reach out to our admissions team for personalized counseling and support."
buttons={[
{
text: "Contact Us",
href: "#",
},
{
text: "Apply Now",
href: "#",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About UBKV",
href: "#about",
},
{
label: "Departments",
href: "#",
},
{
label: "Research",
href: "#research",
},
],
},
{
items: [
{
label: "UG Programs",
href: "#",
},
{
label: "PG Programs",
href: "#",
},
{
label: "PhD Programs",
href: "#",
},
],
},
{
items: [
{
label: "Quick Links",
href: "#",
},
{
label: "Notices",
href: "#",
},
{
label: "Gallery",
href: "#",
},
],
},
{
items: [
{
label: "Pundibari, West Bengal",
href: "#",
},
{
label: "contact@ubkv.ac.in",
href: "mailto:contact@ubkv.ac.in",
},
],
},
]}
logoText="UBKV"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}