diff --git a/src/app/page.tsx b/src/app/page.tsx index b54ec5e..4215b94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,65 +31,37 @@ export default function LandingPage() {
@@ -97,24 +69,18 @@ export default function LandingPage() {
@@ -127,19 +93,14 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Limited custom support", - "Standard processing times", - ], + "Basic perimeter monitoring", "Slow response times"], }} positiveCard={{ items: [ - "Personalized strategy session", - "Priority premium access", - "Lifetime maintenance included", - ], + "Advanced Threat Intelligence", "Armed & Unarmed Protection", "Executive Security Services"], }} - title="Our Premium Services" - description="Tailored solutions designed to exceed your expectations." + title="Security Capabilities" + description="Tailored protection strategies designed for maximum coverage and reliability." />
@@ -148,16 +109,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Microsoft", - "Google", - "Apple", - "Amazon", - "Tesla", - "Adobe", - "Nike", - ]} - title="Trusted by Leaders" - description="Join thousands of clients who trust us with their needs." + "Global Logistics", "Financial Hubs", "Data Centers", "Retail Chains", "Corporate HQ", "Government Agencies", "Residential Complexes"]} + title="Protecting Leaders" + description="Trusted by institutions that demand the highest level of security standards." /> @@ -166,33 +120,14 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", - }, + id: "t1", name: "James K., Facilities Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-professional-suit-office_23-2148112202.jpg"}, { - id: "t2", - name: "Michael R.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg", - }, + id: "t2", name: "Elena M., Bank Director", imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-portfolio_23-2148095744.jpg"}, { - id: "t3", - name: "Elena V.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg", - }, - { - id: "t4", - name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg", - }, - { - id: "t5", - name: "Jessica M.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", - }, + id: "t3", name: "Robert D., Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-man-portrait_107420-12324.jpg"}, ]} - cardTitle="Client Stories" - cardTag="Reviews" + cardTitle="Proven Results" + cardTag="Testimonials" cardAnimation="blur-reveal" /> @@ -203,23 +138,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How do I book?", - content: "Just use the contact form at the bottom.", - }, + id: "f1", title: "What areas do you serve?", content: "We provide protection services across metropolitan and remote regional sectors."}, { - id: "f2", - title: "What is the turnaround?", - content: "We pride ourselves on efficient, high-quality delivery.", - }, + id: "f2", title: "Are guards trained and licensed?", content: "Yes, all personnel are background-checked and hold valid security certifications."}, { - id: "f3", - title: "Are you fully licensed?", - content: "Yes, we meet all industry standards.", - }, + id: "f3", title: "Do you provide 24/7 security?", content: "Absolutely. Our command center operates non-stop to ensure immediate response."}, ]} - title="Common Questions" - description="Everything you need to know about our process." + title="Security Insights" + description="Everything you need to know about our protection protocols." faqsAnimation="slide-up" /> @@ -228,44 +154,29 @@ export default function LandingPage() {