7 Commits

Author SHA1 Message Date
b761b91a4f Update src/app/page.tsx 2026-03-05 23:27:24 +00:00
9549535778 Update src/app/layout.tsx 2026-03-05 23:27:24 +00:00
12af2321b1 Switch to version 1: modified src/app/styles/variables.css 2026-03-03 22:44:54 +00:00
1935663f00 Switch to version 1: modified src/app/page.tsx 2026-03-03 22:44:53 +00:00
e7efde0c3d Switch to version 1: modified src/app/layout.tsx 2026-03-03 22:44:53 +00:00
45c5427fb9 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:44:33 +00:00
bf3b8ba3d5 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:38:06 +00:00
3 changed files with 19 additions and 18 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
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({
children,

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
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"
tagIcon={Sparkles}
textboxLayout="default"

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #1f2027;;;
--card: #db1919;;;
--foreground: #27231f;;;
--primary-cta: #627dc6;;;
--secondary-cta: #ffffff;;;
--accent: #c68a62;;;
--background-accent: #c68a62;;; */
/* --background: #1f2027;;
--card: #ffffff;;
--foreground: #27231f;;
--primary-cta: #627dc6;;
--secondary-cta: #ffffff;;
--accent: #c68a62;;
--background-accent: #c68a62;; */
--background: #1f2027;;;
--card: #db1919;;;
--foreground: #27231f;;;
--primary-cta: #627dc6;;;
--primary-cta-text: #e3deea;;;
--secondary-cta: #ffffff;;;
--secondary-cta-text: #27231f;;;
--accent: #c68a62;;;
--background-accent: #c68a62;;;
--background: #1f2027;;
--card: #ffffff;;
--foreground: #27231f;;
--primary-cta: #627dc6;;
--primary-cta-text: #e3deea;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #27231f;;
--accent: #c68a62;;
--background-accent: #c68a62;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);