diff --git a/src/app/page.tsx b/src/app/page.tsx index 78dadbc..edb1b6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -46,28 +46,20 @@ export default function HomePage() { tag="Premium Drone Services" tagIcon={Drone} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "animated-grid" }} mediaItems={[ { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/a-stunning-aerial-view-of-a-landscape-sh-1772782817665-16df9357.png", - imageAlt: "Aerial landscape photography", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/a-stunning-aerial-view-of-a-landscape-sh-1772782817665-16df9357.png", imageAlt: "Aerial landscape photography"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/professional-aerial-drone-shot-of-a-mode-1772782817830-60d56fe9.png", - imageAlt: "City skyline aerial shot", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/professional-aerial-drone-shot-of-a-mode-1772782817830-60d56fe9.png", imageAlt: "City skyline aerial shot"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-photography-of-a-beautiful--1772782818376-e333f5ba.png", - imageAlt: "Sunset coastal drone photography", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-photography-of-a-beautiful--1772782818376-e333f5ba.png", imageAlt: "Sunset coastal drone photography"}, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-view-of-a-dense-forest-with-1772782817961-5cf7439c.png", - imageAlt: "Forest aerial view", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/aerial-drone-view-of-a-dense-forest-with-1772782817961-5cf7439c.png", imageAlt: "Forest aerial view"}, ]} mediaAnimation="slide-up" buttons={[ @@ -89,31 +81,23 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Expert Team", - description: - "Certified drone pilots and cinematographers with years of industry experience", - icon: Award, + title: "Expert Team", description: + "Certified drone pilots and cinematographers with years of industry experience", icon: Award, }, { - title: "Premium Equipment", - description: - "State-of-the-art drone technology and professional-grade cameras", - icon: Zap, + title: "Premium Equipment", description: + "State-of-the-art drone technology and professional-grade cameras", icon: Zap, }, { - title: "Creative Vision", - description: - "Innovative storytelling that brings your vision to life through stunning visuals", - icon: Lightbulb, + title: "Creative Vision", description: + "Innovative storytelling that brings your vision to life through stunning visuals", icon: Lightbulb, }, { - title: "Full Service", - description: - "From concept to delivery, we handle every aspect of your project", - icon: CheckCircle, + title: "Full Service", description: + "From concept to delivery, we handle every aspect of your project", icon: CheckCircle, }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/professional-team-of-drone-pilots-and-te-1772782819002-da7da903.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYwK4Cz6PEx5jh2gk5mnsvZcTC/professional-team-of-drone-pilots-and-te-1772782819002-da7da903.png" imageAlt="Professional drone services team" mediaAnimation="slide-up" imagePosition="right" @@ -124,37 +108,21 @@ export default function HomePage() {