Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a050a8db6b | |||
| 15d22d85b0 | |||
| f5c147d6f7 | |||
| a4cd7e3130 | |||
| a039390b65 | |||
| dd6b05d49a | |||
| 00593300d4 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Reliable Security Guard Services 24/7"
|
||||
description="Professional, licensed protection for businesses, events, and properties. Female-owned and powered by industry-leading transparency systems."
|
||||
description="Professional, licensed protection empowered by the GuardOwl technology suite. Experience unparalleled accountability, real-time transparency, and active site oversight."
|
||||
buttons={[{ text: "Request a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-male-security-guard-with-barbed-wire-fence_23-2150368769.jpg"
|
||||
avatars={[
|
||||
@@ -93,9 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "AI Live Agents", description: "Real-time shifts monitoring and guard interaction.", imageSrc: "http://img.b2bpic.net/free-photo/key-lock-password-security-privacy-protection-graphic_53876-122570.jpg" },
|
||||
{ title: "GPS & Geofencing", description: "Reliable verification that guards are on-site.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-walking-outside-with-medical-mask-with-copy-space_23-2148693046.jpg" },
|
||||
{ title: "Client Reporting", description: "End-of-day transparency reports with scan photos.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg" },
|
||||
{ title: "AI Live Agents", description: "Improve oversight and boost efficiency through real-time guard interaction and 24/7 shift monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/key-lock-password-security-privacy-protection-graphic_53876-122570.jpg" },
|
||||
{ title: "GPS & Geofencing", description: "Reduce liability and ensure 100% site coverage through real-time GPS verification of guard locations.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-walking-outside-with-medical-mask-with-copy-space_23-2148693046.jpg" },
|
||||
{ title: "Client Reporting", description: "Gain full visibility with end-of-day transparency reports and digital documentation of all site activity.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg" },
|
||||
]}
|
||||
title="The GuardOwl Advantage"
|
||||
description="We utilize the latest in security technology for total transparency, including GPS tracking, AI agent check-ins, and automated daily reporting."
|
||||
@@ -124,11 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
description="Trusted by satisfied clients across the region."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Client One", handle: "@verified", testimonial: "The best security company I have ever worked with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-business-card_23-2149343383.jpg" },
|
||||
{ id: "t2", name: "Client Two", handle: "@verified", testimonial: "Professional, reliable, and always on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" },
|
||||
{ id: "t3", name: "Client Three", handle: "@verified", testimonial: "Transparency in reporting is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826969.jpg" },
|
||||
{ id: "t4", name: "Client Four", handle: "@verified", testimonial: "Armstrong Guard makes events run perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-male-manager-shaking-hand-partner_1262-20184.jpg" },
|
||||
{ id: "t5", name: "Client Five", handle: "@verified", testimonial: "Excellent communication from management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg" },
|
||||
{ id: "t1", name: "Client One", handle: "@Event Client", testimonial: "The best security company I have ever worked with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-business-card_23-2149343383.jpg" },
|
||||
{ id: "t2", name: "Client Two", handle: "@Corporate Office Client", testimonial: "Professional, reliable, and always on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" },
|
||||
{ id: "t3", name: "Client Three", handle: "@Logistics Client", testimonial: "Transparency in reporting is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826969.jpg" },
|
||||
{ id: "t4", name: "Client Four", handle: "@Event Client", testimonial: "Armstrong Guard makes events run perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-male-manager-shaking-hand-partner_1262-20184.jpg" },
|
||||
{ id: "t5", name: "Client Five", handle: "@Retail Client", testimonial: "Excellent communication from management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Clients Say"
|
||||
@@ -172,4 +172,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user