Merge version_1 into main #1
@@ -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 }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user