diff --git a/src/app/page.tsx b/src/app/page.tsx
index 128ccb5..0ea4396 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, CheckCircle, Users } from "lucide-react";
export default function LandingPage() {
@@ -29,12 +30,10 @@ export default function LandingPage() {
@@ -42,29 +41,17 @@ export default function LandingPage() {
@@ -76,39 +63,39 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "1", title: "Technical Support", subtitle: "Tier 1 & Tier 2 support delivered with 99% satisfaction.", category: "Support", value: "24/7"},
- {
- id: "2", title: "Sales & Leads", subtitle: "Outbound campaigns that drive measurable growth.", category: "Sales", value: "ROI"},
- {
- id: "3", title: "Data Management", subtitle: "Precise transcription, entry, and analysis.", category: "Back Office", value: "99.9%"},
- {
- id: "4", title: "Customer Experience", subtitle: "Personalized omnichannel support for modern brands.", category: "CX", value: "100%"},
- {
- id: "5", title: "Finance & Payroll", subtitle: "Accuracy-first financial processing and reporting.", category: "Operations", value: "Secure"},
- {
- id: "6", title: "Creative Services", subtitle: "Graphic design, content creation, and media.", category: "Marketing", value: "Creative"},
+ { id: "1", title: "Technical Support", subtitle: "Tier 1 & Tier 2 support delivered with 99% satisfaction.", category: "Support", value: "24/7" },
+ { id: "2", title: "Sales & Leads", subtitle: "Outbound campaigns that drive measurable growth.", category: "Sales", value: "ROI" },
+ { id: "3", title: "Data Management", subtitle: "Precise transcription, entry, and analysis.", category: "Back Office", value: "99.9%" },
+ { id: "4", title: "Managed Operations", subtitle: "Full-scale outsourcing for complex business processes.", category: "Ops", value: "High Efficiency" },
]}
title="Our Specialized Service Departments"
- description="We offer six specialized departments under one trusted partner to ensure every business need is met."
+ description="Tailored outsourcing solutions designed for global scale and local quality."
/>
+
+
+
+
@@ -150,24 +130,8 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index d0809d8..697c132 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #000000;
- --card: #121212;
+ --card: #1a0000;
--foreground: #ffffff;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
- --secondary-cta: #ffffff;
- --secondary-cta-text: #000000;
+ --secondary-cta: #121212;
+ --secondary-cta-text: #ffffff;
--accent: #8b0000;
- --background-accent: #1a0000;
+ --background-accent: #2a0000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);