Merge version_2 into main #5
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user