Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f349baacd | |||
| 65930636e0 | |||
| 5912d0b57a | |||
| 077a3e424c | |||
| c0facef707 | |||
| cefd2d7ee8 | |||
| 4f7819105b | |||
| 2dafdc5e31 | |||
| 77d82ea0de | |||
| 1a7aef87f2 | |||
| a8e7a10d37 | |||
| 16c17b00d0 | |||
| 45b33b4ca3 | |||
| 3b3ece3f6b | |||
| b534b9421a | |||
| b0e997d292 | |||
| cdca830dcd | |||
| 42e03e8550 | |||
| 89f0ee5289 | |||
| 240f33ca16 | |||
| ea4c5598b9 | |||
| 06fa84bad3 | |||
| 5a9ffa843d | |||
| 01d75b279c | |||
| fd09ef30d4 | |||
| 1b04ecaf16 | |||
| 837dd5615e | |||
| 05fb90106e |
1429
src/app/layout.tsx
1429
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="gradient"
|
||||
background="noise"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="La Loupe Vintage"
|
||||
title="Late 60s – 90s Vintage"
|
||||
description="Discover wearable vintage clothing from the most iconic decades. Curated pieces, authentic styles, and sustainable fashion."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Buy. Sell. Trade."
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #ffc97c;;;;
|
||||
--card: #FFF7E6;;;;
|
||||
--foreground: #2B1810;;;;
|
||||
--primary-cta: #C97A4A;;;;
|
||||
--secondary-cta: #FFF7E6;;;;
|
||||
--accent: #CFE3C8;;;;
|
||||
--background-accent: #6F8665;;;; */
|
||||
/* --background: #F3E27A;;
|
||||
--card: #FFF7E6;;
|
||||
--foreground: #2B1810;;
|
||||
--primary-cta: #C97A4A;;
|
||||
--secondary-cta: #FFF7E6;;
|
||||
--accent: #CFE3C8;;
|
||||
--background-accent: #6F8665;; */
|
||||
|
||||
--background: #ffc97c;;;;
|
||||
--card: #FFF7E6;;;;
|
||||
--foreground: #2B1810;;;;
|
||||
--primary-cta: #C97A4A;;;;
|
||||
--background: #F3E27A;;
|
||||
--card: #FFF7E6;;
|
||||
--foreground: #2B1810;;
|
||||
--primary-cta: #C97A4A;;
|
||||
--primary-cta-text: #FFFFFF;;
|
||||
--secondary-cta: #FFF7E6;;;;
|
||||
--secondary-cta: #FFF7E6;;
|
||||
--secondary-cta-text: #2B1810;;
|
||||
--accent: #CFE3C8;;;;
|
||||
--background-accent: #6F8665;;;;
|
||||
--accent: #CFE3C8;;
|
||||
--background-accent: #6F8665;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user