diff --git a/src/app/page.tsx b/src/app/page.tsx index b19a2f4..d9342cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Briefcase, Clock, Flame, Globe, Heart, Leaf, Scale, Sparkles, Temperature } from "lucide-react"; +import { Award, Briefcase, Clock, Flame, Globe, Heart, Leaf, Scale, Sparkles, Thermometer } from "lucide-react"; export default function LandingPage() { return ( @@ -148,7 +148,7 @@ export default function LandingPage() { { title: "Precision Roasting", description: "Our expert roasters monitor every batch, ensuring each bean is perfectly roasted to unlock its full flavor potential and aromatic complexity.", bentoComponent: "icon-info-cards", items: [ { - icon: Temperature, + icon: Thermometer, label: "Temperature", value: "205°C"}, { icon: Clock,