Merge version_1_1782044421240 into main #3
@@ -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." }
|
||||
|
||||
Reference in New Issue
Block a user