Skip to content

Commit

Permalink
Merge pull request #77 from Dium-dev/38-aboutusbanner
Browse files Browse the repository at this point in the history
Fix href properties
  • Loading branch information
JohanMejia77 authored Dec 18, 2024
2 parents 083398a + d78fc06 commit 3c29179
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/AboutUsBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export const AboutUsBanner = () => {
<section className="flex items-center justify-evenly w-full py-7 ms:py-12 gap-x-12 px-3 xs:px-8 md:px-4 lg:px-0 max-w-f-hd mx-auto">
<div className="md:w-1/4 lg:w-1/3 space-y-2 ms:space-y-6 h-min">
<div className="flex justify-between items-center gap-x-6">
<Link href={"about"}>
<Link href={"/sobre-nosotros"}>
<h2 className="text-header xs:text-4xl ms:text-5xl text-primary-lm font-bold hover:underline">
Quienes somos
</h2>
</Link>
<Link href={"about"} className="hover:scale-125 transition">
<Link href={"/sobre-nosotros"} className="hover:scale-125 transition">
<Image
src={"/images/roundLogo.webp"}
alt="Logo ATC"
Expand All @@ -31,7 +31,7 @@ export const AboutUsBanner = () => {
veniam. Impedit, quia qui! Illum delectus repellendus eum hic
recusandae neque rem commodi dolores suscipit soluta, expedita libero,
voluptatem sunt qui quidem quaerat.{" "}
<Link href={"about"}>
<Link href={"/sobre-nosotros"}>
<span className="text-primary-lm font-bold hover:underline">
Leer más...
</span>
Expand All @@ -45,7 +45,7 @@ export const AboutUsBanner = () => {
width={650}
height={650}
/>
<Link href={"about"}>
<Link href={"/sobre-nosotros"}>
<Image
src={"/images/roundLogo.webp"}
alt="Logo ATC"
Expand Down

0 comments on commit 3c29179

Please sign in to comment.