diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a09cc9..c323ac6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Instagram, Twitter } from "lucide-react"; +import { Instagram, Twitter, Zap, Star, Music, Camera } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -250,31 +131,11 @@ export default function LandingPage() {
@@ -317,16 +164,8 @@ export default function LandingPage() { logoText="DESI TWIST" copyrightText="© 2025 Desi Twist" socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" } ]} />