From 4970104871a1ad9248d93fab87074da197d720af Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:32:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.49.1