From 90eef495ccccf3942169269be4e0b276b109e286 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:15:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6cc9da..379e705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Launch Faster" tagIcon={Rocket} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "animated-grid" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/a-sleek-saas-dashboard-showing-professio-1772565176537-ffdfe08b.png" imageAlt="Professional app mockups and animated promos dashboard" buttons={[ @@ -81,28 +81,28 @@ export default function LandingPage() { { id: 1, title: "Drag-and-Drop Screenshot Upload", description: "Simply drag your app screenshots into Mockcraft. Our intelligent system automatically detects your app's design and creates perfectly framed mockups in seconds.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-screen-showing-a-dra-1772565176222-d9b639d1.png?_wi=1", imageAlt: "Feature screenshot upload" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-screen-showing-a-dra-1772565176222-d9b639d1.png", imageAlt: "Feature screenshot upload" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-screen-showing-a-dra-1772565176222-d9b639d1.png?_wi=2", imageAlt: "Feature screenshot upload" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-screen-showing-a-dra-1772565176222-d9b639d1.png", imageAlt: "Feature screenshot upload" } }, { id: 2, title: "Prebuilt Animated Mockup Templates", description: "Choose from dozens of professionally designed templates for iOS App Store, Google Play, social media, and investor presentations. Each template includes smooth animations to showcase your app.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png?_wi=1", imageAlt: "Feature mockup templates" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png", imageAlt: "Feature mockup templates" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png?_wi=2", imageAlt: "Feature mockup templates" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png", imageAlt: "Feature mockup templates" } }, { id: 3, title: "Full Brand Customization", description: "Customize colors, fonts, and layouts to match your brand perfectly. Our editor lets you adjust every detail without needing design skills. Maintain consistency across all your marketing channels.", phoneOne: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png?_wi=3", imageAlt: "Feature brand customization" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png", imageAlt: "Feature brand customization" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png?_wi=4", imageAlt: "Feature brand customization" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/mobile-phone-mockup-displaying-a-grid-of-1772565176465-dad7154c.png", imageAlt: "Feature brand customization" } } ]} -- 2.49.1