Merge version_2 into main #5
@@ -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 (
|
||||
<ThemeProvider
|
||||
@@ -39,23 +37,9 @@ export default function LandingPage() {
|
||||
{ name: "Depoimentos", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" }
|
||||
]}
|
||||
settingsIcon={Settings}
|
||||
onSettingsClick={() => setShowSettings(!showSettings)}
|
||||
showSettings={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{showSettings && (
|
||||
<div className="fixed top-20 right-6 bg-white dark:bg-gray-900 rounded-lg shadow-lg p-4 z-40 w-48">
|
||||
<div className="text-sm font-semibold mb-3">Configurações</div>
|
||||
<div className="space-y-2 text-xs">
|
||||
<button className="w-full text-left px-3 py-2 hover:bg-gray-100 dark:hover:bg-gray-800 rounded">Preferências</button>
|
||||
<button className="w-full text-left px-3 py-2 hover:bg-gray-100 dark:hover:bg-gray-800 rounded">Acessibilidade</button>
|
||||
<button className="w-full text-left px-3 py-2 hover:bg-gray-100 dark:hover:bg-gray-800 rounded">Sobre</button>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Sorrisos Saudáveis e Atendimento Humanizado em Mauriti"
|
||||
|
||||
Reference in New Issue
Block a user