fix: replace the image in the about section with SVR.JS logo

This commit is contained in:
Dorian Niemiec 2024-09-07 10:05:25 +02:00
parent 53ec06f45d
commit 85f8d8abdc
2 changed files with 6 additions and 281 deletions

View file

@ -6,13 +6,13 @@ const About = () => {
return ( return (
<section id="about" className="container py-2 sm:py-9"> <section id="about" className="container py-2 sm:py-9">
<div className="bg-accent/50 border rounded-lg py-12"> <div className="bg-accent/50 border rounded-lg py-12">
<div className="px-6 flex flex-col-reverse md:flex-row gap-8 md:gap-12"> <div className="px-6 flex flex-col-reverse md:flex-row gap-8">
<Image <Image
src="/about.svg" src="/logo.svg"
alt="aboutpicture" alt="SVR.JS logo"
width={300} width={172}
height={300} height={172}
className="w-[300px] object-contain rounded-lg flex-shrink-0" className="w-[172px] object-contain rounded-lg flex-shrink-0"
/> />
<div className="flex flex-col justify-between"> <div className="flex flex-col justify-between">

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 171 KiB