Skip to content

Commit

Permalink
Fix unwanted runtime errors on services and android page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Nov 20, 2023
1 parent 11a76b8 commit d81d1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt-frontend/pages/android-app-development.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<div>
<Header />
<div class="xll:bg-black-core/[90%] 3xl:bg-white">
<LandingSection ref="landing" />
<div class="xll:bg-black-core/[90%] 3xl:bg-white" ref="landing">
<LandingSection />
</div>
<DevelopmentSection />
<CaseStudy />
<CaseStudy />
<PinkCtaSection class="hidden lg:block" />
<SuccessStorySection />
<BlackCtaSection />
Expand Down

0 comments on commit d81d1a3

Please sign in to comment.