diff --git a/src/app/page.tsx b/src/app/page.tsx index ec22296..5a21c5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Flame, Heart, Leaf, Star, Utensils } from "lucide-react"; +import { Flame, Heart, Leaf, Star, Utensils, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -232,49 +107,9 @@ export default function LandingPage() {