diff --git a/src/app/page.tsx b/src/app/page.tsx index 6698736..4481c00 100644 --- a/src/app/page.tsx +++ b/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" + }} /> @@ -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" + }, ]} /> @@ -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" + }, ]} /> @@ -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" + }, ]} /> @@ -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() {