Skip to content

Commit

Permalink
changed header for the development section
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ashish-k committed Nov 30, 2023
1 parent c5b7a33 commit 8ddff16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="py-14 lg:py-[7.5rem] bg-[#121212] text-white text-center 3xl:outer-container"
>
<div class="container flex flex-col gap-4 lg:gap-6 lg:pb-[4.5rem]">
<span class="header-2"> Flutter App Development Services </span>
<span class="header-2"> Flutter app development services </span>
<span class="sub-h1-regular text-white/[0.8]">
We leverage Flutter's rich, customizable widgets and fast development
capabilities to create beautiful and user-friendly apps that save you
Expand All @@ -21,6 +21,7 @@
delay: 3000,
disableOnInteraction: false,
}"
:speed="1500"
:pagination="pagination"
:breakpoints="{
'540': {
Expand Down Expand Up @@ -173,7 +174,7 @@ function handleScroll() {
});
}
</script>
<style lang="postcss">
<style lang="postcss" scoped>
@import "swiper/css";
@import "swiper/css/pagination";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
delay: 3000,
disableOnInteraction: false,
}"
:speed="3000"
:speed="1500"
:loop="true"
:spaceBetween="20"
:pagination="pagination"
Expand Down

0 comments on commit 8ddff16

Please sign in to comment.