Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-12 01:32:27 +00:00

View File

@@ -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,