Merge version_1 into main #3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user