diff --git a/front/public/pictures/sea.gif b/front/public/pictures/sea.gif deleted file mode 100644 index 78a4617..0000000 Binary files a/front/public/pictures/sea.gif and /dev/null differ diff --git a/front/src/components/Button.tsx b/front/src/components/Button.tsx index 654bda5..6d1fdf4 100644 --- a/front/src/components/Button.tsx +++ b/front/src/components/Button.tsx @@ -16,7 +16,7 @@ export default function Button({ onClick, color, children }: ButtonProps) { cursor: 'pointer', display: 'inline-block', fontFamily: '"Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif', - fontSize: '20px', + fontSize: '14px', fontWeight: '500', lineHeight: '20px', listStyle: 'none', diff --git a/front/src/components/ClickableLink.tsx b/front/src/components/ClickableLink.tsx index 0096871..7cf03eb 100644 --- a/front/src/components/ClickableLink.tsx +++ b/front/src/components/ClickableLink.tsx @@ -9,7 +9,6 @@ export default function ClickableLink({url, text}: ClickableLinkProps) { backgroundColor: "transparent", borderRadius: '8px', borderWidth: '0', - color:"purple", cursor: 'pointer', display: 'inline-block', fontFamily: '"Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif', diff --git a/front/src/components/FstSection.tsx b/front/src/components/FstSection.tsx deleted file mode 100644 index a978737..0000000 --- a/front/src/components/FstSection.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import Button from "./Button"; -import NavBar from "./NavBar"; - -interface FstSectionProps { - centertxt: string; - txtbt1:string; - txtbt2:string; - image:string; -} - -export default function FstSection ({centertxt, txtbt1, txtbt2, image}: FstSectionProps) { - return ( -
- -
-
-

{centertxt}


-
-
-
- ) -} \ No newline at end of file diff --git a/front/src/components/NavBar.tsx b/front/src/components/NavBar.tsx index b589d20..7c170d9 100644 --- a/front/src/components/NavBar.tsx +++ b/front/src/components/NavBar.tsx @@ -4,14 +4,14 @@ import RoundButton from './RoundButton.tsx'; export default function NavBar(){ return ( -