21 Commits

Author SHA1 Message Date
6f349baacd Update src/app/styles/variables.css 2026-02-24 21:41:59 +00:00
65930636e0 Update src/app/shop/page.tsx 2026-02-24 21:41:58 +00:00
5912d0b57a Update src/app/shop/[id]/page.tsx 2026-02-24 21:41:57 +00:00
077a3e424c Update src/app/page.tsx 2026-02-24 21:41:57 +00:00
c0facef707 Update src/app/layout.tsx 2026-02-24 21:41:56 +00:00
cefd2d7ee8 Update src/app/blog/page.tsx 2026-02-24 21:41:55 +00:00
4f7819105b Update src/app/shop/page.tsx 2026-02-24 21:27:27 +00:00
2dafdc5e31 Update src/app/shop/[id]/page.tsx 2026-02-24 21:27:27 +00:00
77d82ea0de Update src/app/page.tsx 2026-02-24 21:27:26 +00:00
1a7aef87f2 Update src/app/layout.tsx 2026-02-24 21:27:25 +00:00
a8e7a10d37 Update src/app/blog/page.tsx 2026-02-24 21:27:23 +00:00
16c17b00d0 Update src/app/shop/page.tsx 2026-02-24 21:26:20 +00:00
45b33b4ca3 Update src/app/shop/[id]/page.tsx 2026-02-24 21:26:19 +00:00
3b3ece3f6b Update src/app/page.tsx 2026-02-24 21:26:19 +00:00
b534b9421a Update src/app/layout.tsx 2026-02-24 21:26:18 +00:00
b0e997d292 Update src/app/blog/page.tsx 2026-02-24 21:26:16 +00:00
cdca830dcd Merge version_6 into main
Merge version_6 into main
2026-02-24 21:11:25 +00:00
42e03e8550 Update theme colors 2026-02-24 21:11:18 +00:00
89f0ee5289 Bob AI: keep everything the same. But generate an ADDED he... 2026-02-24 21:04:07 +00:00
240f33ca16 Merge version_5 into main
Merge version_5 into main
2026-02-24 21:01:34 +00:00
06fa84bad3 Bob AI: Replace the current background (solid color or gradient) wit 2026-02-24 20:24:47 +00:00
3 changed files with 76 additions and 1387 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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={[

View File

@@ -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);