diff --git a/src/app/page.tsx b/src/app/page.tsx index 81f55cc..f6b1799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,11 +10,9 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Calendar, Heart, HelpCircle, MessageCircle, Sparkles, Star, TrendingUp, Users, Settings } from 'lucide-react'; -import { useState } from 'react'; +import { Award, Calendar, Heart, HelpCircle, MessageCircle, Sparkles, Star, TrendingUp, Users } from 'lucide-react'; export default function LandingPage() { - const [showSettings, setShowSettings] = useState(false); return ( setShowSettings(!showSettings)} - showSettings={true} /> - {showSettings && ( -
-
Configurações
-
- - - -
-
- )} -