File tree Expand file tree Collapse file tree 10 files changed +5
-6
lines changed
Expand file tree Collapse file tree 10 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Image from "next/image";
44import Header from "@/components/header"
55import Footer from "@/components/footer" ;
66
7- import HeroImage from '@/../public/purple.jpg '
7+ import HeroImage from '@/../public/clouds/ purple.webp '
88
99
1010export default function page ( ) {
@@ -14,7 +14,7 @@ export default function page() {
1414 < div className = "xl:w-[1200px] lg:w-[1000px] md:w-[768px] w-full px-4 flex gap-4 flex-col py-2" >
1515 < Header />
1616
17- < Image src = { HeroImage } className = "h-[200px] w-full object-cover" alt = "picture of sunset" priority />
17+ < Image src = { HeroImage } className = "h-[200px] w-full object-cover" alt = "picture of sunset" priority />
1818
1919
2020
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Image from "next/image";
44import Header from "@/components/header"
55import Footer from "@/components/footer" ;
66
7- import HeroImage from '@/../public/sunset.jpg '
7+ import HeroImage from '@/../public/clouds/ sunset.webp '
88
99import { posts } from "@/app/blog/posts"
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { ProjectList } from "@/components/project-list";
55import Header from "../components/header"
66import Footer from "@/components/footer" ;
77
8- import HeroImage from '@/../public/sunrise.jpg '
8+ import HeroImage from '@/../public/clouds/ sunrise.webp '
99import Image from "next/image" ;
1010
1111export default function Home ( ) {
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ const Footer = () => {
44 return (
55 < footer className = "flex flex-col items-center justify-center" >
66
7- { /* show links if sidebar is hidden because we are on mobile */ }
8- < div className = "sm:hidden flex flex-wrap justify-center items-center" >
7+ < div className = "flex flex-wrap justify-center items-center" >
98
109 < Link href = "https://www.linkedin.com/in/andersontseng/" className = "p-2 text-gray-500 dark:hover:text-gray-200 hover:text-gray-900" > Linkedin</ Link >
1110
You can’t perform that action at this time.
0 commit comments