diff --git a/src/app/page.tsx b/src/app/page.tsx index dba302e..d427120 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,37 +30,33 @@ export default function LandingPage() {
@@ -70,15 +66,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} negativeCard={{ - items: [ - "Travel Insurance", "Local Tours", "24/7 Support"], + items: ["Legacy Code Refactoring", "Performance Optimization", "24/7 Security Monitoring"], }} positiveCard={{ - items: [ - "Flight Booking", "Hotel Reservations", "Visa Assistance"], + items: ["Custom Web Design", "E-commerce Solutions", "Digital Strategy Consulting"], }} - title="Our Booking Services" - description="We offer a wide range of travel-related services to ensure your convenience." + title="Our Core Services" + description="We provide end-to-end digital services to ensure your business remains at the forefront of technology." /> @@ -89,42 +83,23 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", name: "Nairobi City Tour", price: "KES 5,000", imageSrc: "http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5911.jpg"}, - { - id: "p2", name: "Coastal Getaway", price: "KES 15,000", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-patients-waiting-attend-medical-appointment-sitting-busy-hospital-reception-desk-people-with-healthcare-insurance-having-examination-with-specialist-handheld-shot_482257-46276.jpg"}, - { - id: "p3", name: "Safari Weekend", price: "KES 25,000", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businessman-with-gadgets_23-2147689197.jpg"}, - { - id: "p4", name: "Business Trip", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21469.jpg"}, - { - id: "p5", name: "Honeymoon Special", price: "KES 40,000", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-car-dealer_1303-13702.jpg"}, - { - id: "p6", name: "Group Expedition", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-her-wallet_23-2149429357.jpg"}, + { id: "p1", name: "Corporate Website Design", price: "Custom", imageSrc: "https://img.b2bpic.net/free-photo/diverse-group-patients-waiting-attend-medical-appointment-sitting-busy-hospital-reception-desk-people-with-healthcare-insurance-having-examination-with-specialist-handheld-shot_482257-46276.jpg" }, + { id: "p2", name: "E-commerce Platforms", price: "Custom", imageSrc: "https://img.b2bpic.net/free-photo/thoughtful-businessman-with-gadgets_23-2147689197.jpg" }, + { id: "p3", name: "Web Application Development", price: "Custom", imageSrc: "https://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21469.jpg" }, + { id: "p4", name: "UI/UX Design Audit", price: "Custom", imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-checking-her-wallet_23-2149429357.jpg" } ]} - title="Travel Packages" - description="Exclusive packages designed for your comfort and budget." + title="Digital Solutions" + description="High-performance digital products designed to drive engagement and results." />
@@ -135,16 +110,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "How can I book?", content: "Visit our office or call us directly."}, - { - id: "q2", title: "Do you offer visas?", content: "Yes, we provide expert visa support."}, - { - id: "q3", title: "Are your prices fixed?", content: "We offer competitive rates tailored to your needs."}, + { id: "q1", title: "How do I start a project?", content: "Reach out via our contact section to schedule a consultation at our Boma Yangu office." }, + { id: "q2", title: "What is your process?", content: "We follow an agile process involving discovery, design, development, and rigorous testing." }, + { id: "q3", title: "Do you support legacy sites?", content: "Yes, we offer comprehensive maintenance and modernization services." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433337.jpg" - title="Frequently Asked Questions" - description="Have questions? We have answers to help you book with confidence." + imageSrc="https://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433337.jpg" + title="Common Questions" + description="Learn more about how we partner with our clients for success." faqsAnimation="slide-up" mediaAnimation="slide-up" /> @@ -153,20 +125,19 @@ export default function LandingPage() {