Skip to content

Commit

Permalink
Update r1 photos
Browse files Browse the repository at this point in the history
  • Loading branch information
oddestdan committed Nov 25, 2024
1 parent 7340529 commit 45b7256
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions app/components/SideNav/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SideNav = ({
}) => {
return (
<nav
className={`fixed -top-2 -right-2 z-50 h-[22rem] w-[26ch] transform rounded-xl bg-white py-10 px-3 text-stone-900 shadow-xl transition-all duration-300 ${
className={`fixed -top-2 -right-2 z-50 h-[22rem] w-[26ch] transform bg-white py-10 px-3 text-stone-900 shadow-xl transition-all duration-300 ${
isOpen ? "opacity-100" : "pointer-events-none opacity-0"
}`}
>
Expand All @@ -40,7 +40,7 @@ const SideNav = ({
<div className="mt-6 flex flex-col gap-2 font-normal">
<Link
to="/booking"
className={`mr-2 flex flex-row-reverse items-center gap-[10px] rounded-md py-2 pl-4 pr-4 hover:text-stone-400 ${
className={`mr-2 flex flex-row-reverse items-center gap-[10px] py-2 pl-4 pr-4 hover:text-stone-400 ${
active === "booking" ? "bg-stone-800 text-white" : ""
}`}
>
Expand All @@ -53,7 +53,7 @@ const SideNav = ({
</Link>
<Link
to="/about"
className={`mr-2 flex flex-row-reverse items-center gap-[10px] rounded-md py-2 pl-4 pr-4 hover:text-stone-400 ${
className={`mr-2 flex flex-row-reverse items-center gap-[10px] py-2 pl-4 pr-4 hover:text-stone-400 ${
active === "about" ? "bg-stone-800 text-white" : ""
}`}
>
Expand All @@ -66,7 +66,7 @@ const SideNav = ({
</Link>
<Link
to="/contacts"
className={`mr-2 flex flex-row-reverse items-center gap-[10px] rounded-md py-2 pl-4 pr-4 hover:text-stone-400 ${
className={`mr-2 flex flex-row-reverse items-center gap-[10px] py-2 pl-4 pr-4 hover:text-stone-400 ${
active === "contacts" ? "bg-stone-800 text-white" : ""
}`}
>
Expand All @@ -79,7 +79,7 @@ const SideNav = ({
</Link>
<Link
to="/rules"
className={`mr-2 flex flex-row-reverse items-center gap-[10px] rounded-md py-2 pl-4 pr-4 hover:text-stone-400 ${
className={`mr-2 flex flex-row-reverse items-center gap-[10px] py-2 pl-4 pr-4 hover:text-stone-400 ${
active === "rules" ? "bg-stone-800 text-white" : ""
}`}
>
Expand Down
12 changes: 6 additions & 6 deletions app/routes/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ const gallery1Images: [string, string][] = [
];

const room1Items = [
"крісло",
"диван на коліщатках",
"паперові фони",
"лавка",
"столик на коліщатках",
"вентилятор",
"стіл",
"крісло",
"дзеркало",
"столик на коліщатках",
"флет з фанери",
"вентилятор",
"стільці",
"драбина",
"матрац",
"дерев'яний ящик",
"стіл",
"паперові фони",
"диван на коліщатках",
"тканини",
"рейл для одягу",
"колонка jbl",
Expand Down
Binary file modified public/images/highq/r1/1.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 modified public/images/highq/r1/2.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 modified public/images/highq/r1/3.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 modified public/images/highq/r1/4.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 modified public/images/highq/r1/5.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 modified public/images/highq/r1/реквізит/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/highq/r1/реквізит/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/highq/r2/реквізит/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/highq/r2/реквізит/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/lowres/r1 (1).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 modified public/images/lowres/r1 (2).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 modified public/images/lowres/r2 (2).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45b7256

Please sign in to comment.