Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 08:03:48 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Check, Clock, Fire, Flame, Heart, Home, Instagram, Facebook, Twitter, MessageCircle, Phone, Smile, Star, Users, Wheat } from 'lucide-react';
import { Check, Clock, Flame, Heart, Home, Instagram, Facebook, Twitter, MessageCircle, Phone, Smile, Star, Users, Wheat } from 'lucide-react';
export default function LandingPage() {
return (
@@ -121,7 +121,7 @@ export default function LandingPage() {
title: "Authentic Recipe", description: "Passed down through generations, our pizza dough ferments for 72 hours using a secret blend of Italian flours.", bentoComponent: "icon-info-cards", items: [
{ icon: Wheat, label: "Italian Flour", value: "100%" },
{ icon: Clock, label: "Fermentation", value: "72 Hours" },
{ icon: Fire, label: "Wood Fired", value: "900°C" }
{ icon: Flame, label: "Wood Fired", value: "900°C" }
]
},
{