diff --git a/src/app/page.tsx b/src/app/page.tsx
index 12b3cf9..e6f4fbc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,8 +10,9 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
-import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
-import { Calendar, Clock, CreditCard, FileText, Headphones, Key, Lock, MapPin, Search, ShieldCheck, Upload } from "lucide-react";
+import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import ProductCardOne from '@/components/sections/product/ProductCardOne';
+import { Calendar, Clock, CreditCard, FileText, Headphones, Key, Lock, Search, ShieldCheck, Upload } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -54,71 +43,15 @@ export default function LandingPage() {
@@ -127,183 +60,53 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Lost/Damaged Replacement",
- "Data Correction",
- ],
- }}
- positiveCard={{
- items: [
- "New Application",
- "Passport Renewal",
- "Application Tracking",
- ],
- }}
+ negativeCard={{ items: ["Lost/Damaged Replacement", "Data Correction"] }}
+ positiveCard={{ items: ["New Application", "Passport Renewal", "Application Tracking"] }}
title="Passport Services"
description="Streamlined processes for all your immigration needs."
/>
-
-
-
-
-
-
-
-
-
+
-
+
window.open(`https://wa.me/2348000000000?text=Hello, I need assistance with my passport: ${data.message}`, '_blank')}
/>
@@ -311,9 +114,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3d0e32c..9d4c334 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #000f06e6;
- --primary-cta: #0a7039;
+ --background: #f6f0e9;
+ --card: #efe7dd;
+ --foreground: #2b180a;
+ --primary-cta: #2b180a;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #efe7dd;
--secondary-cta-text: #000f06e6;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --accent: #94877c;
+ --background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);