diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ce60d7..868f07f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Lightbulb, Cube, Palette, Zap } from "lucide-react"; +import { Lightbulb, Palette, Zap, Package } from "lucide-react"; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -43,7 +43,7 @@ export default function LandingPage() {