diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1f2671d..32f885d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,14 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
-import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,23 +47,16 @@ export default function LandingPage() {
@@ -130,8 +90,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Redefining Efficiency"
description={[
- "Tumifaigirar was built on a simple premise: technology should work for you, not the other way around. We craft intuitive tools that bridge the gap between complex data and actionable insights.",
- ]}
+ "Tumifaigirar was built on a simple premise: technology should work for you, not the other way around. We craft intuitive tools that bridge the gap between complex data and actionable insights."]}
/>
@@ -143,23 +102,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "High-Speed Processing",
- description: "Execute complex tasks in milliseconds with our optimized infrastructure.",
- imageSrc: "http://img.b2bpic.net/free-vector/cloud-computing-data-streaming-concept_1017-31867.jpg",
- imageAlt: "fast cloud computing icon",
- },
+ title: "High-Speed Processing", description: "Execute complex tasks in milliseconds with our optimized infrastructure.", imageSrc: "http://img.b2bpic.net/free-vector/cloud-computing-data-streaming-concept_1017-31867.jpg", imageAlt: "fast cloud computing icon"},
{
- title: "Enterprise Security",
- description: "Rest easy with banking-grade encryption and automated security protocols.",
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-safety-dull-calling-strength_1134-1139.jpg",
- imageAlt: "cyber security shield icon",
- },
+ title: "Enterprise Security", description: "Rest easy with banking-grade encryption and automated security protocols.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-safety-dull-calling-strength_1134-1139.jpg", imageAlt: "cyber security shield icon"},
{
- title: "Scalable Connectivity",
- description: "Expand effortlessly across regions with our intelligent load balancing.",
- imageSrc: "http://img.b2bpic.net/free-photo/future-online-technology-global-concept_53876-120824.jpg",
- imageAlt: "global network connection icon",
- },
+ title: "Scalable Connectivity", description: "Expand effortlessly across regions with our intelligent load balancing.", imageSrc: "http://img.b2bpic.net/free-photo/future-online-technology-global-concept_53876-120824.jpg", imageAlt: "global network connection icon"},
]}
title="Performance at Its Core"
description="Our core features are engineered to provide maximum performance without unnecessary overhead."
@@ -172,162 +119,85 @@ export default function LandingPage() {
title="Proven Impact"
tag="Our Growth"
metrics={[
- {
- id: "m1",
- value: "500+",
- description: "Active Enterprise Clients",
- },
- {
- id: "m2",
- value: "25TB+",
- description: "Data Processed Monthly",
- },
- {
- id: "m3",
- value: "45%",
- description: "Average Efficiency Gain",
- },
+ { id: "m1", value: "500+", description: "Active Enterprise Clients" },
+ { id: "m2", value: "25TB+", description: "Data Processed Monthly" },
+ { id: "m3", value: "45%", description: "Average Efficiency Gain" },
]}
metricsAnimation="slide-up"
/>
-
-
@@ -336,50 +206,23 @@ export default function LandingPage() {
logoText="Tumifaigirar"
columns={[
{
- title: "Product",
- items: [
- {
- label: "Features",
- href: "#features",
- },
- {
- label: "Pricing",
- href: "#pricing",
- },
- {
- label: "Integration",
- href: "#",
- },
+ title: "Product", items: [
+ { label: "Features", href: "#features" },
+ { label: "Pricing", href: "#pricing" },
+ { label: "Integration", href: "#" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Careers",
- href: "#",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ title: "Company", items: [
+ { label: "About", href: "#about" },
+ { label: "Careers", href: "#" },
+ { label: "Contact", href: "#contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}