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: "#" } ]}