almost all linking done exept underdevelopment pages or not developed
This commit is contained in:
@@ -1012,7 +1012,7 @@ export const IOSAppDevelopment = () => {
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row gap-6 justify-center">
|
||||
<ShimmerButton
|
||||
className="text-lg px-8 py-4 h-[56px]"
|
||||
className="text-lg px-8 py-4 h-auto"
|
||||
onClick={() => navigateTo("/start-a-project")}
|
||||
>
|
||||
<div className="inline-flex items-center gap-2">
|
||||
@@ -1023,7 +1023,7 @@ export const IOSAppDevelopment = () => {
|
||||
<Button
|
||||
variant="outline"
|
||||
size="lg"
|
||||
className="text-lg px-8 py-4 h-[56px] border-white/20 text-muted-foreground hover:bg-white/10 hover:text-foreground"
|
||||
className="text-lg px-8 py-4 h-auto border-white/20 text-muted-foreground hover:bg-white/10 hover:text-foreground"
|
||||
>
|
||||
<Calendar className="w-5 h-5 mr-2" />
|
||||
Schedule Consultation
|
||||
|
||||
Reference in New Issue
Block a user