diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5ebb22f..4675ed4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,8 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Shield, Zap } from "lucide-react";
export default function LandingPage() {
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,22 +43,11 @@ export default function LandingPage() {
@@ -82,42 +59,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Modern Backpack",
- price: "$129",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14712.jpg",
- },
- {
- id: "2",
- name: "Leather Wallet",
- price: "$89",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-526.jpg",
- },
- {
- id: "3",
- name: "Wireless Speaker",
- price: "$199",
- imageSrc: "http://img.b2bpic.net/free-photo/messy-fashion-still-life-arrangement_23-2148229227.jpg",
- },
- {
- id: "4",
- name: "Minimalist Watch",
- price: "$249",
- imageSrc: "http://img.b2bpic.net/free-photo/spanish-traditional-comb-still-life_23-2150154118.jpg",
- },
- {
- id: "5",
- name: "Ceramic Mug",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg",
- },
- {
- id: "6",
- name: "Notebook Pro",
- price: "$55",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-photography-with-camera-cellphone-fashion-accessories-essential-items-woman-overhead-view-top-view_1428-710.jpg",
- },
+ { id: "1", name: "Modern Backpack", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14712.jpg" },
+ { id: "2", name: "Leather Wallet", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-526.jpg" },
+ { id: "3", name: "Wireless Speaker", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/messy-fashion-still-life-arrangement_23-2148229227.jpg" },
+ { id: "4", name: "Minimalist Watch", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/spanish-traditional-comb-still-life_23-2150154118.jpg" },
+ { id: "5", name: "Ceramic Mug", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg" },
+ { id: "6", name: "Notebook Pro", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-photography-with-camera-cellphone-fashion-accessories-essential-items-woman-overhead-view-top-view_1428-710.jpg" },
]}
title="Our Signature Products"
description="Discover our collection of high-quality products curated for quality and longevity."
@@ -131,27 +78,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
- {
- title: "Secure Payments",
- description: "Global payment gateways integrated out of the box.",
- imageSrc: "http://img.b2bpic.net/free-vector/technological-background-with-hexagons_23-2147634061.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147763687.jpg",
- buttonText: "See Details",
- },
- {
- title: "Global Logistics",
- description: "Seamless tracking and shipping globally.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-abstract-background-with-marble-texture_474888-4849.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-vector/blue-background-with-lines-social-networking-icons_23-2147613734.jpg",
- buttonText: "See Details",
- },
- {
- title: "Analytics Dashboard",
- description: "Real-time insights into your store performance.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-art-background-template-botanical-watercolor-vector-floral-illustrations-buds-leaves-pastel-tonesframe-seamless-pattern-peony-wedding-invitation-greeting-card-poster_123827-29752.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-cover-art-illustration_23-2151904466.jpg",
- buttonText: "See Details",
- },
+ { title: "Secure Payments", description: "Global payment gateways integrated out of the box.", imageSrc: "http://img.b2bpic.net/free-vector/technological-background-with-hexagons_23-2147634061.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147763687.jpg", buttonText: "See Details" },
+ { title: "Global Logistics", description: "Seamless tracking and shipping globally.", imageSrc: "http://img.b2bpic.net/free-photo/modern-abstract-background-with-marble-texture_474888-4849.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/blue-background-with-lines-social-networking-icons_23-2147613734.jpg", buttonText: "See Details" },
+ { title: "Analytics Dashboard", description: "Real-time insights into your store performance.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-art-background-template-botanical-watercolor-vector-floral-illustrations-buds-leaves-pastel-tonesframe-seamless-pattern-peony-wedding-invitation-greeting-card-poster_123827-29752.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-cover-art-illustration_23-2151904466.jpg", buttonText: "See Details" },
]}
title="Built for Global Scale"
description="Everything you need to expand your digital retail presence securely and efficiently."
@@ -164,24 +93,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "1",
- icon: Zap,
- title: "Conversion Rate",
- value: "15%",
- },
- {
- id: "2",
- icon: Shield,
- title: "Uptime",
- value: "99.9%",
- },
- {
- id: "3",
- icon: Award,
- title: "Happy Customers",
- value: "50K+",
- },
+ { id: "1", icon: Zap, title: "Conversion Rate", value: "15%" },
+ { id: "2", icon: Shield, title: "Uptime", value: "99.9%" },
+ { id: "3", icon: Award, title: "Happy Customers", value: "50K+" },
]}
title="Proven Performance"
description="Metrics that matter for your business growth."
@@ -189,55 +103,16 @@ export default function LandingPage() {