6 Commits

Author SHA1 Message Date
2be50cee9e Update src/app/page.tsx 2026-06-05 19:53:12 +00:00
62553e5516 Update src/app/page.tsx 2026-06-05 19:47:03 +00:00
f556444493 Update src/app/page.tsx 2026-06-05 19:45:44 +00:00
25f2844f3a Update theme colors 2026-06-05 19:39:21 +00:00
53c0180ce4 Update theme colors 2026-06-05 19:38:12 +00:00
c9f232c756 Update theme colors 2026-06-05 19:37:53 +00:00
2 changed files with 5 additions and 5 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;
--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);