diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b01b7e..a49b2c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { CheckCircle, Trophy, Zap, Star, Camera, Package, Rocket, Drone } from "lucide-react"; +import { CheckCircle, Trophy, Zap, Star, Camera, Package, Rocket, Drone, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -45,22 +45,22 @@ export default function LandingPage() { description="Professional drone videography that transforms real estate marketing. Showcase properties from stunning new perspectives with cinematic 4K video production." tag="Drone Videography" tagIcon={Drone} - background={{ variant: "blurBottom" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-stunning-aerial-drone-shot-of-a-modern-1772767637300-048b568e.png?_wi=1", imageAlt: "Aerial drone shot of luxury property at sunset" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-stunning-aerial-drone-shot-of-a-modern-1772767637300-048b568e.png", imageAlt: "Aerial drone shot of luxury property at sunset" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-cinematic-aerial-video-still-of-a-cont-1772767639068-eec9a79a.png?_wi=1", imageAlt: "Cinematic beachfront villa drone footage" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-cinematic-aerial-video-still-of-a-cont-1772767639068-eec9a79a.png", imageAlt: "Cinematic beachfront villa drone footage" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/an-aerial-drone-perspective-of-a-sprawli-1772767637482-ae8ac874.png?_wi=1", imageAlt: "Estate property aerial videography" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/an-aerial-drone-perspective-of-a-sprawli-1772767637482-ae8ac874.png", imageAlt: "Estate property aerial videography" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-drone-shot-of-a-suburban--1772767637111-35857b97.png?_wi=1", imageAlt: "Neighborhood aerial property view" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-drone-shot-of-a-suburban--1772767637111-35857b97.png", imageAlt: "Neighborhood aerial property view" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-stunning-aerial-drone-shot-of-a-modern-1772767637300-048b568e.png?_wi=2", imageAlt: "Premium drone property showcase" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-stunning-aerial-drone-shot-of-a-modern-1772767637300-048b568e.png", imageAlt: "Premium drone property showcase" } ]} buttons={[ @@ -88,7 +88,7 @@ export default function LandingPage() { title: "Professional Editing", description: "Color grading, transitions, and effects that elevate your property listing", bentoComponent: "line-chart" }, { - title: "Licensed & Insured", description: "Full compliance with FAA regulations and commercial insurance coverage", bentoComponent: "orbiting-icons", centerIcon: CheckCircle, + title: "Licensed & Insured", description: "Full compliance with FAA regulations and commercial insurance coverage", bentoComponent: "orbiting-icons", centerIcon: Shield, items: [ { icon: CheckCircle, ring: 1 }, { icon: Trophy, ring: 2 }, @@ -111,13 +111,13 @@ export default function LandingPage() { tagIcon={Camera} blogs={[ { - id: "1", category: "Luxury Residential", title: "Beachfront Villa Marketing Video", excerpt: "Stunning 4K drone footage highlighting ocean views and modern architecture", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-cinematic-aerial-video-still-of-a-cont-1772767639068-eec9a79a.png?_wi=2", imageAlt: "Beachfront villa drone video", authorName: "SkySnap Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-headshot-photo-of-a-real--1772767636684-e0a903ac.png", date: "Nov 2024" + id: "1", category: "Luxury Residential", title: "Beachfront Villa Marketing Video", excerpt: "Stunning 4K drone footage highlighting ocean views and modern architecture", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-cinematic-aerial-video-still-of-a-cont-1772767639068-eec9a79a.png", imageAlt: "Beachfront villa drone video", authorName: "SkySnap Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-headshot-photo-of-a-real--1772767636684-e0a903ac.png", date: "Nov 2024" }, { - id: "2", category: "Estate Properties", title: "Multi-Acre Estate Documentation", excerpt: "Comprehensive aerial survey showcasing 15-acre property with main house and guest quarters", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/an-aerial-drone-perspective-of-a-sprawli-1772767637482-ae8ac874.png?_wi=2", imageAlt: "Estate property aerial video", authorName: "SkySnap Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-headshot-photo-of-a-prope-1772767636948-11cfb55f.png", date: "Oct 2024" + id: "2", category: "Estate Properties", title: "Multi-Acre Estate Documentation", excerpt: "Comprehensive aerial survey showcasing 15-acre property with main house and guest quarters", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/an-aerial-drone-perspective-of-a-sprawli-1772767637482-ae8ac874.png", imageAlt: "Estate property aerial video", authorName: "SkySnap Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-headshot-photo-of-a-prope-1772767636948-11cfb55f.png", date: "Oct 2024" }, { - id: "3", category: "Development Projects", title: "Neighborhood Development Showcase", excerpt: "Aerial development tour showing community layout and amenities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-drone-shot-of-a-suburban--1772767637111-35857b97.png?_wi=2", imageAlt: "Development project aerial view", authorName: "SkySnap Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-headshot-photo-of-a-real--1772767636663-d20c8b8e.png", date: "Sep 2024" + id: "3", category: "Development Projects", title: "Neighborhood Development Showcase", excerpt: "Aerial development tour showing community layout and amenities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-drone-shot-of-a-suburban--1772767637111-35857b97.png", imageAlt: "Development project aerial view", authorName: "SkySnap Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-headshot-photo-of-a-real--1772767636663-d20c8b8e.png", date: "Sep 2024" } ]} textboxLayout="default" @@ -166,13 +166,13 @@ export default function LandingPage() { tagIcon={Package} products={[ { - id: "1", name: "Aerial Property Tour", price: "$399", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-cinematic-aerial-video-still-of-a-cont-1772767639068-eec9a79a.png?_wi=3", imageAlt: "Aerial property tour package", initialQuantity: 1 + id: "1", name: "Aerial Property Tour", price: "$399", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-cinematic-aerial-video-still-of-a-cont-1772767639068-eec9a79a.png", imageAlt: "Aerial property tour package", initialQuantity: 1 }, { - id: "2", name: "Development Survey", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/an-aerial-drone-perspective-of-a-sprawli-1772767637482-ae8ac874.png?_wi=3", imageAlt: "Development survey package", initialQuantity: 1 + id: "2", name: "Development Survey", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/an-aerial-drone-perspective-of-a-sprawli-1772767637482-ae8ac874.png", imageAlt: "Development survey package", initialQuantity: 1 }, { - id: "3", name: "Full Cinematic Production", price: "$1,499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-drone-shot-of-a-suburban--1772767637111-35857b97.png?_wi=3", imageAlt: "Cinematic production package", initialQuantity: 1 + id: "3", name: "Full Cinematic Production", price: "$1,499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYRQzwQdlDoCxIBliGLmFKw7dL/a-professional-drone-shot-of-a-suburban--1772767637111-35857b97.png", imageAlt: "Cinematic production package", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width"