18 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
89f0ee5289 Bob AI: keep everything the same. But generate an ADDED he... 2026-02-24 21:04:07 +00:00
3 changed files with 76 additions and 1394 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -18,18 +18,11 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumSizeLargeTitles"
background="gradient"
background="noise"
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
headingFontWeight="light"
style={{
backgroundImage: "url('https://i.pinimg.com/1200x/e6/37/64/e63764d693206853669efd4fc2bf1474.jpg')",
backgroundSize: "cover",
backgroundPosition: "center",
backgroundAttachment: "fixed",
backgroundRepeat: "no-repeat"
}}
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
@@ -52,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: #e44c4c;;;;;;
--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: #e44c4c;;;;;;
--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);