Update src/app/page.tsx
This commit is contained in:
@@ -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+" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user