From f53dc27ceb41716d31aa01f38fcd36de8e6cf8eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:42:03 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 382 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 348 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e33560..34c2a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Flame, Star, Truck, Phone, ShoppingBag, Facebook, Instagram, Twitter } from "lucide-react"; +import { Flame, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -27,11 +27,22 @@ export default function LandingPage() { ); -} \ No newline at end of file +}