From 25364fc9448ef02a6280f5ca45453e977bf00935 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 17:46:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 180 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8091c57..05f4ab9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Car, Globe, Smartphone, Smile, Truck } from "lucide-react"; +import { Award, Globe, Smartphone, Car, Truck, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {