From 83ba51f73dabeb751be9cf8f313d684175ff849b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 16:12:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 220c780..16e1e77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Crown } from "lucide-react"; export default function LandingPage() { return ( @@ -45,6 +46,8 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Set the Scene for a Flawless Event" description="Premium mobile restroom trailers delivered, staged, and serviced with the elegance of a boutique hotel. Elevate your Wisconsin event." + tag="Luxury Event Standards" + tagIcon={Crown} kpis={[ { value: "10+", label: "Years Experience"}, @@ -178,4 +181,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}