diff --git a/src/app/page.tsx b/src/app/page.tsx index f252700..1bd96b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,10 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Sparkles, Star, Award } from "lucide-react"; const assetMap = { @@ -230,19 +230,17 @@ export default function LandingPage() { />
-
@@ -258,28 +256,28 @@ export default function LandingPage() { />
-
); -} +} \ No newline at end of file