Skip to content

Commit

Permalink
Update programs BG
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 4, 2025
1 parent 300f7ff commit 432f57f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file added public/images/background/programs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/media/faq.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/media/faq.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home() {
<div className="content-media-sections flex flex-col gap-12 py-12">
<div id="faq">
<ContentMedia
imageUrl="/images/media/faq.png"
imageUrl="/images/media/faq.jpg"
imagePosition="right"
imageWidth="40%"
title="Besoin d'aide ?"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Program/Program.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ProgramList from "./ProgramList";
const Program = () => {
return (
<BackgroundImage
imagePath="/images/background/sponsors.jpg"
imagePath="/images/background/programs.jpg"
className="py-12"
>
<Container size="large">
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Push/Push.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Push = () => {
return (
<div className="my-4">
<ContentMedia
imageUrl="/images/media/faq.png"
imageUrl="/images/media/faq.jpg"
imagePosition="left"
imageWidth="40%"
>
Expand Down

0 comments on commit 432f57f

Please sign in to comment.