Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6ff38053c | |||
| 4b8885626f | |||
| ab0d79ed43 | |||
| 9e34ddb8e7 | |||
| 3f7b6aea88 | |||
| 2ab6733bb1 | |||
| 550aab0204 | |||
| 41a48bc2ca | |||
| 6757d51c7f | |||
| 0de66cd64c |
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="noise"
|
||||
background="gradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Late 60s – 90s Vintage"
|
||||
title="La Loupe 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."
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-rubik), sans-serif;
|
||||
font-family: var(--font-archivo), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-rubik), sans-serif;
|
||||
font-family: var(--font-archivo), sans-serif;
|
||||
}
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --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;;;;
|
||||
--secondary-cta: #FFF7E6;;;;
|
||||
--accent: #CFE3C8;;;;
|
||||
--background-accent: #6F8665;;;; */
|
||||
|
||||
--background: #F3E27A;;
|
||||
--card: #FFF7E6;;
|
||||
--foreground: #2B1810;;
|
||||
--primary-cta: #C97A4A;;
|
||||
--background: #ffc97c;;;;
|
||||
--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