Update src/app/campus/page.tsx

This commit is contained in:
2026-03-05 13:22:35 +00:00
parent 320874be4d
commit 19598f2e82

View File

@@ -34,7 +34,7 @@ export default function CampusPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -52,10 +52,7 @@ export default function CampusPage() {
<TextSplitAbout
title="World-Class Campus Facilities"
description={[
"Our sprawling 32-acre campus in Vijayawada is designed to provide a vibrant and conducive environment for learning, research, and personal development. Every facility is meticulously planned to support academic excellence and student well-being.",
"From state-of-the-art laboratories and modern classrooms to recreational facilities and comfortable hostels, NRIIT provides everything students need for a transformative college experience.",
"Our campus combines traditional academic values with modern amenities, creating an ideal setting where students can focus on their studies while enjoying a balanced college life with sports, cultural activities, and community engagement.",
]}
"Our sprawling 32-acre campus in Vijayawada is designed to provide a vibrant and conducive environment for learning, research, and personal development. Every facility is meticulously planned to support academic excellence and student well-being.", "From state-of-the-art laboratories and modern classrooms to recreational facilities and comfortable hostels, NRIIT provides everything students need for a transformative college experience.", "Our campus combines traditional academic values with modern amenities, creating an ideal setting where students can focus on their studies while enjoying a balanced college life with sports, cultural activities, and community engagement."]}
buttons={[
{ text: "Schedule Campus Tour", href: "#" },
{ text: "Photo Gallery", href: "#" },
@@ -74,49 +71,21 @@ export default function CampusPage() {
tagIcon={Building}
products={[
{
id: "1",
brand: "Academic",
name: "Advanced Laboratories",
price: "State-of-the-Art",
rating: 5,
reviewCount: "Equipped",
imageSrc:
"http://img.b2bpic.net/free-photo/empty-laboratory-with-nobody-it-prepared-genetic-test-using-professional-microscope_482257-2120.jpg?_wi=9",
imageAlt: "Advanced laboratory facilities",
},
id: "1", brand: "Academic", name: "Advanced Laboratories", price: "State-of-the-Art", rating: 5,
reviewCount: "Equipped", imageSrc:
"http://img.b2bpic.net/free-photo/empty-laboratory-with-nobody-it-prepared-genetic-test-using-professional-microscope_482257-2120.jpg", imageAlt: "Advanced laboratory facilities"},
{
id: "2",
brand: "Learning",
name: "Central Library",
price: "50,000+ Books",
rating: 5,
reviewCount: "Digital",
imageSrc:
"http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg?_wi=3",
imageAlt: "Modern central library",
},
id: "2", brand: "Learning", name: "Central Library", price: "50,000+ Books", rating: 5,
reviewCount: "Digital", imageSrc:
"http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg", imageAlt: "Modern central library"},
{
id: "3",
brand: "Student Life",
name: "Hostels & Amenities",
price: "Comfortable",
rating: 5,
reviewCount: "Secure",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598840.jpg?_wi=2",
imageAlt: "Student hostel facilities",
},
id: "3", brand: "Student Life", name: "Hostels & Amenities", price: "Comfortable", rating: 5,
reviewCount: "Secure", imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598840.jpg", imageAlt: "Student hostel facilities"},
{
id: "4",
brand: "Recreation",
name: "Sports Complex",
price: "Multi-facility",
rating: 5,
reviewCount: "Active",
imageSrc:
"http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=4",
imageAlt: "Sports and recreation complex",
},
id: "4", brand: "Recreation", name: "Sports Complex", price: "Multi-facility", rating: 5,
reviewCount: "Active", imageSrc:
"http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg", imageAlt: "Sports and recreation complex"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -135,7 +104,7 @@ export default function CampusPage() {
{ text: "Book a Campus Tour", href: "#" },
{ text: "Virtual Tour", href: "#" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -147,24 +116,16 @@ export default function CampusPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/nriit",
ariaLabel: "Facebook",
},
href: "https://facebook.com/nriit", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "https://twitter.com/nriit",
ariaLabel: "Twitter",
},
href: "https://twitter.com/nriit", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/nriit",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/nriit", ariaLabel: "LinkedIn"},
{
icon: Instagram,
href: "https://instagram.com/nriit",
ariaLabel: "Instagram",
},
href: "https://instagram.com/nriit", ariaLabel: "Instagram"},
]}
/>
</div>