Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-13 15:28:51 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Award, CheckCircle, Phone, Sparkles, Star, TrendingUp, Users, Utensils, Zap, Chef } from "lucide-react";
import { Award, CheckCircle, Phone, Sparkles, Star, TrendingUp, Users, Utensils, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -89,7 +89,7 @@ export default function LandingPage() {
<AboutMetric
title="Crafted with Passion Since 2010"
metrics={[
{ icon: Chef, label: "Expert Chefs", value: "15+" },
{ icon: Utensils, label: "Expert Chefs", value: "15+" },
{ icon: Users, label: "Happy Customers", value: "50K+" },
{ icon: Utensils, label: "Signature Dishes", value: "30+" }
]}