Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import Image from 'next/image'
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'

import logoExo from '@/images/logos/exo.png'
import logoCSU from '@/images/logos/csu.png'
import logoFacilPay from '@/images/logos/facilpay.png'
import logoMastercard from '@/images/logos/mastercard.png'
import logoFractal from '@/images/logos/fractal.png'
import logoPride from '@/images/logos/pride.png'
Expand All @@ -15,7 +12,7 @@ export function Hero() {
<Container className="pt-20 pb-16 text-center lg:pt-32">
<h1 className="mx-auto max-w-4xl font-display text-2xl font-medium tracking-tight text-slate-900 sm:text-4xl">
Inove e {' '}
<span className="relative whitespace-nowrap text-primary">
<span className="relative text-primary">
<svg
aria-hidden="true"
viewBox="0 0 418 42"
Expand Down Expand Up @@ -43,11 +40,8 @@ export function Hero() {
{[
[
{ name: 'Mastercard', logo: logoMastercard },
{ name: 'Facil Pay', logo: logoFacilPay },
{ name: 'CSU', logo: logoCSU },
],
[
{ name: 'EXO Bank', logo: logoExo },
{ name: 'Fractal', logo: logoFractal },
{ name: 'Pride', logo: logoPride },
],
Expand Down
1 change: 1 addition & 0 deletions src/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
@tailwind utilities;

#__next {
min-width: 100%;
min-height: 100%;
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2124,9 +2124,9 @@ which@^2.0.1:
isexe "^2.0.0"

word-wrap@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
version "1.2.4"
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==

wrappy@1:
version "1.0.2"
Expand Down