diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b9e147..2793695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,7 +167,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="fluid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -189,18 +189,18 @@ export default function LandingPage() { tag="AI-Powered Photography" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-modern-photo-editing-interface-showing-1772766789805-614e76b7.png?_wi=1", imageAlt: "Photo editing interface with landscape image" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-3d-camera-mode-interface-showing-a-por-1772766791984-af28b690.png?_wi=1", imageAlt: "3D camera mode interface with depth visualization" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-photo-editing-workspace-with-multiple--1772766789923-48c6187b.png?_wi=1", imageAlt: "Advanced editing tools and filter panel" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/an-ai-powered-photo-enhancement-preview--1772766790190-8f5919a6.png?_wi=1", imageAlt: "AI enhancement preview showing improvements" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-modern-photo-editing-interface-showing-1772766789805-614e76b7.png", imageAlt: "Photo editing interface with landscape image" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-3d-camera-mode-interface-showing-a-por-1772766791984-af28b690.png", imageAlt: "3D camera mode interface with depth visualization" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-photo-editing-workspace-with-multiple--1772766789923-48c6187b.png", imageAlt: "Advanced editing tools and filter panel" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/an-ai-powered-photo-enhancement-preview--1772766790190-8f5919a6.png", imageAlt: "AI enhancement preview showing improvements" } ]} rightCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/an-ai-powered-photo-enhancement-preview--1772766790190-8f5919a6.png?_wi=2", imageAlt: "AI enhancement comparison showing improvements" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-photo-editing-workspace-with-multiple--1772766789923-48c6187b.png?_wi=2", imageAlt: "Advanced editing tools and filter panel" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-modern-photo-editing-interface-showing-1772766789805-614e76b7.png?_wi=2", imageAlt: "Clean editing interface with simple controls" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-3d-camera-mode-interface-showing-a-por-1772766791984-af28b690.png?_wi=2", imageAlt: "3D camera depth mapping visualization" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/an-ai-powered-photo-enhancement-preview--1772766790190-8f5919a6.png", imageAlt: "AI enhancement comparison showing improvements" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-photo-editing-workspace-with-multiple--1772766789923-48c6187b.png", imageAlt: "Advanced editing tools and filter panel" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-modern-photo-editing-interface-showing-1772766789805-614e76b7.png", imageAlt: "Clean editing interface with simple controls" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYPq3X7qpwfXjwqkJiyF7DJHD2/a-3d-camera-mode-interface-showing-a-por-1772766791984-af28b690.png", imageAlt: "3D camera depth mapping visualization" } ]} carouselPosition="right" buttons={heroButtons} @@ -290,7 +290,7 @@ export default function LandingPage() { text="Ready to transform your photography? Start creating stunning images with PhotoAI today. Join thousands of creators already making magic with our AI-powered tools." animationType="entrance-slide" buttons={contactButtons} - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} />