From ba2e00aedd2d846e92830f16b6866943d3278560 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:58:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc7d8ca..5b227dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterMedia from "@/components/sections/footer/FooterMedia"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import { Shield, Phone } from "lucide-react"; export default function LandingPage() { @@ -49,7 +50,7 @@ export default function LandingPage() { { text: "Schedule Consultation", href: "contact" }, { text: "Learn More", href: "about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/airport-security-officer-using-hand-held-metal-detector-check-commuter_107420-95855.jpg" + imageSrc="https://images.unsplash.com/photo-1519558260116-ea14baf05d37?w=800&h=600&fit=crop" imageAlt="Professional security team" showDimOverlay={true} /> @@ -87,7 +88,7 @@ export default function LandingPage() { { value: "30+", title: "Years of Combined Experience" }, { value: "100%", title: "Satisfaction Guarantee" } ]} - imageSrc="http://img.b2bpic.net/free-photo/investors-reading-factory-paperwork-laptop-reviewing-financial-statements_482257-123452.jpg" + imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop" imageAlt="Security expertise and professional team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -102,13 +103,13 @@ export default function LandingPage() { tag="Our Expertise" products={[ { - id: "1", name: "Art & Fashion", price: "Premium Protection", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31453.jpg", imageAlt: "Art and fashion security" + id: "1", name: "Art & Fashion", price: "Premium Protection", imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=600&fit=crop", imageAlt: "Art and fashion security" }, { - id: "2", name: "Special Events", price: "End-to-End Coverage", imageSrc: "http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg", imageAlt: "Event security and crowd management" + id: "2", name: "Special Events", price: "End-to-End Coverage", imageSrc: "https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=800&h=600&fit=crop", imageAlt: "Event security and crowd management" }, { - id: "3", name: "Hospitality", price: "Discreet Excellence", imageSrc: "http://img.b2bpic.net/free-photo/concierge-assists-with-checkin-hotel_482257-90464.jpg", imageAlt: "Hotel and hospitality security" + id: "3", name: "Hospitality", price: "Discreet Excellence", imageSrc: "https://images.unsplash.com/photo-1631049307264-da0ec9d70304?w=800&h=600&fit=crop", imageAlt: "Hotel and hospitality security" } ]} gridVariant="three-columns-all-equal-width" @@ -118,20 +119,35 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file