From 97e6c6a425e8158f1d51a9ee79edd57b823702ef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:14:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62414d2..3e3459c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Droplet, Globe, Leaf, Wind } from 'lucide-react'; +import { Droplet, Globe, Leaf, Wind, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -127,6 +127,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardClassName="relative" + imageClassName="relative group overflow-hidden" buttons={[ { text: "Shop Sustainable Cups", href: "#" } ]} -- 2.49.1