From 81757a790a27c2858149e008f170074e5e499bb4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:58:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2183e3..3e786a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,9 @@ import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Compass, MapPin, Target, Users, Search, Navigation } from "lucide-react"; +import { Navigation } from "lucide-react"; export default function LandingPage() { return ( @@ -58,11 +57,17 @@ export default function LandingPage() { description="Real-time campus location search centered at VCET (9.88, 78.16). Find buildings, labs, and lecture halls." features={[ { - title: "Live Search", description: "Search by building name, department, or facility."}, + title: "Live Search", + description: "Search by building name, department, or facility.", videoSrc: "https://www.vcet.ac.in/map-video-1.mp4" + }, { - title: "Turn-by-Turn Directions", description: "Get precise paths from your current coordinate to any campus location."}, + title: "Turn-by-Turn Directions", + description: "Get precise paths from your current coordinate to any campus location.", videoSrc: "https://www.vcet.ac.in/map-video-2.mp4" + }, { - title: "Use My Location", description: "Quickly identify your position on the VCET campus map."} + title: "Use My Location", + description: "Quickly identify your position on the VCET campus map.", videoSrc: "https://www.vcet.ac.in/map-video-3.mp4" + } ]} /> @@ -76,6 +81,7 @@ export default function LandingPage() { subdescription="This tool provides an intuitive way for freshers and guests to explore the campus facilities without the confusion of traditional physical signage." mediaAnimation="opacity" icon={Navigation} + videoSrc="https://www.vcet.ac.in/about-video.mp4" /> @@ -93,18 +99,21 @@ export default function LandingPage() { logoText="VCET Navigator" columns={[ { - title: "Navigation", items: [ + title: "Navigation", + items: [ { label: "Map", href: "#map" }, { label: "About", href: "#about" }, ], }, { - title: "University", items: [ + title: "University", + items: [ { label: "Official Site", href: "https://www.vcet.ac.in" }, { label: "Contact", href: "#contact" }, ], }, ]} + videoSrc="https://www.vcet.ac.in/footer-video.mp4" /> -- 2.49.1