From 31bb76be0b8a7288bf5db45de76306f8e4de679a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:48:14 +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 fd9f5ff..9b1abbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Calendar, Mail, MapPin, Smile, Users } from "lucide-react"; +import { Award, Calendar, Mail, MapPin, Smile, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -86,6 +86,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} + tag="Zero Long-term Commitment" + tagIcon={Zap} + tagAnimation="slide-up" features={[ { icon: MapPin, title: "Prestigious Address", description: "Put your business on the map in Recife's prime business district." }, { icon: Mail, title: "Mail Handling", description: "Secure receiving and management of all your business correspondence." },