From 5f78d9ec326e1e9b2dafb36de6b05011546d9b57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 21:11:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 83 +++++++++++------------------------------------- 1 file changed, 19 insertions(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0422bd..52cc168 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import { Instagram, Facebook, MapPin, Phone } from "lucide-react"; export default function LandingPage() { @@ -27,65 +26,20 @@ export default function LandingPage() {
-
- -
- -
- -
-
@@ -93,26 +47,27 @@ export default function LandingPage() {