From 8b6e0dde402e52ac3ab31aee269974d94bd34916 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 14:19:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8daaf2b..29b7cc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -9,7 +9,7 @@ import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Users, Wine, Clock, Sparkles, Chef, Leaf } from "lucide-react"; +import { Award, Users, Wine, Clock, Sparkles, ChefHat, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -29,7 +29,7 @@ export default function LandingPage() {