converting all parts to glassmorphism

This commit is contained in:
Bhakti
2025-02-22 18:42:03 +05:30
parent 355f13b33d
commit d5086e21ae
5 changed files with 60 additions and 72 deletions
+5 -7
View File
@@ -11,13 +11,11 @@ import Footer from "./Footer";
const HomePage = () => {
return (
<>
<Hero />
<Testimonial />
<About />
<Customization />
<SubjectSection />
<ReviewSection />
<Footer />
<div className=" bg-[url(/images/bgphoto.png)] bg-no-repeat bg-cover">
<Hero />
<Testimonial />
<Footer />
</div>
</>
);
};