diff --git a/src/app/page.tsx b/src/app/page.tsx index ba0202e..be8d4a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Fish, Waves, Sparkles, Leaf, Sprout, Lightbulb, Home, Users, Phone, Quote } from 'lucide-react'; +import { Fish, Waves, Sparkles, Leaf, Sprout, Lightbulb, Home, Users, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -44,7 +44,7 @@ export default function LandingPage() {