-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes in landing section image section
- Loading branch information
1 parent
636fe70
commit b0ecbac
Showing
2 changed files
with
75 additions
and
46 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
vue-frontend/src/components/flutter-app-development/DevelopmentSection.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<template> | ||
<div | ||
class="tw-pt-14 md:tw-pt-[7.5rem] tw-bg-black-core tw-text-white tw-text-center" | ||
> | ||
<div | ||
class="tw-container tw-flex tw-flex-col tw-gap-4 md:tw-gap-6 md:tw-w-[54.4375rem]" | ||
> | ||
<span class="header-2"> Flutter App Development Services </span> | ||
<span class="sub-h1-regular"> | ||
We leverage Flutter's rich, customizable widgets and fast development | ||
capabilities to create beautiful and user-friendly apps that save you | ||
time and cost of platform-specific development. | ||
</span> | ||
</div> | ||
<!-- Flutter --> | ||
<div></div> | ||
</div> | ||
</template> | ||
<script type="module"> | ||
export default { | ||
data() { | ||
return {}; | ||
}, | ||
mounted() { | ||
document.addEventListener("scroll", this.handleScroll); | ||
}, | ||
}; | ||
</script> |
93 changes: 47 additions & 46 deletions
93
vue-frontend/src/components/flutter-app-development/LandingSection.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters