Compare commits
24 Commits
version_21
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 30f22db59f | |||
| 2be50cee9e | |||
| 93028e5b1b | |||
| 62553e5516 | |||
| 0edd2455c9 | |||
| f556444493 | |||
| 949846d552 | |||
| 25f2844f3a | |||
| 9a27b31c5d | |||
| 53c0180ce4 | |||
| 027f0580ea | |||
| c9f232c756 | |||
| 5151a10884 | |||
| 9dd4236f36 | |||
| 964d64542d | |||
| 5b040208a8 | |||
| e40612e42f | |||
| f644b20a54 | |||
| 42541445d4 | |||
| cb909ccea2 | |||
| 08a0824fb1 | |||
| 4b162b11df | |||
| 7c313d16e5 | |||
| 2f0021424c |
@@ -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={[
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user