diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc156d9..a644c26 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
-import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FaqDouble from '@/components/sections/faq/FaqDouble';
+import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Award, CheckCircle, Globe } from "lucide-react";
+import { Award, CheckCircle, Globe, Zap, ShieldCheck, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,39 +41,14 @@ export default function LandingPage() {
-
@@ -121,51 +85,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Pro Wireless Hub",
- price: "$129",
- variant: "Standard",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072174.jpg",
- },
- {
- id: "p2",
- name: "Smart Audio Pod",
- price: "$199",
- variant: "Pro",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-plastic-board_23-2148910222.jpg",
- },
- {
- id: "p3",
- name: "Elite Focus Cam",
- price: "$249",
- variant: "Ultra",
- imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-camera-smartphone-table_23-2148036986.jpg",
- },
- {
- id: "p4",
- name: "Carbon Sync Node",
- price: "$89",
- variant: "Basic",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309628.jpg",
- },
- {
- id: "p5",
- name: "Titan Charge Block",
- price: "$49",
- variant: "Max",
- imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17250.jpg",
- },
- {
- id: "p6",
- name: "Omni Connect Key",
- price: "$69",
- variant: "Core",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722708.jpg",
- },
+ { id: "p1", name: "Pro Wireless Hub", price: "$129", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072174.jpg" },
+ { id: "p2", name: "Smart Audio Pod", price: "$199", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/man-with-plastic-board_23-2148910222.jpg" },
+ { id: "p3", name: "Elite Focus Cam", price: "$249", variant: "Ultra", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-camera-smartphone-table_23-2148036986.jpg" }
]}
- title="Featured Products"
- description="Browse our curated selection of top-rated technology devices."
+ title="Top Performance Picks"
+ description="Carefully selected hardware for professionals and enthusiasts alike."
/>
@@ -175,27 +100,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- title: "Devices Delivered",
- value: "50,000+",
- icon: CheckCircle,
- },
- {
- id: "m2",
- title: "Customer Satisfaction",
- value: "99.8%",
- icon: Award,
- },
- {
- id: "m3",
- title: "Global Shipping",
- value: "120+",
- icon: Globe,
- },
+ { id: "m1", title: "Devices Delivered", value: "50,000+", icon: CheckCircle },
+ { id: "m2", title: "Customer Satisfaction", value: "99.8%", icon: Award },
+ { id: "m3", title: "Global Locations", value: "120+", icon: Globe },
]}
- title="Our Impact"
- description="Numbers speak for our commitment to quality."
+ title="Proven Results"
+ description="Join thousands of satisfied users globally."
/>
@@ -203,35 +113,13 @@ export default function LandingPage() {