6 Commits

Author SHA1 Message Date
99fad12dea Update src/app/page.tsx 2026-06-03 08:49:49 +00:00
36424610d7 Update src/app/styles/variables.css 2026-06-03 08:48:42 +00:00
156f0df67f Update src/app/styles/base.css 2026-06-03 08:48:42 +00:00
e72ce1f22c Update src/app/page.tsx 2026-06-03 08:48:41 +00:00
0446e40896 Merge version_1 into main
Merge version_1 into main
2026-06-03 08:39:33 +00:00
772ce80590 Merge version_1 into main
Merge version_1 into main
2026-06-03 08:37:51 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="medium" sizing="medium"
background="blurBottom" background="fluid"
cardStyle="solid" cardStyle="solid"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -268,7 +268,7 @@ export default function LandingPage() {
name: "projectDetails", placeholder: "Tell us about your project vision (e.g., bike type, style, colors, desired date)", rows: 5, name: "projectDetails", placeholder: "Tell us about your project vision (e.g., bike type, style, colors, desired date)", rows: 5,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-repairing-bike_23-2148932598.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EWBlOfpaA3C8pfIkwG9Yg6pp65/uploaded-1780476585715-xxiwthkq.jpg"
imageAlt="Close up of bicycle frame in a workshop" imageAlt="Close up of bicycle frame in a workshop"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
mediaPosition="right" mediaPosition="right"
@@ -321,4 +321,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-dm-sans), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #111111; --background: #0a0a0a;
--card: #1A1A1A; --card: #1a1a1a;
--foreground: #E0E0E0; --foreground: #ffffff;
--primary-cta: #20B24B; --primary-cta: #1f7cff;
--primary-cta-text: #FFFFFF; --primary-cta-text: #ffffff;
--secondary-cta: #1A1A1A; --secondary-cta: #010101;
--secondary-cta-text: #E0E0E0; --secondary-cta-text: #ffffff;
--accent: #1E73D8; --accent: #1f7cff;
--background-accent: #D8C42B; --background-accent: #f96b2f;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);