Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eac4082cdf | |||
| 22903522a7 |
139
src/app/page.tsx
139
src/app/page.tsx
@@ -8,9 +8,9 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA
|
||||
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 TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Shield, Award, Zap, CheckCircle, Users, Star, HelpCircle, Mail, Phone, Twitter, Linkedin } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -46,7 +46,8 @@ export default function HomePage() {
|
||||
brandName="SLD Services"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started", href: "/contact"}}
|
||||
text: "Get Started", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,24 +58,32 @@ export default function HomePage() {
|
||||
tag="Defense Logistics"
|
||||
tagIcon={Shield}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Services", href: "/services"},
|
||||
text: "See Our Services", href: "/services"
|
||||
},
|
||||
{
|
||||
text: "Get Started", href: "/contact"},
|
||||
text: "Get Started", href: "/contact"
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-worker-s-day-with-doctor-tools_23-2150269677.jpg?_wi=1", imageAlt: "Military tactical equipment showcase"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-worker-s-day-with-doctor-tools_23-2150269677.jpg?_wi=1", imageAlt: "Military tactical equipment showcase"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/las-vegas-strip_649448-3260.jpg?_wi=1", imageAlt: "Government procurement expertise"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/las-vegas-strip_649448-3260.jpg?_wi=1", imageAlt: "Government procurement expertise"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-safety-construction-gloves-medical-mask_23-2148784094.jpg?_wi=1", imageAlt: "Gear procurement services"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-safety-construction-gloves-medical-mask_23-2148784094.jpg?_wi=1", 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?_wi=1", imageAlt: "Contract support and consultation"},
|
||||
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?_wi=1", 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?_wi=1", imageAlt: "Military training services"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-man-firing-range-checking-see-if-he-shot-bullseye_482257-120135.jpg?_wi=1", imageAlt: "Military training services"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,9 +96,11 @@ export default function HomePage() {
|
||||
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: "100M+", title: "Government Contracts Completed"
|
||||
},
|
||||
{
|
||||
value: "20+", title: "Years in Defense Logistics"},
|
||||
value: "20+", title: "Years in Defense Logistics"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/las-vegas-strip_649448-3260.jpg?_wi=2"
|
||||
imageAlt="SLD Services expertise in government contracting"
|
||||
@@ -112,13 +123,16 @@ export default function HomePage() {
|
||||
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?_wi=2", imageAlt: "Military gear procurement"},
|
||||
reviewCount: "Military Trusted", imageSrc: "http://img.b2bpic.net/free-photo/high-view-safety-construction-gloves-medical-mask_23-2148784094.jpg?_wi=2", 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?_wi=2", imageAlt: "Government contract support"},
|
||||
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?_wi=2", 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?_wi=2", imageAlt: "Military training programs"},
|
||||
reviewCount: "Tactical Certified", imageSrc: "http://img.b2bpic.net/free-photo/military-man-firing-range-checking-see-if-he-shot-bullseye_482257-120135.jpg?_wi=2", imageAlt: "Military training programs"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,13 +148,16 @@ export default function HomePage() {
|
||||
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?_wi=3", imageAlt: "Government agency partnerships"},
|
||||
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?_wi=3", 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?_wi=1", imageAlt: "Quality assurance standards"},
|
||||
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?_wi=1", 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?_wi=2", imageAlt: "Supply chain integration"},
|
||||
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?_wi=2", imageAlt: "Supply chain integration"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,20 +177,24 @@ export default function HomePage() {
|
||||
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?_wi=1", imageAlt: "Shanna Diep CEO", socialLinks: [
|
||||
{
|
||||
icon: Mail,
|
||||
url: "mailto:shanna@sldservicesllc.com"},
|
||||
url: "mailto:shanna@sldservicesllc.com"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
url: "tel:+19106508353"},
|
||||
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?_wi=1", imageAlt: "Ivon Hernandez Sales", socialLinks: [
|
||||
{
|
||||
icon: Mail,
|
||||
url: "mailto:ivon@sldservicesllc.com"},
|
||||
url: "mailto:ivon@sldservicesllc.com"
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
url: "tel:+19106508353"},
|
||||
url: "tel:+19106508353"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -181,27 +202,32 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
<TestimonialCardFive
|
||||
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: "1", name: "Department of Defense, Primary Partner", date: "Date: Ongoing Partnership", title: "Mission-Critical Equipment Partner", quote: "SLD Services has been instrumental in providing mission-critical equipment and support to our operations worldwide. Their reliability and expertise ensure our procurement needs are consistently met with excellence.", tag: "Federal Agency", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-suit-running-track_23-2149722107.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-suit-running-track_23-2149722107.jpg", imageAlt: "DoD partnership"
|
||||
},
|
||||
{
|
||||
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: "2", name: "United States Army, Federal Agency", date: "Date: Multiple Contracts", title: "Procurement Excellence in Action", quote: "Their expertise in government contracting and rapid fulfillment capabilities have exceeded our procurement requirements consistently. SLD Services delivers solutions that keep our forces equipped and mission-ready.", tag: "Military Branch", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "Army partnership"
|
||||
},
|
||||
{
|
||||
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: "3", name: "Law Enforcement Partnership, First Responders", date: "Date: Emergency Response Support", title: "Trusted Emergency Equipment Provider", quote: "We rely on SLD Services for emergency response equipment and tactical gear that meets the highest standards. Their commitment to quality ensures our personnel have the best equipment available.", tag: "First Responders", avatarSrc: "http://img.b2bpic.net/free-photo/female-firefighter-station-equipped-with-suit-safety-helmet_23-2149206395.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-firefighter-station-equipped-with-suit-safety-helmet_23-2149206395.jpg", imageAlt: "Law enforcement partnership"
|
||||
},
|
||||
{
|
||||
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: "4", name: "Marine Corps Reserve, Military Branch", date: "Date: Continuous Support", title: "Ensuring Mission Readiness", quote: "The reliability and quality of equipment procurement through SLD Services ensures our personnel are always mission-ready. We trust them completely to deliver what we need, when we need it.", tag: "Marine Corps", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wears-camouflage-raincoat-shows-different-gestures_1150-15226.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wears-camouflage-raincoat-shows-different-gestures_1150-15226.jpg", imageAlt: "Marine Corps partnership"
|
||||
},
|
||||
{
|
||||
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: "5", name: "National Guard, State Military", date: "Date: State Operations", title: "State-Level Mission Support", quote: "SLD Services understands state military needs and delivers solutions that keep our forces equipped and prepared. Their local expertise combined with federal contracting knowledge is invaluable.", tag: "National Guard", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-military-camouflage-uniform-standing-park_74855-12943.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-military-camouflage-uniform-standing-park_74855-12943.jpg", imageAlt: "National Guard partnership"
|
||||
},
|
||||
{
|
||||
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"},
|
||||
id: "6", name: "U.S. Navy, Naval Operations", date: "Date: Fleet Support", title: "Global Supply Chain Excellence", quote: "Their comprehensive supply chain expertise ensures we receive equipment on time, every time, wherever we operate. SLD Services is essential to our naval readiness worldwide.", tag: "Naval Operations", avatarSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-pockets-white-shirt-jacket-looking-elegant-front-view_176474-99655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-pockets-white-shirt-jacket-looking-elegant-front-view_176474-99655.jpg", imageAlt: "Navy partnership"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,26 +247,61 @@ export default function HomePage() {
|
||||
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: "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: "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: "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: "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: "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."},
|
||||
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">
|
||||
<FooterCard
|
||||
<FooterBaseCard
|
||||
logoText="SLD Services"
|
||||
copyrightText="© 2025 SLD Services LLC. All rights reserved."
|
||||
socialLinks={socialLinks}
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Procurement", href: "/services" },
|
||||
{ label: "Training", href: "/services" },
|
||||
{ label: "Consulting", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Compliance", href: "/compliance" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user