Skip to content

Commit

Permalink
Refactor typo and import service section on load the the page in mobi…
Browse files Browse the repository at this point in the history
…le-app-development
  • Loading branch information
cp-dharti-r committed Jun 18, 2024
1 parent b6a708a commit 6dd94a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nuxt-frontend/components/contact/Guaranty.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="guaranty" class="container">
<div id="guarantee" class="container">
<div
class="rounded-xl border bg-[#F8F8F8] shadow-[0px_2px_35px_rgba(0,0,0,0.12)] mt-16 lg:my-28 px-4 py-8 lg:py-14 mb-16 3xl:mb-[23rem] mx-0 lg:mx-10 xl:mx-28"
>
Expand Down
4 changes: 2 additions & 2 deletions nuxt-frontend/components/home-new/LandingSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</span>
</nuxt-link>
<nuxt-link
to="/contact#guaranty"
to="/contact#guarantee"
class="lg:hidden sub-h4-regular text-black-60"
>100% MONEY BACK GUARANTEE FOR <br />
TWO WEEKS</nuxt-link
Expand Down Expand Up @@ -119,7 +119,7 @@
>
We offer a
<nuxt-link
to="/contact#guaranty"
to="/contact#guarantee"
class="secondary-color border-b border-[#F2709C]"
>100% MONEY BACK GUARANTEE FOR TWO WEEKS
</nuxt-link>
Expand Down
4 changes: 1 addition & 3 deletions nuxt-frontend/pages/mobile-app-development.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
<script setup>
import Header from "@/components/partials/NewHeader.vue";
import LandingSection from "@/components/mobile-app-development/LandingSection.vue";
import Services from "@/components/mobile-app-development/Services.vue";
import config from "@/config.js";
import { defineAsyncComponent } from "vue";
import { elementInViewPort } from "@/utils.js";
const Services = defineAsyncComponent(
() => import("@/components/mobile-app-development/Services.vue"),
);
const Portfolio = defineAsyncComponent(
() => import("@/components/mobile-app-development/Portfolio.vue"),
);
Expand Down

0 comments on commit 6dd94a1

Please sign in to comment.