diff --git a/src/app/page.tsx b/src/app/page.tsx index f00a7e5..7209a5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, Bee, Flower, Heart, Leaf, Sparkles, Trophy, Zap } from "lucide-react"; +import { Award, Heart, Leaf, Sparkles, Trophy, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -64,7 +64,7 @@ export default function LandingPage() { title="Crafted by nature, perfected by passion. Every jar tells the story of our commitment to quality and sustainability." description="Bee at Home" subdescription="Artisanal Honey Since 2015" - icon={Flower} + icon={Leaf} imageSrc="https://img.b2bpic.net/free-photo/shot-beekeeper-beekeeping-suit-standing-near-row-beehives-his-apiary-copyspace_7502-5476.jpg" imageAlt="Beekeeper tending to hives in sunlit field" useInvertedBackground="noInvert" @@ -174,7 +174,7 @@ export default function LandingPage() {