diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5e739f0..f6bb197 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqBase from '@/components/sections/faq/FaqBase';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
-import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
+import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Award, Shield, Star } from "lucide-react";
+import { Award, Shield, Star, Briefcase, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,132 +43,25 @@ export default function LandingPage() {
-
@@ -189,44 +70,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "The Executive Jacket",
- price: "$899",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-nude-woman-side-view_23-2149428731.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "The Signature Handbag",
- price: "$599",
- imageSrc: "http://img.b2bpic.net/free-photo/retro-brown-man-leather-bag-bright-colorful-summer-park-hanging-leafes_158538-12266.jpg?_wi=1",
- },
- {
- id: "p3",
- name: "The Minimalist Wallet",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/business-card-with-birds-wallet_53876-94947.jpg",
- },
- {
- id: "p4",
- name: "Classic Leather Trench",
- price: "$1250",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4336.jpg",
- },
- {
- id: "p5",
- name: "Everyday Leather Clutch",
- price: "$350",
- imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-beautiful-nail-polish-rings-holding-small-black-bag_132075-12203.jpg",
- },
- {
- id: "p6",
- name: "Premium Leather Belt",
- price: "$180",
- imageSrc: "http://img.b2bpic.net/free-photo/morning-groom_1303-11598.jpg",
- },
+ { id: "p1", name: "The Executive Jacket", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/black-white-nude-woman-side-view_23-2149428731.jpg?_wi=1" },
+ { id: "p2", name: "The Signature Handbag", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/retro-brown-man-leather-bag-bright-colorful-summer-park-hanging-leafes_158538-12266.jpg?_wi=1" },
+ { id: "p3", name: "The Minimalist Wallet", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/business-card-with-birds-wallet_53876-94947.jpg" }
]}
title="The Zellwears Collection"
description="Curated essentials for a lifestyle of sophistication."
@@ -235,216 +82,68 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file