mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 19:45:12 +00:00
feat: replace placeholder photos for steps
This commit is contained in:
parent
41f273f6a0
commit
63eab2e49f
6 changed files with 3 additions and 3 deletions
BIN
frontend/public/ui/step-build.jpeg
Normal file
BIN
frontend/public/ui/step-build.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 KiB |
BIN
frontend/public/ui/step-signup.jpeg
Normal file
BIN
frontend/public/ui/step-signup.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 175 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.9 KiB |
BIN
frontend/public/ui/step-workshops.jpeg
Normal file
BIN
frontend/public/ui/step-workshops.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 183 KiB |
|
|
@ -265,7 +265,7 @@ function App() {
|
|||
<div id="steps" className="relative z-40 flex flex-col gap-24 items-center px-12 max-w-7xl mx-auto">
|
||||
<Step
|
||||
stepNumber={1}
|
||||
imageSrc="/ui/step-signup.png"
|
||||
imageSrc="/ui/step-signup.jpeg"
|
||||
imageAlt="Step 1"
|
||||
>
|
||||
Sign up for a <span className="text-[#F77034]">Campfire</span><br /> near you
|
||||
|
|
@ -282,7 +282,7 @@ function App() {
|
|||
|
||||
<Step
|
||||
stepNumber={3}
|
||||
imageSrc="/ui/step-workshops.png"
|
||||
imageSrc="/ui/step-workshops.jpeg"
|
||||
imageAlt="Step 3"
|
||||
>
|
||||
Learn from <span className="text-[#F77034]">workshops</span>, enjoy free food and merch!
|
||||
|
|
@ -290,7 +290,7 @@ function App() {
|
|||
|
||||
<Step
|
||||
stepNumber={4}
|
||||
imageSrc="/ui/step-team.png"
|
||||
imageSrc="/ui/step-build.jpeg"
|
||||
imageAlt="Step 4"
|
||||
isReversed={true}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue