Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f349baacd | |||
| 65930636e0 | |||
| 5912d0b57a | |||
| 077a3e424c | |||
| c0facef707 | |||
| cefd2d7ee8 | |||
| 4f7819105b | |||
| 2dafdc5e31 | |||
| 77d82ea0de | |||
| 1a7aef87f2 | |||
| a8e7a10d37 | |||
| 16c17b00d0 | |||
| 45b33b4ca3 | |||
| 3b3ece3f6b | |||
| b534b9421a | |||
| b0e997d292 | |||
| cdca830dcd | |||
| 42e03e8550 | |||
| 89f0ee5289 | |||
| 240f33ca16 | |||
| 06fa84bad3 |
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,13 +45,13 @@ 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."
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771963668940-o97q017p.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771962909785-p7zjknnj.png"
|
||||
imageAlt="Vintage clothing and fashion collection"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #d95a81;;;;;
|
||||
--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: #d95a81;;;;;
|
||||
--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