diff --git a/src/app/page.tsx b/src/app/page.tsx index 40d25ad..52e5800 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Heart, Scissors, Sparkles, Users, Wind, Zap } from "lucide-react"; +import { Utensils, Cake, Users, Sparkles, TrendingUp, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -27,31 +27,31 @@ export default function LandingPage() { >
@@ -59,17 +59,17 @@ export default function LandingPage() {
@@ -77,69 +77,77 @@ export default function LandingPage() {
@@ -147,14 +155,14 @@ export default function LandingPage() {
); -} \ No newline at end of file +}