diff --git a/src/app/page.tsx b/src/app/page.tsx index 8770da7..55478d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Building, Feather, Leaf, Lightbulb, Sparkles, Users, Brush, ClipboardCheck, HardHat, Tree, Hammer, Flower2, HeartHandshake } from "lucide-react"; +import { Award, Building, Feather, Leaf, Lightbulb, Sparkles, Users, Brush, ClipboardCheck, HardHat, Trees, Hammer, Flower2, HeartHandshake } from "lucide-react"; export default function LandingPage() { return ( @@ -145,7 +145,7 @@ export default function LandingPage() { icon: HardHat, text: "Certified Craftsmanship"}, { - icon: Tree, + icon: Trees, text: "Sustainable Sourcing"}, { icon: Hammer, @@ -254,7 +254,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-elegant-silk-dress-posing-tropical-rainy-tropical-forest_273443-4828.jpg", imageAlt: "David Kim, a landscape architect"}, { id: "t-5", name: "Jessica L.", role: "Commercial Manager", company: "Orange County, CA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30885.jpg", imageAlt: "Jessica Lee, a commercial manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30885.jpg", alt: "Jessica Lee, a commercial manager"}, { id: "t-6", name: "Robert B.", role: "Homeowner", company: "Pasadena, CA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/orders_23-2148013390.jpg", imageAlt: "Robert Brown, a homeowner"},