From 3d9739d3eb54539df9c8e376f241794b5222381a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:23:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bcb99a..a4a6446 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Copy, Google, Image, Layers, Lock, Mail, Merge2, Moon, Shield, Sparkles, Wand2 } from 'lucide-react'; +import { Copy, Image, Layers, Lock, Mail, Merge, Moon, Shield, Sparkles, Wand2 } from 'lucide-react'; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af8k1ETXl8ulp72zC7wll1qRMp/a-sophisticated-ai-photo-editing-dashboa-1772972476914-c02a2f99.png" imageAlt="AI Photo Editor Interface" mediaAnimation="blur-reveal" @@ -105,7 +105,7 @@ export default function LandingPage() { title: "Smart Prompts", description: "Use automatic prompts or write custom instructions for precise control", bentoComponent: "animated-bar-chart" }, { - title: "Photo Merge Magic", description: "Combine up to 4 photos into one stunning composite artwork", bentoComponent: "marquee", centerIcon: Merge2, + title: "Photo Merge Magic", description: "Combine up to 4 photos into one stunning composite artwork", bentoComponent: "marquee", centerIcon: Merge, variant: "icon", icons: [Image, Copy, Layers, Wand2] }, { @@ -114,7 +114,7 @@ export default function LandingPage() { { title: "Google Account Integration", description: "Secure API key linking directly to your Google account", bentoComponent: "orbiting-icons", centerIcon: Lock, items: [ - { icon: Google, ring: 1 }, + { icon: Shield, ring: 1 }, { icon: Shield, ring: 2 } ] } -- 2.49.1