Update src/app/page.tsx

This commit is contained in:
2026-03-07 16:22:05 +00:00
parent c29fa07368
commit d5f6cf186d

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroCentered
title="Transform Words Into Stunning Visuals"
description="Turn your imagination into breathtaking images with cutting-edge AI technology. Create professional artwork in seconds, not hours."
background={{ variant: "aurora" }}
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acm6enL7AY12YcOXTZ0RWr8q9Q/professional-portrait-photo-of-a-diverse-1772900405214-1656ce17.png", alt: "User 1"},
@@ -224,7 +224,7 @@ export default function LandingPage() {
{
id: "5", title: "How long does image generation take?", content: "Most images are generated in 2-5 seconds. Premium features and higher resolutions may take slightly longer, but you'll see results in under a minute in most cases."},
{
id: "6", title: "Do you store my generated images?", content: "Your images are stored in your private account for 30 days. You can download them anytime. We never share your images with third parties or use them for training without explicit consent."},
id: "6", title: "Do you store my generated images?", content: "Your images are stored in your private account for 30 days. You can download them anytime. We never share your images with third parties or use them for training without explicit consent."}
]}
/>
</div>