diff --git a/src/app/page.tsx b/src/app/page.tsx index 700ad42..9c1047c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,11 @@ export default function LandingPage() {
@@ -130,19 +87,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional service and high-quality cameras. I feel much safer now.", imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg?_wi=2"}, - { - id: "2", name: "James Doe", handle: "@jdoe", testimonial: "Very professional installation team. The app interface is seamless.", imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg"}, - { - id: "3", name: "Tech Corp", handle: "@techcorp", testimonial: "Our facility security is completely transformed. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321694.jpg"}, - { - id: "4", name: "Anna Smith", handle: "@asmith", testimonial: "Best value for money. The resolution is incredibly sharp.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-ipad-medium-shot_23-2150103635.jpg"}, - { - id: "5", name: "Rob Brown", handle: "@rbrown", testimonial: "Installation was quick and efficient. No complaints at all.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-people-with-cat-pet_23-2150285638.jpg"}, + { id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Professional setup and crystal clear video quality. Truly reliable.", imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg?_wi=2" }, + { id: "2", name: "Tech Corp", handle: "@techcorp", testimonial: "Completely transformed our facility security. Exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321694.jpg" }, ]} - title="Trusted by Homeowners & Businesses" - description="Hear what our clients have to say about our security services." + title="Trusted by Our Clients" + description="We pride ourselves on providing top-tier security for homes and commercial businesses." /> @@ -151,16 +100,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Do I have remote access?", content: "Yes, our systems allow you to monitor your cameras from anywhere using our dedicated mobile app."}, - { - id: "f2", title: "How long is the warranty?", content: "We provide a standard 2-year warranty on all cameras and equipment installed by our team."}, - { - id: "f3", title: "Can I record at night?", content: "Absolutely. All our modern systems include infrared night vision for 24/7 visibility."}, + { id: "f1", title: "Can I view cameras remotely?", content: "Yes, our app provides secure, real-time remote access to your surveillance feeds from anywhere." }, + { id: "f2", title: "Is there a warranty included?", content: "All installations include a 2-year warranty on equipment and labor for your peace of mind." }, + { id: "f3", title: "Do cameras work at night?", content: "All our modern systems feature high-performance infrared night vision technology for 24/7 security." }, ]} mediaAnimation="slide-up" - title="Common Questions" - description="Answers to everything you need to know about our CCTV services." + title="Common Security Questions" + description="Everything you need to know about our CCTV services." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211323.jpg?_wi=3" /> @@ -169,38 +115,19 @@ export default function LandingPage() {