diff --git a/src/app/page.tsx b/src/app/page.tsx index bd24fc5..a7f1e77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,246 +9,133 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Heart, Info, MapPin, ShoppingBag, Sparkles, Star } from "lucide-react"; +import { Heart, Info, MapPin, ShoppingBag, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);