diff --git a/src/app/page.tsx b/src/app/page.tsx index 888be81..af5c2a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ 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 TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Utensils } from "lucide-react"; @@ -105,15 +105,15 @@ export default function PolishRestaurantPage() {