diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cc079e..9fa2536 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Flame, Heart, Leaf, Utensils } from "lucide-react"; +import { Flame } from "lucide-react"; export default function LandingPage() { return ( @@ -53,6 +52,12 @@ export default function LandingPage() { /> +
+
+ Featured visual +
+
+
); -} +} \ No newline at end of file