Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-27 01:52:21 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Coffee, Mug, Utensils, Star, MapPin, Heart, Clock, Award, Users, CheckCircle } from "lucide-react";
import { Coffee, Utensils, Star, MapPin, Heart, Clock, Award, Users, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -78,7 +78,7 @@ export default function LandingPage() {
title="Our Signature Brews & Bites"
description="Explore our handcrafted coffee creations, unique lattes, and delectable homemade pastries, all made with passion and the finest ingredients."
tag="Daily Delights"
tagIcon={Mug}
tagIcon={Coffee}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}