|
|
|
|
@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
|
import { Award, CheckCircle, Shield, Zap, Phone, Mail, MapPin } from "lucide-react";
|
|
|
|
|
import { Award, CheckCircle, Shield, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -140,9 +140,9 @@ export default function LandingPage() {
|
|
|
|
|
groups={[
|
|
|
|
|
{
|
|
|
|
|
id: "g1", groupTitle: "Leadership", members: [
|
|
|
|
|
{ id: "mem1", title: "Commander", subtitle: "SOG Lead", detail: "Leading with tactical foresight and discipline.", imageSrc: "http://img.b2bpic.net/free-photo/male-soldier-camouflage-fighting-with-gun-dark-wall_140725-95956.jpg" },
|
|
|
|
|
{ id: "mem2", title: "Captain", subtitle: "Tactical Operations", detail: "Ensuring precision across all mission parameters.", imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321648.jpg" },
|
|
|
|
|
{ id: "mem3", title: "Lieutenant", subtitle: "Training Division", detail: "Focusing on elite skill mastery.", imageSrc: "http://img.b2bpic.net/free-photo/young-soldier-affected-by-ptsd-effect_23-2149235528.jpg" },
|
|
|
|
|
{ id: "mem1", title: "Commander", subtitle: "SOG Lead", detail: "Leading with tactical foresight and discipline.", imageSrc: "https://img.b2bpic.net/free-photo/special-forces-swat-officers-tactical-vests-patrolling-area_23-2149591460.jpg", imageAlt: "SOG swat officer" },
|
|
|
|
|
{ id: "mem2", title: "Captain", subtitle: "Tactical Operations", detail: "Ensuring precision across all mission parameters.", imageSrc: "https://img.b2bpic.net/free-photo/special-forces-swat-officers-carrying-weapon-during-mission_23-2149591456.jpg", imageAlt: "SOG tactical team" },
|
|
|
|
|
{ id: "mem3", title: "Lieutenant", subtitle: "Training Division", detail: "Focusing on elite skill mastery.", imageSrc: "https://img.b2bpic.net/free-photo/security-forces-patrolling-building-interior_23-2149591475.jpg", imageAlt: "SOG operator" },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
|