From 43d7614ef6889cb81d8fc758dee6766184406dfa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:33:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60d414f..e6a9a1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Crown } from "lucide-react"; export default function LandingPage() { return ( @@ -46,8 +45,6 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Set the Scene for a Flawless Event" description="Our trailers offer the comfort of an interior space with the quality of modern hospitality." - tag="Luxury Event Standards" - tagIcon={Crown} kpis={[ { value: "10+", label: "Counties Served"}, -- 2.49.1