Skip to content

Commit f88260e

Browse files
committed
feat: main color change
1 parent 310852d commit f88260e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/landing/landingInfo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const carouselImages = [
109109
AD INVESTIMENTOS
110110
</span>
111111
<h2 className="text-2xl md:text-[64px] font-bold font-['Oswald'] text-white leading-tight">
112-
INVISTA COM A AD E CONTE COM ACOMPANHAMENTO{" "}
112+
INVISTA COM A AD E CONTE COM ACOMPANHAMENTO
113113
<span className="text-adblue"> DIÁRIO</span> DE SUAS APLICAÇÕES
114114
</h2>
115115
</div>
@@ -123,10 +123,10 @@ export const carouselImages = [
123123
content: (
124124
<div className="flex flex-col items-center justify-center w-4/5 h-full gap-4">
125125
<div className="flex flex-col gap-4">
126-
<span className="flex text-xl md:text-5xl text-white font-extralight text-start font-['Raleway']">
126+
<span className="flex text-xl justify-center md:text-5xl text-white font-extralight font-['Raleway']">
127127
AD INVESTIMENTOS
128128
</span>
129-
<h2 className="flex flex-col gap-5 text-2xl md:text-[64px] font-bold font-['Oswald'] text-white leading-tight text-start">
129+
<h2 className="flex flex-col gap-5 text-2xl md:text-[64px] font-bold font-['Oswald'] text-white leading-tight ">
130130
TRANQUILIDADE PARA SUA APOSENTADORIA? INVESTIR PARA COMPRAR UMA
131131
CASA?
132132
<span className="text-adblue"> FALE CONOSCO.</span>

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
transparent: "transparent",
88
current: "currentColor",
99
white: "#ffffff",
10-
adblue: "#5ac6e9",
10+
adblue: "#FFB600",
1111
},
1212
extend: {},
1313
},

0 commit comments

Comments
 (0)