diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a3fd1c..947c97a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; @@ -41,18 +41,19 @@ export default function DesertOudhPage() {