diff --git a/client/app/page.tsx b/client/app/page.tsx index 4285b11e..6348a86f 100644 --- a/client/app/page.tsx +++ b/client/app/page.tsx @@ -1,28 +1,28 @@ -// import AboutAyurveda from "@/components/patient/home/AboutAyurveda"; -// import ImageSlider from "@/components/patient/home/ImageSlider"; -// import WhyUs from "@/components/patient/home/WhyUs"; -// import dynamic from "next/dynamic"; -// import Loader from "@/components/common/Loader"; +import AboutAyurveda from "@/components/patient/home/AboutAyurveda"; +import ImageSlider from "@/components/patient/home/ImageSlider"; +import WhyUs from "@/components/patient/home/WhyUs"; +import dynamic from "next/dynamic"; +import Loader from "@/components/common/Loader"; -// const FeaturesList = dynamic(()=>import("@/components/patient/home/FeatureList"),{ -// loading:()=> -// }) +const FeaturesList = dynamic(()=>import("@/components/patient/home/FeatureList"),{ + loading:()=> +}) const HomePage = () => { return ( - {/* + - */} - + + {/* 🚧 Hold your horses! 🐴 Iam currently working on some awesome animations and large items. Check back soon for a breathtaking experience! 🌟 - + */} ); }; diff --git a/client/components/ui/images-slider.tsx b/client/components/ui/images-slider.tsx index 914193e7..15cdc10a 100644 --- a/client/components/ui/images-slider.tsx +++ b/client/components/ui/images-slider.tsx @@ -145,6 +145,7 @@ export const ImagesSlider = ({ src={loadedImages[currentIndex]} initial="initial" animate="visible" + alt="Banner" exit={direction === "up" ? "upExit" : "downExit"} variants={slideVariants} className="image h-full w-full absolute inset-0 object-cover object-center"