Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import { BookOpen, Mic, Star } from "lucide-react";
|
||||
|
||||
@@ -39,7 +38,6 @@ export default function LandingPage() {
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
@@ -53,8 +51,8 @@ export default function LandingPage() {
|
||||
title="Autonomous Robotics & Multi-agent Operations Research"
|
||||
description="Leading research in multi-robot systems, real-time optimization, and environmental intelligence under uncertainty at Georgia Southern University."
|
||||
buttons={[{ text: "Explore Research", href: "#about" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gigantic-kraken-resurfacing-from-ocean_23-2151816512.jpg"
|
||||
imageAlt="autonomous drone maritime technology"
|
||||
imageSrc="https://images.unsplash.com/photo-1581092160607-ee22531d0446?q=80&w=2070&auto=format&fit=crop"
|
||||
imageAlt="autonomous multi-robot operation systems visualization"
|
||||
mediaAnimation="slide-up"
|
||||
avatarText="Join our research team"
|
||||
/>
|
||||
@@ -132,26 +130,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Dr. D. Stilwell", role: "Professor", company: "Virginia Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-lab-coat_23-2149551158.jpg" },
|
||||
{ id: "2", name: "Dr. J. Jimenez", role: "Research Engineer", company: "JHU APL", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-neuroscience-laboratory-with-nobody-it-with-professional-equipment-ready-neurological-experiment-lab-with-brain-scan-monitor-medicine-industry-with-high-tech-facility_482257-29957.jpg" },
|
||||
{ id: "4", name: "Dr. B. Biggs", role: "Senior Engineer", company: "JHU APL", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-production-manager-looking-schematics_482257-119902.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "100%", label: "Research Driven" },
|
||||
{ value: "24/7", label: "Active Monitoring" },
|
||||
{ value: "Global", label: "Partnerships" }
|
||||
]}
|
||||
title="Collaborator Insights"
|
||||
description="Our lab thrives on cross-disciplinary insights. Partners at JHU APL provide critical domain knowledge in systems engineering that ensures our theoretical models are robust enough for real-world deployment in challenging environments."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
@@ -188,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user