From 6f2143c2cf72f7f69f3cfb7c096b61a60c709505 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 23:23:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 -- 2.49.1