diff --git a/src/app/page.tsx b/src/app/page.tsx index b9378d5..d858ba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Sparkles, Award, ArrowRight, CheckCircle, Globe, Crown, Palette, Mail, Heart } from "lucide-react"; +import { Sparkles, Award, ArrowRight, CheckCircle, Globe, Crown, Palette, Mail, Heart, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -43,7 +43,7 @@ export default function LandingPage() {