remove button from start a project , pwa complete

This commit is contained in:
priyanshuvish
2025-07-17 17:45:38 +05:30
parent 03f5a58986
commit 04dcfa19c3
6 changed files with 268 additions and 259 deletions

View File

@@ -92,7 +92,7 @@ const HeroSection = () => {
</div>
{/* Contact Options */}
<div className="flex flex-col sm:flex-row gap-4 justify-center">
{/* <div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button
variant="secondary"
size="lg"
@@ -102,7 +102,7 @@ const HeroSection = () => {
<Calendar className="w-5 h-5 mr-2" />
<span>Book Appointment</span>
</Button>
</div>
</div> */}
</motion.div>
</div>
</section>