From 7e9084ded39ed9ceda24658bb180b9072dcb61fb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:35:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1379c80..b9472b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Leaf, ShoppingBag, Star, Users, Utensils } from "lucide-react"; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import { Award, Leaf, ShoppingBag, Star, Users, Utensils, Store, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -32,6 +33,7 @@ export default function LandingPage() { +
+ +
+