From 495d0ca3864d812d9e0a999b0aa58d0b8735511c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 04:53:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5f7599..293be38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Facebook, Instagram, Twitter } from "lucide-react"; +import { Facebook, Instagram, Twitter, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -32,86 +32,51 @@ export default function LandingPage() {
@@ -358,19 +222,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, ]} />