diff --git a/app/globals.css b/app/globals.css
index da3eaa3..fb6d07d 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -294,3 +294,7 @@
.no-scrollbar::-webkit-scrollbar {
display: none;
}
+
+.container-main {
+ @apply w-full max-w-[1440px] mx-auto px-4 sm:px-6 md:px-8 lg:px-20;
+}
diff --git a/app/layout.tsx b/app/layout.tsx
index f7fa87e..08fcea8 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
- title: "Create Next App",
- description: "Generated by create next app",
+ title: "Wodey",
+ description: "Wodey",
};
export default function RootLayout({
diff --git a/app/marketplace/artists/_components/Quick_Actions.tsx b/app/marketplace/artists/_components/Quick_Actions.tsx
index 9d5e34b..94253ee 100644
--- a/app/marketplace/artists/_components/Quick_Actions.tsx
+++ b/app/marketplace/artists/_components/Quick_Actions.tsx
@@ -39,7 +39,7 @@ export default function QuickActions() {
{/* Top linear gradient image bar */}
-
+
-
-
-
- {books.map((book) => (
-
-
-
-
-
-
-
{book.title}
-
+
+
+
+
+
+ {books.map((book) => (
+
+
+
-
-
{book.author}
-
{book.price}
+
+
+ {book.title}
+
+
+
+ {book.author}
+ {book.price}
+
-
- ))}
+ ))}
+
);
diff --git a/components/custom/Home_Banner.tsx b/components/custom/Home_Banner.tsx
index 2890bd4..9e9bf57 100644
--- a/components/custom/Home_Banner.tsx
+++ b/components/custom/Home_Banner.tsx
@@ -4,18 +4,18 @@ import Image from "next/image";
export default function HomeBanner() {
return (
-
+
{/* Left: Text Content */}
-
-
+
+
1000 BLACK UMBRELLAS
-
- Poems of absolute nakedness that chase the power of love. Daniel McGinn is
one of the most admired poets in the underground American poetry scene.
+
+ Poems of absolute nakedness that chase the power of love. Daniel McGinn is
one of the most admired poets in the underground American poetry scene.
{/* Right: Book Cover */}
-
+
-
-
-
- {books.map((book) => (
-
-
-
-
-
-
-
{book.title}
-
+
+
+
+
+
+ {books.map((book) => (
+
+
+
-
-
{book.author}
-
{book.price}
+
+
+ {book.title}
+
+
+
+ {book.author}
+ {book.price}
+
-
- ))}
+ ))}
+
);
diff --git a/components/custom/marketplace_Navbar.tsx b/components/custom/marketplace_Navbar.tsx
index e870308..533af68 100644
--- a/components/custom/marketplace_Navbar.tsx
+++ b/components/custom/marketplace_Navbar.tsx
@@ -6,61 +6,63 @@ import { Button } from '@/components/ui/button';
function MarketplaceNavbar() {
return (
-