Merge version_1 into main #12
@@ -10,7 +10,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, Briefcase, Building2, Chef, CheckCircle, Heart, Image, Mail, Palette, Sparkles, Star, Users, Utensils, UtensilsCrossed } from 'lucide-react';
|
||||
import { Award, Briefcase, Building2, CheckCircle, Heart, Image, Mail, Palette, Sparkles, Star, Users, UtensilsCrossed } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -184,8 +184,8 @@ export default function LandingPage() {
|
||||
title="Exceptional Food & Catering - Where Culinary Excellence Meets Luxury"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ icon: Chef, label: "Award-Winning Chefs", value: "10+" },
|
||||
{ icon: Utensils, label: "Global Cuisine Options", value: "25+" },
|
||||
{ icon: Heart, label: "Award-Winning Chefs", value: "10+" },
|
||||
{ icon: UtensilsCrossed, label: "Global Cuisine Options", value: "25+" },
|
||||
{ icon: Star, label: "Food Rating", value: "4.9★" },
|
||||
{ icon: Users, label: "Guest Capacity", value: "500+" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user