diff --git a/src/components/sections/landing/LandingHero.astro b/src/components/sections/landing/LandingHero.astro index 58e453d..e34349e 100644 --- a/src/components/sections/landing/LandingHero.astro +++ b/src/components/sections/landing/LandingHero.astro @@ -5,13 +5,16 @@ import homeImage from '../../../pages/images/home/home-5.png'; import userImage1 from '../../../pages/images/user/img-1.jpg'; import userImage2 from '../../../pages/images/user/img-2.jpg'; import userImage3 from '../../../pages/images/user/img-3.jpg'; +import userImage4 from '../../../pages/images/user/img-4.jpg'; import homeBg from '../../../pages/images/home/home5-bg.png'; import { Image } from 'astro:assets'; +import UserSlider from '@/components/ui/userSlider/UserSlider.astro'; const users = [ { imgSrc: userImage1, alt: 'User 1' }, { imgSrc: userImage2, alt: 'User 2' }, { imgSrc: userImage3, alt: 'User 3' }, + { imgSrc: userImage4, alt: 'User 4' }, ]; --- @@ -39,26 +42,8 @@ const users = [ >
-
-
- { - users.map((user) => ( -
- {user.alt} -
- )) - } -
-

99+

-
-
-
-
-
{homeSectionData.userCountText}
+ +

{homeSectionData.userCountDescription}

diff --git a/src/components/sections/pricing/LandingPagePrice.astro b/src/components/sections/pricing/LandingPagePrice.astro index 597923c..37d9063 100644 --- a/src/components/sections/pricing/LandingPagePrice.astro +++ b/src/components/sections/pricing/LandingPagePrice.astro @@ -1,56 +1,54 @@ --- -import betaLaunchData from '../../../../src/data_files/betaLaunchContent.json'; +import betaLaunchData from "../../../../src/data_files/betaLaunchContent.json"; const checkIcon = - 'mdi mdi-check-circle-outline f-20 text-primary me-2 align-middle'; + "mdi mdi-check-circle-outline f-20 text-primary me-2 align-middle"; --- -
-
-
-
-
-
🚀 Beta Launch Exclusive
-

- Be the First to Try Our New Product! -

-

+

+
+
+
+
+
🚀 Beta Launch Exclusive
+

Be the First to Try Crawlora!

+

Limited spots available for early adopters. Join now to shape the future of our product!

-
+
{ betaLaunchData.map((offer) => ( -
-
-
-
Exclusive Beta Offer
+
+
+
+
Exclusive Beta Offer
-
-
+
+
{offer.title}
-

{offer.description}

-
    +

    {offer.description}

    +
      {offer.features.map((feature) => ( -
    • +
    • {feature}
    • ))}
    -
    -
-