diff --git a/src/app/page.tsx b/src/app/page.tsx
index 737c98a..0deacb1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Lock, Truck } from "lucide-react";
+import { Lock, Truck, Grid, MessageSquareText, Award, LifeBuoy } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,102 +33,63 @@ export default function LandingPage() {
@@ -418,50 +259,31 @@ export default function LandingPage() {
logoText="DHABALE SPORT"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "All Products",
- href: "#products",
- },
+ label: "All Products", href: "#products"},
{
- label: "New Arrivals",
- href: "#products",
- },
+ label: "New Arrivals", href: "#products"},
{
- label: "Best Sellers",
- href: "#products",
- },
+ label: "Best Sellers", href: "#products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}