pwa working, homepage cta redirect to start-a-project

This commit is contained in:
priyanshuvish
2025-07-17 17:13:18 +05:30
parent 477dbad434
commit 03f5a58986
7 changed files with 1396 additions and 561 deletions

View File

@@ -76,7 +76,7 @@ export function HeroSection() {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.8, delay: 0.5 }}
>
<Button size="lg" className="whitespace-nowrap" onClick={() => navigateTo('/contact')}>
<Button size="lg" className="whitespace-nowrap" onClick={() => navigateTo('/start-a-project')}>
<Calendar className="w-4 h-4" />
Book a Free Consultation
</Button>

View File

@@ -86,7 +86,7 @@ export const SplitCallToAction = () => {
<Button
size="lg"
className="w-full bg-accent hover:bg-accent/90 text-accent-foreground py-4 text-lg border-0 rounded-lg"
onClick={() => navigateTo('/contact')}
onClick={() => navigateTo('/start-a-project')}
>
<Phone className="w-5 h-5 mr-2" />
Schedule Free Call