9 Commits

Author SHA1 Message Date
8d99556638 Update theme colors 2026-06-11 11:07:44 +00:00
628f37917c Update theme colors 2026-06-11 11:06:46 +00:00
19682ad543 Update theme colors 2026-06-11 11:05:02 +00:00
14ac5777c1 Update theme colors 2026-06-11 11:04:58 +00:00
999d779110 Update theme colors 2026-06-11 11:04:51 +00:00
4d58f80636 Update theme fonts 2026-06-11 11:03:35 +00:00
a48522bf22 Update theme fonts 2026-06-11 11:03:35 +00:00
2b65973fe6 Update src/app/page.tsx 2026-06-11 11:01:55 +00:00
a40d489165 Update src/app/page.tsx 2026-06-11 11:01:16 +00:00
4 changed files with 71 additions and 230 deletions

View File

@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google"; import { Mulish } from "next/font/google";
import { Poppins } from "next/font/google";
@@ -40,13 +41,11 @@ export const metadata: Metadata = {
}, },
}; };
const mulish = Mulish({
variable: "--font-mulish", const poppins = Poppins({
subsets: ["latin"], variable: "--font-poppins",
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
export default function RootLayout({ export default function RootLayout({
@@ -57,7 +56,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}> <body className={`${poppins.variable} antialiased`}>
{children} {children}
<script <script

View File

@@ -32,41 +32,25 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Sobre Nós", name: "Sobre Nós", id: "#about"},
id: "#about",
},
{ {
name: "Serviços", name: "Serviços", id: "#services"},
id: "#services",
},
{ {
name: "Porque Escolher", name: "Porque Escolher", id: "#why-choose"},
id: "#why-choose",
},
{ {
name: "Avaliações", name: "Avaliações", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Área de Atuação", name: "Área de Atuação", id: "#service-area"},
id: "#service-area",
},
{ {
name: "Contactos", name: "Contactos", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/gradient-energy-logo-design-template_23-2150021801.jpg" logoSrc="http://img.b2bpic.net/free-vector/gradient-energy-logo-design-template_23-2150021801.jpg"
logoAlt="Proinstall Instalação Elétrica Logo" logoAlt="Proinstall Instalação Elétrica Logo"
brandName="Proinstall Instalação Elétrica" brandName="Proinstall Instalação Elétrica"
button={{ button={{
text: "Pedir Orçamento", text: "Pedir Orçamento", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
@@ -76,55 +60,26 @@ export default function LandingPage() {
description="Instalações elétricas, reparações, carregadores para veículos elétricos, iluminação, quadros elétricos e assistência técnica com rapidez, segurança e garantia." description="Instalações elétricas, reparações, carregadores para veículos elétricos, iluminação, quadros elétricos e assistência técnica com rapidez, segurança e garantia."
testimonials={[ testimonials={[
{ {
name: "Maria Silva", name: "Maria Silva", handle: "@marias.eng", testimonial: "Serviço excecional! A Proinstall superou as minhas expectativas com a instalação do carregador EV. Muito profissionalismo e eficiência.", rating: 5,
handle: "@marias.eng", imageSrc: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998096.jpg", imageAlt: "Avatar Maria Silva"},
testimonial: "Serviço excecional! A Proinstall superou as minhas expectativas com a instalação do carregador EV. Muito profissionalismo e eficiência.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998096.jpg",
imageAlt: "Avatar Maria Silva",
},
{ {
name: "João Santos", name: "João Santos", handle: "@joaos.arq", testimonial: "Rapidez e segurança nas reparações do meu quadro elétrico. Recomendo a Proinstall a todos no Porto.", rating: 5,
handle: "@joaos.arq", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg", imageAlt: "Avatar João Santos"},
testimonial: "Rapidez e segurança nas reparações do meu quadro elétrico. Recomendo a Proinstall a todos no Porto.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg",
imageAlt: "Avatar João Santos",
},
{ {
name: "Ana Rodrigues", name: "Ana Rodrigues", handle: "@ana.design", testimonial: "Instalação de iluminação perfeita para a minha loja. A equipa é atenciosa e o resultado final é impecável.", rating: 5,
handle: "@ana.design", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "Avatar Ana Rodrigues"},
testimonial: "Instalação de iluminação perfeita para a minha loja. A equipa é atenciosa e o resultado final é impecável.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
imageAlt: "Avatar Ana Rodrigues",
},
{ {
name: "Carlos Costa", name: "Carlos Costa", handle: "@carlos.tec", testimonial: "Excelente assistência técnica. Diagnosticaram e resolveram o problema elétrico em tempo recorde. Muito satisfeito!", rating: 5,
handle: "@carlos.tec", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Avatar Carlos Costa"},
testimonial: "Excelente assistência técnica. Diagnosticaram e resolveram o problema elétrico em tempo recorde. Muito satisfeito!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
imageAlt: "Avatar Carlos Costa",
},
{ {
name: "Sofia Pereira", name: "Sofia Pereira", handle: "@sofia.com", testimonial: "A Proinstall é sinónimo de confiança. As instalações elétricas da minha casa foram feitas com a máxima qualidade e atenção aos detalhes.", rating: 5,
handle: "@sofia.com", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageAlt: "Avatar Sofia Pereira"},
testimonial: "A Proinstall é sinónimo de confiança. As instalações elétricas da minha casa foram feitas com a máxima qualidade e atenção aos detalhes.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
imageAlt: "Avatar Sofia Pereira",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Pedir Orçamento Gratuito", text: "Pedir Orçamento Gratuito", href: "#contact"},
href: "#contact",
},
{ {
text: "Ligar Agora", text: "Ligar Agora", href: "tel:933511913"},
href: "tel:933511913",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-circuit-breakers-wire-control-panel_169016-24060.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-circuit-breakers-wire-control-panel_169016-24060.jpg"
imageAlt="Modern electrical installation" imageAlt="Modern electrical installation"
@@ -132,25 +87,15 @@ export default function LandingPage() {
textPosition="bottom" textPosition="bottom"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-vector/gradient-energy-logo-design-template_23-2150021801.jpg", src: "http://img.b2bpic.net/free-vector/gradient-energy-logo-design-template_23-2150021801.jpg", alt: "Foto de cliente satisfeito 1"},
alt: "Foto de cliente satisfeito 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-circuit-breakers-wire-control-panel_169016-24060.jpg", src: "http://img.b2bpic.net/free-photo/close-up-circuit-breakers-wire-control-panel_169016-24060.jpg", alt: "Foto de cliente satisfeito 2"},
alt: "Foto de cliente satisfeito 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998096.jpg", src: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998096.jpg", alt: "Foto de cliente satisfeito 3"},
alt: "Foto de cliente satisfeito 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg", src: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg", alt: "Foto de cliente satisfeito 4"},
alt: "Foto de cliente satisfeito 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", alt: "Foto de cliente satisfeito 5"},
alt: "Foto de cliente satisfeito 5",
},
]} ]}
/> />
</div> </div>
@@ -162,19 +107,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Award, icon: Award,
label: "Anos de Experiência", label: "Anos de Experiência", value: "15+"},
value: "15+",
},
{ {
icon: CheckCircle, icon: CheckCircle,
label: "Projetos Concluídos", label: "Projetos Concluídos", value: "500+"},
value: "500+",
},
{ {
icon: Smile, icon: Smile,
label: "Clientes Satisfeitos", label: "Clientes Satisfeitos", value: "99%"},
value: "99%",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -190,13 +129,7 @@ export default function LandingPage() {
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Atendimento rápido e eficiente", "Atendimento rápido e eficiente", "Orçamentos gratuitos e transparentes", "Serviço profissional e certificado", "Soluções seguras e personalizadas", "Experiência em instalações residenciais e comerciais", "Garantia de qualidade em todos os trabalhos"],
"Orçamentos gratuitos e transparentes",
"Serviço profissional e certificado",
"Soluções seguras e personalizadas",
"Experiência em instalações residenciais e comerciais",
"Garantia de qualidade em todos os trabalhos",
],
}} }}
title="Porque Escolher a Proinstall" title="Porque Escolher a Proinstall"
description="A nossa dedicação à excelência garante a sua segurança e satisfação em cada projeto elétrico." description="A nossa dedicação à excelência garante a sua segurança e satisfação em cada projeto elétrico."
@@ -211,47 +144,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", price: "Preço a Consultar", name: "Instalações Elétricas Completas", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16060.jpg", imageAlt: "Instalações elétricas completas"},
name: "Instalações Elétricas Completas",
price: "Sob Consulta",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16060.jpg",
imageAlt: "Instalações elétricas completas",
},
{ {
id: "p2", id: "p2", price: "Preço a Consultar", name: "Instalação de Carregadores EV", imageSrc: "http://img.b2bpic.net/free-photo/ev-charging-station-clean-energy-filling-technology-electric-car-charging_35913-2573.jpg", imageAlt: "Instalação de carregadores para veículos elétricos"},
name: "Instalação de Carregadores EV",
price: "Sob Consulta",
imageSrc: "http://img.b2bpic.net/free-photo/ev-charging-station-clean-energy-filling-technology-electric-car-charging_35913-2573.jpg",
imageAlt: "Instalação de carregadores para veículos elétricos",
},
{ {
id: "p3", id: "p3", price: "Preço a Consultar", name: "Reparações de Instalações Elétricas", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24805.jpg", imageAlt: "Reparações de instalações elétricas"},
name: "Reparações de Instalações Elétricas",
price: "Sob Consulta",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24805.jpg",
imageAlt: "Reparações de instalações elétricas",
},
{ {
id: "p4", id: "p4", price: "Preço a Consultar", name: "Substituição e Upgrade de Quadros Elétricos", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67715.jpg", imageAlt: "Substituição e upgrade de quadros elétricos"},
name: "Substituição e Upgrade de Quadros Elétricos",
price: "Sob Consulta",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67715.jpg",
imageAlt: "Substituição e upgrade de quadros elétricos",
},
{ {
id: "p5", id: "p5", price: "Preço a Consultar", name: "Instalação de Iluminação (Interior/Exterior)", imageSrc: "http://img.b2bpic.net/free-photo/lonely-man-bus-station-city-night_23-2149001235.jpg", imageAlt: "Instalação de iluminação interior e exterior"},
name: "Instalação de Iluminação (Interior/Exterior)",
price: "Sob Consulta",
imageSrc: "http://img.b2bpic.net/free-photo/lonely-man-bus-station-city-night_23-2149001235.jpg",
imageAlt: "Instalação de iluminação interior e exterior",
},
{ {
id: "p6", id: "p6", price: "Preço a Consultar", name: "Diagnóstico e Manutenção Preventiva", imageSrc: "http://img.b2bpic.net/free-photo/different-electrical-tools-wooden-background-flat-lay_169016-24821.jpg", imageAlt: "Diagnóstico de avarias e manutenção preventiva"},
name: "Diagnóstico e Manutenção Preventiva",
price: "Sob Consulta",
imageSrc: "http://img.b2bpic.net/free-photo/different-electrical-tools-wooden-background-flat-lay_169016-24821.jpg",
imageAlt: "Diagnóstico de avarias e manutenção preventiva",
},
]} ]}
title="Os Nossos Serviços Elétricos" title="Os Nossos Serviços Elétricos"
description="Soluções completas e inovadoras para todas as suas necessidades elétricas no Grande Porto." description="Soluções completas e inovadoras para todas as suas necessidades elétricas no Grande Porto."
@@ -265,73 +168,31 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "João Mendes", role: "Gerente", company: "Constrói Mais", rating: 5,
name: "João Mendes", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg", imageAlt: "Foto de João Mendes"},
role: "Gerente",
company: "Constrói Mais",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg",
imageAlt: "Foto de João Mendes",
},
{ {
id: "t2", id: "t2", name: "Ana Pinto", role: "Proprietária", company: "Café Central", rating: 5,
name: "Ana Pinto", imageSrc: "http://img.b2bpic.net/free-photo/young-florist_1098-13710.jpg", imageAlt: "Foto de Ana Pinto"},
role: "Proprietária",
company: "Café Central",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-florist_1098-13710.jpg",
imageAlt: "Foto de Ana Pinto",
},
{ {
id: "t3", id: "t3", name: "Luís Cardoso", role: "Investidor Imobiliário", company: "Investe Porto", rating: 5,
name: "Luís Cardoso", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", imageAlt: "Foto de Luís Cardoso"},
role: "Investidor Imobiliário",
company: "Investe Porto",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
imageAlt: "Foto de Luís Cardoso",
},
{ {
id: "t4", id: "t4", name: "Mariana Castro", role: "Chefe de Obra", company: "Renova Porto", rating: 5,
name: "Mariana Castro", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186144.jpg", imageAlt: "Foto de Mariana Castro"},
role: "Chefe de Obra",
company: "Renova Porto",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186144.jpg",
imageAlt: "Foto de Mariana Castro",
},
{ {
id: "t5", id: "t5", name: "Ricardo Nogueira", role: "Cliente Particular", company: "Porto", rating: 5,
name: "Ricardo Nogueira", imageSrc: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg", imageAlt: "Foto de Ricardo Nogueira"},
role: "Cliente Particular",
company: "Porto",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg",
imageAlt: "Foto de Ricardo Nogueira",
},
{ {
id: "t6", id: "t6", name: "Vera Sousa", role: "Cliente Particular", company: "Vila Nova de Gaia", rating: 5,
name: "Vera Sousa", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Foto de Vera Sousa"},
role: "Cliente Particular",
company: "Vila Nova de Gaia",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
imageAlt: "Foto de Vera Sousa",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "★★★★★", value: "★★★★★", label: "Média de Avaliações"},
label: "Média de Avaliações",
},
{ {
value: "100%", value: "100%", label: "Garantia de Satisfação"},
label: "Garantia de Satisfação",
},
{ {
value: "500+", value: "500+", label: "Clientes Atendidos"},
label: "Clientes Atendidos",
},
]} ]}
title="O Que os Nossos Clientes Dizem" title="O Que os Nossos Clientes Dizem"
description="A satisfação e a confiança dos nossos clientes são o reflexo da qualidade do nosso trabalho." description="A satisfação e a confiança dos nossos clientes são o reflexo da qualidade do nosso trabalho."
@@ -343,15 +204,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Porto", "Porto", "Vila Nova de Gaia", "Matosinhos", "Maia", "Gondomar", "Valongo", "Espinho", "Grande Porto"]}
"Vila Nova de Gaia",
"Matosinhos",
"Maia",
"Gondomar",
"Valongo",
"Espinho",
"Grande Porto",
]}
title="A Nossa Área de Atuação" title="A Nossa Área de Atuação"
description="Prestamos serviços elétricos em toda a região do Grande Porto, com deslocação rápida para assistência e emergências." description="Prestamos serviços elétricos em toda a região do Grande Porto, com deslocação rápida para assistência e emergências."
showCard={true} showCard={true}
@@ -362,20 +215,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Contacto" tag="Contacto"
title="Fale Connosco Agora" title="Fale Connosco Agora"
description="Precisa de um eletricista no Porto? Ligue-nos para 933 511 913, envie uma mensagem via WhatsApp, ou preencha o formulário abaixo para pedir um orçamento gratuito. Estamos na Rua de Domingos Sequeira, 4430-230 Porto." description="Precisa de um eletricista no Porto? Ligue-nos para 933 511 913, envie uma mensagem via WhatsApp, ou preencha o formulário abaixo para pedir um orçamento gratuito. Estamos na Rua de Domingos Sequeira, 4430-230 Porto."
buttons={[ buttons={[
{ {
text: "Ligar Agora", text: "Ligar Agora", href: "tel:933511913"},
href: "tel:933511913",
},
{ {
text: "Pedir Orçamento", text: "Pedir Orçamento", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -387,19 +235,13 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Phone, icon: Phone,
href: "tel:933511913", href: "tel:933511913", ariaLabel: "Ligar para Proinstall"},
ariaLabel: "Ligar para Proinstall",
},
{ {
icon: MessageCircle, icon: MessageCircle,
href: "https://wa.me/351933511913", href: "https://wa.me/351933511913", ariaLabel: "WhatsApp Proinstall"},
ariaLabel: "WhatsApp Proinstall",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:info@proinstall.pt", href: "mailto:info@proinstall.pt", ariaLabel: "Email Proinstall"},
ariaLabel: "Email Proinstall",
},
]} ]}
/> />
</div> </div>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter), sans-serif; font-family: var(--font-poppins), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-mulish), sans-serif; font-family: var(--font-poppins), sans-serif;
} }

View File

@@ -10,13 +10,13 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #000000;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000000; --foreground: #ffffff;
--primary-cta: #FFD700; --primary-cta: #FFD700;
--primary-cta-text: #000000; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #000000;
--secondary-cta-text: #000000; --secondary-cta-text: #ffffff;
--accent: #FDD11E; --accent: #FDD11E;
--background-accent: #E5BE00; --background-accent: #E5BE00;