Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3442eb60e7 | |||
| 5e0882bfbc | |||
| dd0c81a5d3 | |||
| 7fabfb2ec4 | |||
| 7760e84d0b | |||
| c2dee294c7 | |||
| b482fc8789 |
@@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { CheckCircle, Clock, Trophy, Shield, Scale, DollarSign, Gavel, MessageSquare, Star, Phone, Mail, MapPin, Briefcase } from 'lucide-react';
|
||||
import { CheckCircle, Clock, Trophy, Shield, Scale, DollarSign, Gavel, MessageSquare, Star, Phone, Mail, MapPin, Briefcase, Award, Lock, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -110,8 +110,12 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Solicitar Consultoria", href: "#contact" },
|
||||
{ text: "Ligar Agora", href: "tel:+558199844071" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Serviços jurídicos oferecidos"
|
||||
/>
|
||||
@@ -149,8 +153,12 @@ export default function LandingPage() {
|
||||
id: "3", value: "98%", title: "Taxa de Satisfação de Clientes", items: ["Casos resolvidos satisfatoriamente", "Defesa especializada garantida", "Recuperação de valores indevidos"]
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Começar Agora", href: "#contact" },
|
||||
{ text: "Falar com Especialista", href: "tel:+558199844071" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Métricas de desempenho"
|
||||
/>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--card: #f8f9fa;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #2c3e50;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #faf8f3;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user