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/components/custom/Best_Seller.tsx b/components/custom/Best_Seller.tsx index 76eda50..1f2a080 100644 --- a/components/custom/Best_Seller.tsx +++ b/components/custom/Best_Seller.tsx @@ -49,38 +49,40 @@ const books = [ export default function BestSeller() { return ( -
-
-

Best Sellers

- See more -
-
-
- {books.map((book) => ( -
-
- {book.title} -
-
-
- {book.title} - +
+
+
+

Best Sellers

+ See more +
+
+
+ {books.map((book) => ( +
+
+ {book.title}
-
- {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 */} -
+
1000 Black Umbrellas Book Cover -
-

New Release

- See more -
-
-
- {books.map((book) => ( -
-
- {book.title} -
-
-
- {book.title} - +
+
+
+

New Release

+ See more +
+
+
+ {books.map((book) => ( +
+
+ {book.title}
-
- {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 ( -