3 Commits

Author SHA1 Message Date
c3fc3f2375 Update theme colors 2026-06-05 18:28:16 +00:00
d254e9fe4f Update src/app/page.tsx 2026-06-05 18:27:31 +00:00
2e4c6e4e45 Update theme colors 2026-06-05 18:09:57 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -232,7 +232,7 @@ export default function LandingPage() {
name: "Whispers of the Forest",
price: "$1,200",
variant: "Original Oil Painting",
imageSrc: "http://img.b2bpic.net/free-photo/drawing-flowers-inside-frame-wall_53876-23289.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjBvVauf3jyjTL11cMkZ8QIIJV/uploaded-1780683158102-pyk4jqx0.jpg",
imageAlt: "Abstract forest landscape painting",
},
{
@@ -240,7 +240,7 @@ export default function LandingPage() {
name: "River Stone Sculpture",
price: "$450",
variant: "Handcrafted Ceramic",
imageSrc: "http://img.b2bpic.net/free-photo/different-ceramic-empty-plates-bowls_114579-21176.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjBvVauf3jyjTL11cMkZ8QIIJV/uploaded-1780683518636-zihl7w6w.jpg",
imageAlt: "Smooth ceramic sculpture resembling river stones",
},
{
@@ -248,7 +248,7 @@ export default function LandingPage() {
name: "Botanical Serenity Print",
price: "$180",
variant: "Limited Edition Giclée",
imageSrc: "http://img.b2bpic.net/free-photo/bloom-summer-flowers-pink-spring_1203-3809.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjBvVauf3jyjTL11cMkZ8QIIJV/uploaded-1780683563161-w0lvq0zz.jpg",
imageAlt: "Detailed botanical illustration art print",
},
{
@@ -256,7 +256,7 @@ export default function LandingPage() {
name: "Coastal Echoes Abstract",
price: "$850",
variant: "Resin & Mixed Media",
imageSrc: "http://img.b2bpic.net/free-photo/white-background-with-brush-strokes_23-2147611911.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjBvVauf3jyjTL11cMkZ8QIIJV/uploaded-1780683680304-ci738jxh.jpg",
imageAlt: "Abstract resin art with blue and green tones",
},
{

View File

@@ -13,9 +13,9 @@
--background: #f6e8ce;
--card: #0e2a0c;
--foreground: #0E2A0C;
--primary-cta: #ffaa70;
--primary-cta: #0E2A0C;
--primary-cta-text: #F6E8CE;
--secondary-cta: #170b07;
--secondary-cta: #9A460E;
--secondary-cta-text: #F6E8CE;
--accent: #9a460e;
--background-accent: #9A460E;