Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b761b91a4f | |||
| 9549535778 | |||
| 12af2321b1 | |||
| 1935663f00 | |||
| e7efde0c3d | |||
| 45c5427fb9 | |||
| bf3b8ba3d5 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "HANGOVER - Bold Streetwear for the Fearless", description: "Premium quality streetwear designed for those who live fearlessly. Shop authentic styles with Cash on Delivery in Morocco."};
|
title: "HANGOVER - Bold Streetwear for the Fearless", description: "Premium quality streetwear designed for those who live fearlessly. Shop authentic styles with Cash on Delivery in Morocco."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
title="Featured Products"
|
title="Featured Products"
|
||||||
description="Curated selection of our most popular pieces. Limited quantities available."
|
description="★★★★★ 2,000+ 5-star reviews. Trusted by streetwear enthusiasts across Morocco. Curated selection of our most popular pieces. Limited quantities available."
|
||||||
tag="New Arrivals"
|
tag="New Arrivals"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #1f2027;;;
|
/* --background: #1f2027;;
|
||||||
--card: #db1919;;;
|
--card: #ffffff;;
|
||||||
--foreground: #27231f;;;
|
--foreground: #27231f;;
|
||||||
--primary-cta: #627dc6;;;
|
--primary-cta: #627dc6;;
|
||||||
--secondary-cta: #ffffff;;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #c68a62;;;
|
--accent: #c68a62;;
|
||||||
--background-accent: #c68a62;;; */
|
--background-accent: #c68a62;; */
|
||||||
|
|
||||||
--background: #1f2027;;;
|
--background: #1f2027;;
|
||||||
--card: #db1919;;;
|
--card: #ffffff;;
|
||||||
--foreground: #27231f;;;
|
--foreground: #27231f;;
|
||||||
--primary-cta: #627dc6;;;
|
--primary-cta: #627dc6;;
|
||||||
--primary-cta-text: #e3deea;;;
|
--primary-cta-text: #e3deea;;
|
||||||
--secondary-cta: #ffffff;;;
|
--secondary-cta: #ffffff;;
|
||||||
--secondary-cta-text: #27231f;;;
|
--secondary-cta-text: #27231f;;
|
||||||
--accent: #c68a62;;;
|
--accent: #c68a62;;
|
||||||
--background-accent: #c68a62;;;
|
--background-accent: #c68a62;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user