5 Commits

Author SHA1 Message Date
a050a8db6b Merge version_4 into main
Merge version_4 into main
2026-04-20 19:09:54 +00:00
15d22d85b0 Update src/app/page.tsx 2026-04-20 19:09:51 +00:00
f5c147d6f7 Merge version_3 into main
Merge version_3 into main
2026-04-20 19:08:50 +00:00
a4cd7e3130 Update src/app/page.tsx 2026-04-20 19:08:47 +00:00
a039390b65 Merge version_2 into main
Merge version_2 into main
2026-04-20 19:08:02 +00:00

View File

@@ -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={[
@@ -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>
);
}
}