Merge version_1_1782044421240 into main #3

Merged
bender merged 1 commits from version_1_1782044421240 into main 2026-06-21 12:23:03 +00:00

View File

@@ -5,7 +5,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev
import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { Box, Leaf, Shield, XCircle, Tool } from "lucide-react";
import { Box, Leaf, Shield, XCircle, Wrench } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -66,7 +66,7 @@ export default function HomePage() {
description="Excellence in every drop."
features={[
{ icon: Leaf, title: "100% Natural", description: "Pure ingredients only." },
{ icon: Tool, title: "Handmade", description: "Small-batch craft." },
{ icon: Wrench, title: "Handmade", description: "Small-batch craft." },
{ icon: Shield, title: "Cruelty-Free", description: "Never tested on animals." },
{ icon: Box, title: "Eco-Packaging", description: "Conscious of the earth." },
{ icon: XCircle, title: "Chemical-Free", description: "No synthetic additives." }