diff --git a/src/app/page.tsx b/src/app/page.tsx index b79527b..0061fb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, Basket, CheckCircle, Flower, Gift, Heart, MapPin, Palette, Quote, Rose, Sparkles, Star, Truck, Zap } from 'lucide-react'; +import { Award, CheckCircle, Flower, Gift, Heart, MapPin, Palette, Rose, Sparkles, Star, Truck, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() {