diff --git a/src/app/page.tsx b/src/app/page.tsx index dd3fd14..6e835a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Heart, Instagram, Phone, Sparkles, Star } from "lucide-react"; +import { Award, Heart, Instagram, Phone, Sparkles, Star, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,38 +47,19 @@ export default function LandingPage() {