From 65eb175c5566ad8127a2705182c81c063a21d928 Mon Sep 17 00:00:00 2001 From: hanzla-khalid1 Date: Sat, 7 Dec 2024 15:46:40 +0500 Subject: [PATCH 1/2] feat(ui): home page design --- public/{ => images/home}/ux.svg | 0 src/app/(home)/layout.tsx | 8 +++++--- src/components/HomeLayoutComponents/FooterComponent.tsx | 2 +- src/components/NavBar/NavbarComponent.tsx | 2 +- .../NavBar/{NavbarItems.tsx => NavebarItem.tsx} | 0 5 files changed, 7 insertions(+), 5 deletions(-) rename public/{ => images/home}/ux.svg (100%) rename src/components/NavBar/{NavbarItems.tsx => NavebarItem.tsx} (100%) diff --git a/public/ux.svg b/public/images/home/ux.svg similarity index 100% rename from public/ux.svg rename to public/images/home/ux.svg diff --git a/src/app/(home)/layout.tsx b/src/app/(home)/layout.tsx index 66b9a3a..9d29de9 100644 --- a/src/app/(home)/layout.tsx +++ b/src/app/(home)/layout.tsx @@ -8,10 +8,12 @@ import React, { ReactNode } from 'react' const PublicLayout = ({ children }: { children: ReactNode }) => { return ( <> -
- {children} +
+
+ {children} +