Skip to content

Commit

Permalink
feature: Update image file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Nov 21, 2023
1 parent baebfb5 commit 4ea5380
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components/home/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ContactSection() {
<div className="col-span-2 flex flex-col justify-center">
<h5
className={cn(
"bg-gradient-to-r from-cyan-400 to-blue-500 bg-clip-text font-heading text-4xl text-transparent",
"bg-gradient-to-r from-cyan-400 to-blue-500 bg-clip-text font-heading text-4xl leading-[3rem] text-transparent",
fontHeading.variable
)}
>
Expand Down
4 changes: 2 additions & 2 deletions components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { ArrowRight } from "lucide-react"
import { fontHeading } from "@/lib/fonts"
import { cn } from "@/lib/utils"

import HeroPictureDark from "../../public/images/NewLimanDark.png"
import HeroPictureWhite from "../../public/images/NewLimanWhite.png"
import HeroPictureDark from "../../public/images/NewLimanDark.jpg"
import HeroPictureWhite from "../../public/images/NewLimanWhite.jpg"
import Particles from "../ui/particles"
import AppWindow from "../ui/window"

Expand Down
16 changes: 8 additions & 8 deletions components/home/showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import { motion } from "framer-motion"
import { fontHeading } from "@/lib/fonts"
import { cn } from "@/lib/utils"

import DevMgrDark from "../../public/images/DevMgrDark.png"
import DevMgrWhite from "../../public/images/DevMgrWhite.png"
import DomainDark from "../../public/images/DomainDark.png"
import DomainWhite from "../../public/images/DomainWhite.png"
import NetexDark from "../../public/images/NetexDark.png"
import NetexWhite from "../../public/images/NetexWhite.png"
import NetworkDark from "../../public/images/NetworkDark.png"
import NetworkWhite from "../../public/images/NetworkWhite.png"
import DevMgrDark from "../../public/images/DevMgrDark.jpg"
import DevMgrWhite from "../../public/images/DevMgrWhite.jpg"
import DomainDark from "../../public/images/DomainDark.jpg"
import DomainWhite from "../../public/images/DomainWhite.jpg"
import NetexDark from "../../public/images/NetexDark.jpg"
import NetexWhite from "../../public/images/NetexWhite.jpg"
import NetworkDark from "../../public/images/NetworkDark.jpg"
import NetworkWhite from "../../public/images/NetworkWhite.jpg"
import AppWindow from "../ui/window"

const variants = {
Expand Down
Binary file added public/images/DevMgrDark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/DevMgrDark.png
Binary file not shown.
Binary file added public/images/DevMgrWhite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/DevMgrWhite.png
Binary file not shown.
Binary file added public/images/DomainDark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/DomainDark.png
Binary file not shown.
Binary file added public/images/DomainWhite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/DomainWhite.png
Binary file not shown.
Binary file added public/images/NetexDark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/NetexDark.png
Binary file not shown.
Binary file added public/images/NetexWhite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/NetexWhite.png
Binary file not shown.
Binary file added public/images/NetworkDark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/NetworkDark.png
Binary file not shown.
Binary file added public/images/NetworkWhite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/NetworkWhite.png
Binary file not shown.
Binary file added public/images/NewLimanDark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/NewLimanDark.png
Binary file not shown.
Binary file added public/images/NewLimanWhite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/NewLimanWhite.png
Binary file not shown.

0 comments on commit 4ea5380

Please sign in to comment.