diff --git a/src/app/page.tsx b/src/app/page.tsx index c802846..a290040 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { ArrowRight } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -32,22 +33,10 @@ export default function LandingPage() { @@ -390,45 +201,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-grey-shirt_158595-901.jpg" logoText="KOOLKY" columns={[ - { - title: "Shop", - items: [ - { - label: "T-Shirts", - href: "#", - }, - { - label: "Trousers", - href: "#", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Refund Policy", - href: "#", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "Support", - href: "mailto:support@koolky.com", - }, - { - label: "WhatsApp", - href: "#", - }, - ], - }, + { title: "Shop", items: [{ label: "T-Shirts", href: "#" }, { label: "Trousers", href: "#" }] }, + { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Refund Policy", href: "#" }] }, + { title: "Contact", items: [{ label: "Support", href: "mailto:support@koolky.com" }, { label: "WhatsApp", href: "#" }] }, ]} />