23 Commits

Author SHA1 Message Date
9dd4236f36 Update theme colors 2026-06-05 19:37:19 +00:00
5b040208a8 Update theme colors 2026-06-05 19:36:52 +00:00
f644b20a54 Update theme colors 2026-06-05 19:36:29 +00:00
96c9d7d334 Update src/app/page.tsx 2026-06-05 19:36:21 +00:00
c54012833f Update src/app/page.tsx 2026-06-05 19:22:30 +00:00
3dc4b3f8ae Update src/app/page.tsx 2026-06-05 19:17:07 +00:00
cef9f0ece0 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:14:21 +00:00
5edd81621f Merge version_20 into main
Merge version_20 into main
2026-06-05 19:12:06 +00:00
f8494519d3 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:11:34 +00:00
e2a12d9f99 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:11:03 +00:00
e4baf69c3f Merge version_20 into main
Merge version_20 into main
2026-06-05 19:10:04 +00:00
8b53224320 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:09:15 +00:00
e6e0ff45eb Merge version_20 into main
Merge version_20 into main
2026-06-05 19:07:53 +00:00
e5d5c97795 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:05:32 +00:00
d94d92b864 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:05:12 +00:00
e56c72e9d7 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:03:47 +00:00
1c8dc803fd Switch to version 20: modified src/app/styles/variables.css 2026-06-05 19:02:04 +00:00
ceaf89a059 Switch to version 19: modified src/app/styles/variables.css 2026-06-05 19:01:52 +00:00
7e0740e952 Merge version_20 into main
Merge version_20 into main
2026-06-05 19:00:40 +00:00
54c9856906 Merge version_19 into main
Merge version_19 into main
2026-06-05 18:59:49 +00:00
48df15c856 Merge version_19 into main
Merge version_19 into main
2026-06-05 18:55:50 +00:00
4cb260d49f Merge version_19 into main
Merge version_19 into main
2026-06-05 18:47:33 +00:00
56a2a35d8d Merge version_19 into main
Merge version_19 into main
2026-06-05 18:35:23 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -122,9 +122,9 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Our Story: Rooted in Nature, Crafted with Soul"
description="COBIS ART began with a passion for preserving the fleeting beauty of the natural world through timeless art. Each piece in our collection is a testament to sustainable practices, authentic craftsmanship, and a deep reverence for the materials we use. We collaborate with artisans who share our vision, ensuring every brushstroke and sculpted form tells a meaningful story, inviting collectors to connect with the essence of nature within their homes."
imageSrc="http://img.b2bpic.net/free-photo/woman-with-paint-stained-t-shirt-looking-picture-that-is-her-hand_1157-2276.jpg"
title="Commissions Are Currently Open And Available. "
description="COBIS ART began with a passion for preserving the fleeting beauty of the natural world through timeless art. Each piece in his collection is a testament to sustainable practices, authentic craftsmanship, and a deep reverence for the materials we use. We collaborate with artisans who share our vision, ensuring every brushstroke and pen stroke tells a meaningful story, inviting collectors to connect with the essence of art within their homes."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjBvVauf3jyjTL11cMkZ8QIIJV/uploaded-1780687789107-h1ss4roc.jpg"
imageAlt="Artist's studio with natural light and handcrafted art pieces"
/>
</div>
@@ -137,13 +137,13 @@ export default function LandingPage() {
features={[
{
icon: Mountain,
title: "Nature-Inspired Themes", description: "Each artwork draws inspiration from the intricate patterns, serene landscapes, and vibrant ecosystems of the natural world."},
title: "Lively Inspired Themes", description: ""},
{
icon: Feather,
title: "Authentic Handcrafted Quality", description: "Our pieces are meticulously created by skilled artisans, using traditional techniques and sustainable materials, ensuring unique character."},
title: "Quality Prints", description: ""},
{
icon: Leaf,
title: "Commitment to Sustainability", description: "From responsibly sourced pigments to eco-friendly packaging, every step reflects our dedication to environmental stewardship."},
title: "Commitment to Sustainability", description: ""},
]}
title="The COBIS ART Difference"
description="Experience art that transcends mere decoration, offering a profound connection to nature and unparalleled artistic integrity."
@@ -245,7 +245,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
tag="Connect"
title="Let's Create Something Beautiful"
description="Whether you're looking for a specific piece, a commission, or just want to learn more, our team is here to assist you."
description=""
buttons={[
{
text: "Contact Us", href: "mailto:info@cobisart.com"},

View File

@@ -12,7 +12,7 @@
--background: #f6e8ce;
--card: #0e2a0c;
--foreground: #F6E8CE;
--foreground: #0E2A0C;
--primary-cta: #0E2A0C;
--primary-cta-text: #F6E8CE;
--secondary-cta: #9A460E;