19 Commits

Author SHA1 Message Date
ea4c5598b9 Update theme colors 2026-02-24 21:01:28 +00:00
5a9ffa843d Merge version_4 into main
Merge version_4 into main
2026-02-24 20:22:52 +00:00
d6ff38053c Update src/app/page.tsx 2026-02-24 20:22:47 +00:00
4b8885626f Update src/app/layout.tsx 2026-02-24 20:22:46 +00:00
01d75b279c Merge version_4 into main
Merge version_4 into main
2026-02-24 20:20:55 +00:00
ab0d79ed43 Update theme fonts 2026-02-24 20:20:51 +00:00
9e34ddb8e7 Update theme fonts 2026-02-24 20:20:50 +00:00
fd09ef30d4 Merge version_4 into main
Merge version_4 into main
2026-02-24 20:19:43 +00:00
3f7b6aea88 Update theme fonts 2026-02-24 20:19:39 +00:00
2ab6733bb1 Update theme fonts 2026-02-24 20:19:38 +00:00
1b04ecaf16 Merge version_4 into main
Merge version_4 into main
2026-02-24 20:16:34 +00:00
550aab0204 Update theme colors 2026-02-24 20:16:27 +00:00
837dd5615e Merge version_4 into main
Merge version_4 into main
2026-02-24 20:15:41 +00:00
41a48bc2ca Update theme colors 2026-02-24 20:15:35 +00:00
05fb90106e Bob AI: replace the tect at the top of the home page "La L... 2026-02-24 20:07:30 +00:00
6757d51c7f Bob AI: Update the existing website design with the follow... 2026-02-24 20:05:28 +00:00
0de66cd64c Bob AI: Update the existing website design with the follow... 2026-02-24 20:03:08 +00:00
80fb340b50 Merge version_1 into main
Merge version_1 into main
2026-02-24 20:01:12 +00:00
c0ed92e52e Merge version_1 into main
Merge version_1 into main
2026-02-24 19:44:12 +00:00
4 changed files with 1389 additions and 78 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="noise"
background="gradient"
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -45,13 +45,13 @@ 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."
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771962909785-p7zjknnj.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39nsxwmbCTX7ZcKAFBAu1R1W3iH/uploaded-1771963668940-o97q017p.png"
imageAlt="Vintage clothing and fashion collection"
mediaAnimation="slide-up"
buttons={[

View File

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

View File

@@ -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: #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;;
--background: #d95a81;;;;;
--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);