diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4939e15..1adcf04 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import { CheckCircle, Shield } from "lucide-react";
+import { CheckCircle, Shield, Zap, Star, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,92 +32,57 @@ export default function LandingPage() {
@@ -127,14 +92,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Excellent Staff",
- "Clean Facility",
- "Fast Processing",
- "Professionalism",
- "Transparent Service",
- "Helpful Support",
- "On-time Delivery",
- ]}
+ "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."
/>
@@ -148,17 +106,11 @@ export default function LandingPage() {
description="Based in the heart of Lomé, Capago Togo Sarl provides premium visa processing assistance. We combine deep local expertise with international standards to ensure your application journey is as smooth and comfortable as possible."
bulletPoints={[
{
- title: "Expert Guidance",
- description: "Navigating complex visa requirements with precision.",
- },
+ title: "Expert Guidance", description: "Navigating complex visa requirements with precision."},
{
- title: "Facility Excellence",
- description: "Clean, comfortable, and welcoming office spaces.",
- },
+ title: "Facility Excellence", description: "Clean, comfortable, and welcoming office spaces."},
{
- title: "Professional Care",
- description: "Dedicated consultants focused on your success.",
- },
+ title: "Professional Care", description: "Dedicated consultants focused on your success."},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-man-elegant-classic-suit-reading-documents-white-background_140725-122607.jpg"
mediaAnimation="slide-up"
@@ -171,29 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Visa Processing",
- description: "End-to-end visa application management.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businessman-working-his-office-businessperson-professional-environment_482257-33235.jpg",
- },
+ title: "Visa Processing", description: "End-to-end visa application management.", buttonIcon: Zap,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businessman-working-his-office-businessperson-professional-environment_482257-33235.jpg"},
{
- title: "Document Prep",
- description: "Expert support in gathering and reviewing your documents.",
- buttonIcon: "CheckCircle",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-visa-application-assortment_23-2149117814.jpg",
- },
+ title: "Document Prep", description: "Expert support in gathering and reviewing your documents.", buttonIcon: CheckCircle,
+ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-visa-application-assortment_23-2149117814.jpg"},
{
- title: "VIP Service",
- description: "Exclusive assistance with expedited handling.",
- buttonIcon: "Star",
- imageSrc: "http://img.b2bpic.net/free-photo/visa-application-composition-with-passport_23-2149117767.jpg",
- },
+ title: "VIP Service", description: "Exclusive assistance with expedited handling.", buttonIcon: Star,
+ imageSrc: "http://img.b2bpic.net/free-photo/visa-application-composition-with-passport_23-2149117767.jpg"},
{
- title: "Consultation",
- description: "In-depth advice on application strategies.",
- buttonIcon: "Phone",
- imageSrc: "http://img.b2bpic.net/free-photo/financial-experts_1098-12913.jpg",
- },
+ title: "Consultation", description: "In-depth advice on application strategies.", buttonIcon: Phone,
+ imageSrc: "http://img.b2bpic.net/free-photo/financial-experts_1098-12913.jpg"},
]}
title="Our Premium Services"
description="We simplify your visa application process through personalized solutions tailored to your unique travel needs."
@@ -207,25 +147,13 @@ export default function LandingPage() {
tag="How it works"
metrics={[
{
- id: "m1",
- value: "1",
- description: "Book your appointment online.",
- },
+ id: "m1", value: "1", description: "Book your appointment online."},
{
- id: "m2",
- value: "2",
- description: "Visit our modern Lomé facility.",
- },
+ id: "m2", value: "2", description: "Visit our modern Lomé facility."},
{
- id: "m3",
- value: "3",
- description: "Expert processing management.",
- },
+ id: "m3", value: "3", description: "Expert processing management."},
{
- id: "m4",
- value: "4",
- description: "Successful visa collection.",
- },
+ id: "m4", value: "4", description: "Successful visa collection."},
]}
metricsAnimation="slide-up"
/>
@@ -237,20 +165,11 @@ 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: "What is the process?", content: "You book online, visit us, and we handle the rest."},
{
- id: "q2",
- title: "Are you located in Lomé?",
- content: "Yes, our facility is located on the main Boulevard.",
- },
+ id: "q2", title: "Are you located in Lomé?", content: "Yes, our facility is located on the main Boulevard."},
{
- id: "q3",
- title: "How long does it take?",
- content: "Times vary based on the specific visa type and consulate.",
- },
+ id: "q3", title: "How long does it take?", content: "Times vary based on the specific visa type and consulate."},
]}
title="Common Questions"
description="Find quick answers to common visa application inquiries."
@@ -265,25 +184,14 @@ export default function LandingPage() {
description="Visit our Lomé office or give us a call to get started on your visa application."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ name: "email", type: "email", placeholder: "Your Email"},
{
- name: "phone",
- type: "tel",
- placeholder: "+228 22 23 57 10",
- },
+ name: "phone", type: "tel", placeholder: "+228 22 23 57 10"},
]}
textarea={{
- name: "message",
- placeholder: "Details about your request...",
- }}
+ name: "message", placeholder: "Details about your request..."}}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-building-with-many-windows_23-2148252801.jpg"
/>
@@ -292,29 +200,19 @@ export default function LandingPage() {