diff --git a/src/app/page.tsx b/src/app/page.tsx index 1adcf04..d579a33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { @@ -92,9 +92,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Excellent Staff", "Clean Facility", "Fast Processing", "Professionalism", "Transparent Service", "Helpful Support", "On-time Delivery"]} - title="Trusted by Travelers" - description="With a 4.4/5 rating, we take pride in our welcoming staff, clean premises, and efficient service that ensures your peace of mind." + "Precision Processing", "Discreet Consulting", "Executive Concierge", "World-Class Integrity", "Transparent Communication", "Dedicated Advocacy", "Seamless Logistics"]} + title="The Standard of Excellence" + description="We define prestige in visa consultancy by delivering a seamless, client-centric experience that honors the value of your time and ambitions." /> @@ -102,15 +102,15 @@ export default function LandingPage() {
@@ -165,14 +165,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "What is the process?", content: "You book online, visit us, and we handle the rest."}, + id: "q1", title: "How do we ensure discretion?", content: "Our protocols are built on privacy, ensuring your documentation and travel plans remain strictly confidential."}, { - id: "q2", title: "Are you located in Lomé?", content: "Yes, our facility is located on the main Boulevard."}, + id: "q2", title: "What defines our Premium Service?", content: "It is a commitment to zero-error processing, personalized advisor support, and exclusive handling of your application."}, { - id: "q3", title: "How long does it take?", content: "Times vary based on the specific visa type and consulate."}, + id: "q3", title: "Can you manage corporate portfolios?", content: "Absolutely; we offer specialized solutions for organizations needing high-volume, reliable visa management."}, ]} - title="Common Questions" - description="Find quick answers to common visa application inquiries." + title="Inquiry & Clarification" + description="Insight into our commitment to quality, transparency, and superior professional conduct." faqsAnimation="slide-up" />
@@ -180,18 +180,18 @@ export default function LandingPage() {
@@ -202,21 +202,21 @@ export default function LandingPage() { { title: "Capago Togo", items: [ { - label: "About Us", href: "#about"}, + label: "Corporate Overview", href: "#about"}, { - label: "Services", href: "#services"}, + label: "Premium Services", href: "#services"}, ], }, { - title: "Contact", items: [ + title: "Direct Connect", items: [ { label: "+228 22 23 57 10", href: "tel:+22822235710"}, { - label: "Lomé, Togo", href: "#"}, + label: "Lomé, Togo Headquarters", href: "#"}, ], }, ]} - bottomLeftText="© 2024 Capago Togo Sarl" + bottomLeftText="© 2025 Capago Togo Sarl - Premium Visa Advisory" bottomRightText="All rights reserved." /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 16aabec..9584234 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #fbfbfb; - --foreground: #0a0a0a; + --background: #fbfbfb; + --card: #ffffff; + --foreground: #1a1a1a; --primary-cta: #c5a059; --primary-cta-text: #ffffff; - --secondary-cta: #0a0a0a; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #d4af37; --background-accent: #f5f5f5;