Replace absolute image paths

This commit is contained in:
adilallo
2025-08-20 12:30:59 -06:00
parent 6e274124c3
commit e871c9de4b
100 changed files with 90292 additions and 62 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const ContentLockup = ({
{title}
</h1>
<img
src="/assets/Shapes_1.svg"
src="assets/Shapes_1.svg"
alt="Decorative shapes"
className="w-[27.2px] h-[27.2px] md:w-[34px] md:h-[34px] lg:w-[50px] lg:h-[50px]"
/>
+2 -2
View File
@@ -70,7 +70,7 @@ export default function Footer() {
aria-label="Follow us on Bluesky"
>
<img
src="/assets/Bluesky_Logo.svg"
src="assets/Bluesky_Logo.svg"
alt="Bluesky"
width={24}
height={22}
@@ -86,7 +86,7 @@ export default function Footer() {
aria-label="Follow us on GitLab"
>
<img
src="/assets/GitLab_Icon.png"
src="assets/GitLab_Icon.png"
alt="GitLab"
width={22}
height={22}
+3 -3
View File
@@ -15,17 +15,17 @@ export default function HeaderTab({
>
{children}
<img
src="/assets/Union_xsm.svg"
src="assets/Union_xsm.svg"
alt="Union"
className="absolute -bottom-[3px] -right-[52px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] sm:hidden -z-10"
/>
<img
src="/assets/Union_sm_md_lg.svg"
src="assets/Union_sm_md_lg.svg"
alt="Union"
className="absolute -bottom-[3.7px] -right-[53px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] hidden sm:block xl:hidden -z-10"
/>
<img
src="/assets/Union_xlg.svg"
src="assets/Union_xlg.svg"
alt="Union"
className="absolute -bottom-[6px] -right-[94px] w-[105px] h-[53px] hidden xl:block -z-10"
/>
+1 -1
View File
@@ -32,7 +32,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
{/* Hero Image Container */}
<div className="w-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
<img
src="/assets/HeroImage.png"
src="assets/HeroImage.png"
alt="Hero illustration"
className="w-full h-auto"
/>
+1 -1
View File
@@ -142,7 +142,7 @@ export default function Logo({ size = "default", showText = true }) {
{/* Vector Icon */}
<img
src="/assets/Logo.svg"
src="assets/Logo.svg"
alt="CommunityRule Logo Icon"
width={27.05}
height={27.05}