diff --git a/src/app/page.tsx b/src/app/page.tsx index bbb9bf4..a925203 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,8 +5,8 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function LandingPage() { return ( @@ -77,10 +77,8 @@ export default function LandingPage() {
-