24 Commits

Author SHA1 Message Date
30f22db59f Merge version_27 into main
Merge version_27 into main
2026-06-05 19:53:15 +00:00
2be50cee9e Update src/app/page.tsx 2026-06-05 19:53:12 +00:00
93028e5b1b Merge version_27 into main
Merge version_27 into main
2026-06-05 19:47:09 +00:00
62553e5516 Update src/app/page.tsx 2026-06-05 19:47:03 +00:00
0edd2455c9 Merge version_27 into main
Merge version_27 into main
2026-06-05 19:45:47 +00:00
f556444493 Update src/app/page.tsx 2026-06-05 19:45:44 +00:00
949846d552 Merge version_27 into main
Merge version_27 into main
2026-06-05 19:39:28 +00:00
25f2844f3a Update theme colors 2026-06-05 19:39:21 +00:00
9a27b31c5d Merge version_26 into main
Merge version_26 into main
2026-06-05 19:38:15 +00:00
53c0180ce4 Update theme colors 2026-06-05 19:38:12 +00:00
027f0580ea Merge version_25 into main
Merge version_25 into main
2026-06-05 19:37:56 +00:00
c9f232c756 Update theme colors 2026-06-05 19:37:53 +00:00
5151a10884 Merge version_24 into main
Merge version_24 into main
2026-06-05 19:37:22 +00:00
9dd4236f36 Update theme colors 2026-06-05 19:37:19 +00:00
964d64542d Merge version_23 into main
Merge version_23 into main
2026-06-05 19:36:55 +00:00
5b040208a8 Update theme colors 2026-06-05 19:36:52 +00:00
e40612e42f Merge version_22 into main
Merge version_22 into main
2026-06-05 19:36:36 +00:00
f644b20a54 Update theme colors 2026-06-05 19:36:29 +00:00
42541445d4 Merge version_21 into main
Merge version_21 into main
2026-06-05 19:36:24 +00:00
cb909ccea2 Switch to version 21: modified src/app/page.tsx 2026-06-05 19:28:44 +00:00
08a0824fb1 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:28:42 +00:00
4b162b11df Update src/app/page.tsx 2026-06-05 19:28:39 +00:00
7c313d16e5 Merge version_21 into main
Merge version_21 into main
2026-06-05 19:22:37 +00:00
2f0021424c Merge version_21 into main
Merge version_21 into main
2026-06-05 19:17:10 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
title="Art Inspired by Nature Created to Last"
title="Cobi's Art "
description="Original paintings, fine art prints, and collected works that bring warmth, texture, and story into your space. Each piece is rooted in natural inspiration and handcrafted with intention."
testimonials={[
{
@@ -83,7 +83,7 @@ export default function LandingPage() {
{
text: "Shop Collection", href: "#collection"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjBvVauf3jyjTL11cMkZ8QIIJV/uploaded-1780687298717-ou0ukoqn.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjBvVauf3jyjTL11cMkZ8QIIJV/uploaded-1780685905735-mdb829ga.png"
imageAlt="Beautiful nature-inspired artwork in a gallery setting"
mediaAnimation="slide-up"
avatars={[

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #f6e8ce;
--card: #0e2a0c;
--foreground: #F6E8CE;
--card: #9A460E;
--foreground: #0E2A0C;
--primary-cta: #0E2A0C;
--primary-cta-text: #F6E8CE;
--secondary-cta: #9A460E;
--secondary-cta-text: #F6E8CE;
--accent: #9a460e;
--background-accent: #9A460E;
--accent: #F6E8CE;
--background-accent: #0E2A0C;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);