Skip to content

Commit

Permalink
copy edited
Browse files Browse the repository at this point in the history
  • Loading branch information
allandrs committed Dec 3, 2024
1 parent c17222a commit 0b3c52a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export default function Footer() {
<p className="text-xs">[email protected]</p>
</div>
<div className="flex gap-1 items-center">
<a href="https://wa.me/5555997323505?text=Me%20interessei%20pelos%20servi%C3%A7os%20da%20Ag%C3%AAncia%20DRISA%2C%20gostaria%20de%20conversar%20com%20um%20atendente." target="_blank" className="flex gap-1 items-center">
<a href="https://wa.me/5555984273497?text=Me%20interessei%20pelos%20servi%C3%A7os%20da%20Ag%C3%AAncia%20DRISA%2C%20gostaria%20de%20conversar%20com%20um%20atendente." target="_blank" className="flex gap-1 items-center">
<img src={Wpp} className="h-6" alt="" />
<p className="text-xs"> (55) 99732-3505</p>
<p className="text-xs"> (55) 98427-3497</p>
</a>
</div>

Expand All @@ -62,7 +62,7 @@ export default function Footer() {


<div className="fixed top-[460px] right-[30px] md:top-[480px] md:right-[50px] bg-blue-gray-600 rounded-full w-12 h-12 flex justify-center items-center">
<a href="https://wa.me/5555997323505?text=Me%20interessei%20pelos%20servi%C3%A7os%20da%20Ag%C3%AAncia%20DRISA%2C%20gostaria%20de%20conversar%20com%20um%20atendente." target="_blank">
<a href="https://wa.me/5555984273497?text=Me%20interessei%20pelos%20servi%C3%A7os%20da%20Ag%C3%AAncia%20DRISA%2C%20gostaria%20de%20conversar%20com%20um%20atendente." target="_blank">

<img src={Wpp} alt=""/>
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/components/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ const Header = () => {
<div className="container-copy ml-[98px] md:ml-[19rem] w-[215px] md:w-[40rem]">
<div className="w-full">
<h1 className="text box-h1-decoration-clone text-xl md:text-2xl text-white transition font-extrabold">
<span className="whitespace-nowrap">Na DRISA, criamos <span className=" text-[#06d2dd] ">sites,</span></span> <span className=" whitespace-nowrap text-[#06d2dd]">landing pages e lojas virtuais </span> <br />
<span className="whitespace-nowrap">que impulsionam sua marca </span> e suas vendas.
<span className="whitespace-nowrap">Na DRISA, criamos <span className=" text-[#06d2dd] ">sites e </span></span> <span className=" whitespace-nowrap text-[#06d2dd]">lojas virtuais </span>
<span className="whitespace-nowrap">que impulsionam</span><br />sua marca e suas vendas.
</h1>
</div>
<p className="text-subtitle text-[12px] md:text-sm text-[#06d2dd] font-semibold mt-4 w-full">
Expand Down
2 changes: 1 addition & 1 deletion src/components/secao_formulario.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function SecaoFormulario() {
<>
<div className="flex flex-col h-[40rem] flex justify-center items-center content-center relative bg-white w-full my-20">
{/* <img src="/public/freelance-work-7308505_1920.png" className='absolute opacity-9' alt="" /> */}
<div className="flex flex-col justify-center items-center mx-1">
<div className="flex flex-col justify-center items-center text-center mx-1">
<h1 className="text-2xl font-semibold md:text-3xl md:font-normal">Como podemos ajudar você?</h1>
<h2 className="text-sm mt-3">Entre em contato conosco. Adorariamos ouvir você.</h2>
</div>
Expand Down

0 comments on commit 0b3c52a

Please sign in to comment.