Skip to content

Commit

Permalink
Added new version of the floppy (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxiem authored Nov 4, 2024
1 parent 5b72a8f commit d9e5083
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19,521 deletions.
4 changes: 1 addition & 3 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ import React from 'react';

import Button from 'components/shared/button';

import illustration from './images/kcd-floppy-2024.svg';
import illustration from './images/kcd-floppy-2024.png';

const TITLE = 'KCD Denmark';
const TITLEKCD = 'KCD';
const TITLEDENMARK = 'Denmark'


//const DESCRIPTION = ';


const Hero = () => (
<section className="safe-paddings overflow-hidden bg-[#EDC3C7] bg-opacity-10 pt-28 pb-40 lg:pb-32 md:pt-24 md:pb-[500px] sm:pb-[520px] [@media(max-width:600px)]:pb-[430px] [@media(max-width:460px)]:pb-[420px]">
<div className="container relative md:flex md:flex-col">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d9e5083

Please sign in to comment.