diff --git a/src/app/page.tsx b/src/app/page.tsx index 8efd184..a81cbfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Cube, Globe, Heart, Home, Image, Mail, Palette, Recycle, Leaf, Settings, Share2, ShoppingCart, User, Sparkles, Zap, Lock } from "lucide-react"; +import { Award, Globe, Heart, Home, Image, Mail, Palette, Recycle, Leaf, Settings, Share2, ShoppingCart, User, Sparkles, Zap, Lock, Star } from "lucide-react"; export default function LandingPage() { const handleEmailSubmit = (email: string) => { @@ -23,7 +23,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file