diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ba6b0d..4944690 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,11 @@ import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureBento from "@/components/sections/feature/FeatureBento"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Mail, Leaf, Droplet, Sprout, Wind, MessageSquare } from "lucide-react"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Leaf, Droplet, Sprout, Wind, MessageSquare, Mail, Phone, MapPin } from "lucide-react"; export default function SkincareTemplatePage() { return ( @@ -30,10 +30,10 @@ export default function SkincareTemplatePage() {
-
-
-
); -} +} \ No newline at end of file