3 Commits

Author SHA1 Message Date
31005d8833 Update src/app/styles/variables.css 2026-05-11 18:37:55 +00:00
ee6c33acff Update src/app/page.tsx 2026-05-11 18:37:54 +00:00
cbc4e02fa8 Merge version_2 into main
Merge version_2 into main
2026-05-11 18:35:39 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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" },
]
},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #1f7cff;
--background: #050505;
--card: #101010;
--foreground: #f0f0f0;
--primary-cta: #00d4ff;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #333333;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #ff007a;
--background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);