Files
dc110557-6890-45f2-89f5-be4…/src/app/page.tsx
2026-03-12 17:30:46 +00:00

269 lines
17 KiB
TypeScript

"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Shield, Award, Zap, CheckCircle, Users, Star, HelpCircle, Mail, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Our Services", id: "/services" },
{ name: "Resources", id: "/resources" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Team", href: "/" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Resources", items: [
{ label: "DLA Resources", href: "/resources" },
{ label: "Partners", href: "/resources" },
{ label: "FAQ", href: "/" },
{ label: "Contract Types", href: "/resources" },
],
},
{
title: "Contact", items: [
{ label: "Phone: 910.650.8353", href: "tel:+19106508353" },
{ label: "Email: sales@sldservicesllc.com", href: "mailto:sales@sldservicesllc.com" },
{ label: "825 College Blvd Suite 102-642, Oceanside, CA 92057", href: "#" },
{ label: "Privacy Policy", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="small"
sizing="large"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="SLD Services"
navItems={navItems}
button={{
text: "Get Started", href: "/contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Making Government Procurement Easy"
description="Providing tactical and medical equipment to military and government agencies with fast and reliable supply chain acquisition assistance."
tag="Defense Logistics"
tagIcon={Shield}
background={{
variant: "sparkles-gradient"}}
buttons={[
{
text: "See Our Services", href: "/services"},
{
text: "Get Started", href: "/contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/international-worker-s-day-with-doctor-tools_23-2150269677.jpg", imageAlt: "Military tactical equipment showcase"},
{
imageSrc: "http://img.b2bpic.net/free-photo/las-vegas-strip_649448-3260.jpg", imageAlt: "Government procurement expertise"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-view-safety-construction-gloves-medical-mask_23-2148784094.jpg", imageAlt: "Gear procurement services"},
{
imageSrc: "http://img.b2bpic.net/free-photo/back-view-company-experts-working-office-two-serious-man-formalwear-sitting-looking-woman-presenting-business-plan-market-data-board-financial-analytics-business-growth-concept_74855-24315.jpg", imageAlt: "Contract support and consultation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/military-man-firing-range-checking-see-if-he-shot-bullseye_482257-120135.jpg", imageAlt: "Military training services"},
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="Our Expertise"
tagIcon={Award}
title="Decades of Experience in Government Contracting"
description="SLD Services is a woman and veteran-owned small business providing full-service distribution of tactical and medical equipment to the military through DLA contracts. We have successfully completed over 100 million dollars in government contracts and work with all branches of service to deliver mission-critical equipment."
metrics={[
{
value: "100M+", title: "Government Contracts Completed"},
{
value: "20+", title: "Years in Defense Logistics"},
]}
imageSrc="http://img.b2bpic.net/free-photo/las-vegas-strip_649448-3260.jpg"
imageAlt="SLD Services expertise in government contracting"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
title="Our Service Solutions"
description="Comprehensive procurement, kitting, and training solutions for government agencies and military branches."
tag="Core Services"
tagIcon={Zap}
textboxLayout="default"
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
products={[
{
id: "1", brand: "SLD Services", name: "Gear Procurement", price: "Competitive", rating: 5,
reviewCount: "Military Trusted", imageSrc: "http://img.b2bpic.net/free-photo/high-view-safety-construction-gloves-medical-mask_23-2148784094.jpg", imageAlt: "Military gear procurement"},
{
id: "2", brand: "SLD Services", name: "Contract Support", price: "Expert Guidance", rating: 5,
reviewCount: "Government Approved", imageSrc: "http://img.b2bpic.net/free-photo/back-view-company-experts-working-office-two-serious-man-formalwear-sitting-looking-woman-presenting-business-plan-market-data-board-financial-analytics-business-growth-concept_74855-24315.jpg", imageAlt: "Government contract support"},
{
id: "3", brand: "SLD Services", name: "Training Services", price: "Mission Ready", rating: 5,
reviewCount: "Tactical Certified", imageSrc: "http://img.b2bpic.net/free-photo/military-man-firing-range-checking-see-if-he-shot-bullseye_482257-120135.jpg", imageAlt: "Military training programs"},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardNineteen
title="Why Choose SLD Services"
description="We deliver mission-critical procurement solutions with the expertise and partnerships to get it right."
tag="Key Advantages"
tagIcon={CheckCircle}
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
tag: "DLA Expert", title: "DLA & GSA Specialists", subtitle: "Deep expertise in government contracting", description: "We work closely with DLA, GSA, state and local government agencies daily. Our specialized knowledge of SOE, FES, and expeditionary contracts ensures compliance and cost-effectiveness for every procurement.", imageSrc: "http://img.b2bpic.net/free-photo/las-vegas-strip_649448-3260.jpg", imageAlt: "Government agency partnerships"},
{
id: 2,
tag: "Quality Assurance", title: "DoD Standards Compliance", subtitle: "Rigorous quality checks at every phase", description: "We maintain top-tier quality assurance standards meeting Department of Defense requirements. Every phase of preparation and assembly follows strict DoD-wide guidelines for deployment readiness.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-military-personnel-examining-gathered-information_482257-89754.jpg", imageAlt: "Quality assurance standards"},
{
id: 3,
tag: "Supply Chain", title: "Integrated Supply Chain", subtitle: "Diverse supplier relationships", description: "Leveraging our extensive supplier network, we source and integrate solutions on time and on target. Our partnerships with industry leaders enable rapid fulfillment of mission-critical requirements.", imageSrc: "http://img.b2bpic.net/free-photo/international-worker-s-day-with-doctor-tools_23-2150269677.jpg", imageAlt: "Supply chain integration"},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
title="Leadership Team"
description="Experienced defense professionals committed to mission success."
tag="Our Team"
tagIcon={Users}
textboxLayout="default"
useInvertedBackground={true}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
members={[
{
id: "1", name: "Shanna Diep", role: "CEO & Founder", description: "20-year Marine Corps Reserve veteran with decades of government distribution experience. Successfully completed over 100 million dollars in government contracts.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-female-executive-sitting-board-room_1262-5873.jpg", imageAlt: "Shanna Diep CEO", socialLinks: [
{
icon: Mail,
url: "mailto:shanna@sldservicesllc.com"},
{
icon: Phone,
url: "tel:+19106508353"},
],
},
{
id: "2", name: "Ivon Hernandez", role: "Inside/Outside Sales", description: "Specialist in WAWF, GCPC, and DAI contracting. Expert in equipment delivery and government procurement process navigation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037865.jpg", imageAlt: "Ivon Hernandez Sales", socialLinks: [
{
icon: Mail,
url: "mailto:ivon@sldservicesllc.com"},
{
icon: Phone,
url: "tel:+19106508353"},
],
},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Who We Serve"
description="Trusted by military branches, federal agencies, and law enforcement across the United States."
tag="Our Partners"
tagIcon={Star}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Department of Defense", handle: "Primary Partner", testimonial: "SLD Services has been instrumental in providing mission-critical equipment and support to our operations worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-suit-running-track_23-2149722107.jpg", imageAlt: "DoD official"},
{
id: "2", name: "United States Army", handle: "Federal Agency", testimonial: "Their expertise in government contracting and rapid fulfillment capabilities have exceeded our procurement requirements consistently.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Army official"},
{
id: "3", name: "Law Enforcement Partnership", handle: "First Responders", testimonial: "We rely on SLD Services for emergency response equipment and tactical gear that meets the highest standards.", imageSrc: "http://img.b2bpic.net/free-photo/female-firefighter-station-equipped-with-suit-safety-helmet_23-2149206395.jpg", imageAlt: "Law enforcement official"},
{
id: "4", name: "Marine Corps Reserve", handle: "Military Branch", testimonial: "The reliability and quality of equipment procurement through SLD Services ensures our personnel are always mission-ready.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wears-camouflage-raincoat-shows-different-gestures_1150-15226.jpg", imageAlt: "Marine Corps official"},
{
id: "5", name: "National Guard", handle: "State Military", testimonial: "SLD Services understands state military needs and delivers solutions that keep our forces equipped and prepared.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-military-camouflage-uniform-standing-park_74855-12943.jpg", imageAlt: "National Guard official"},
{
id: "6", name: "U.S. Navy", handle: "Naval Operations", testimonial: "Their comprehensive supply chain expertise ensures we receive equipment on time, every time, wherever we operate.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-pockets-white-shirt-jacket-looking-elegant-front-view_176474-99655.jpg", imageAlt: "Navy official"},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Common questions about our government contracting services and procurement solutions."
tag="Resources"
tagIcon={HelpCircle}
textboxLayout="default"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/diverse-team-military-personnel-examining-gathered-information_482257-89754.jpg"
imageAlt="Military equipment standards"
mediaAnimation="slide-up"
mediaPosition="left"
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "What contracts does SLD Services support?", content: "We specialize in DLA Troop Support contracts including SOE (Special Operational Equipment), FES (Fire & Emergency Services Equipment), WAWF, DAPA, GSA, RCO, and GCPC acquisitions. Our expertise spans multiple government contracting vehicles."},
{
id: "2", title: "How do you ensure DoD compliance?", content: "We maintain strict quality assurance standards throughout every phase of procurement and kitting. All equipment meets Department of Defense standards and is verified for compliance before delivery to ensure readiness."},
{
id: "3", title: "Can you handle expedited orders?", content: "Yes. Our supplier relationships and deep expertise in government procurement processes allow us to fulfill expedited orders rapidly while maintaining compliance with all federal regulations."},
{
id: "4", title: "What training services do you provide?", content: "We provide third-party training services including Tactical Combat Casualty Care (TCCC), Cyber Security, Marksmanship, and Vehicle/Driving qualification training delivered by subject matter experts."},
{
id: "5", title: "How do you handle medical kitting?", content: "As medical and tactical kitting specialists, we assemble kits to exact specifications meeting DoD requirements. Our top-tier quality assurance ensures every kit is mission-ready before deployment."},
{
id: "6", title: "Do you work with small government agencies?", content: "Absolutely. We serve DoD, Coast Guard, Law Enforcement, Army, National Guard, Navy, Federal Agencies, Air Force, and Marine Corps at all levels, from large commands to specialized units."},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="SLD Services"
copyrightText="© 2025 SLD Services LLC. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}