Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-03-03 23:14:38 +00:00

View File

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