diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cf7f9f..3be74ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,9 +6,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TextAbout from "@/components/sections/about/TextAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Sparkles } from "lucide-react"; @@ -30,71 +28,58 @@ export default function ItalianRestaurantPage() {
-