Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 03:34:04 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Artistic Showcase", logoIcon: Palette,
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bags-with-cream-decorating-gingerbread_169016-20353.jpg", imageAlt: "artist drawing sketch illustration", sidebarItems: [
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bags-with-cream-decorating-gingerbread_169016-20353.jpg?_wi=1", imageAlt: "artist drawing sketch illustration", sidebarItems: [
{ icon: Pencil, active: true },
{ icon: Paintbrush },
{ icon: Layers }
@@ -98,13 +98,13 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "1", name: "Portrait Study - Ethereal Dreams", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Portrait drawing ethereal dreams", initialQuantity: 1
id: "1", name: "Portrait Study - Ethereal Dreams", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1", imageAlt: "Portrait drawing ethereal dreams", initialQuantity: 1
},
{
id: "2", name: "Landscape - Mountain Serenity", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-vector/background-watercolor-mountain-landscape-with-pine_23-2147579028.jpg", imageAlt: "Landscape drawing mountain serenity", initialQuantity: 1
id: "2", name: "Landscape - Mountain Serenity", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-vector/background-watercolor-mountain-landscape-with-pine_23-2147579028.jpg?_wi=1", imageAlt: "Landscape drawing mountain serenity", initialQuantity: 1
},
{
id: "3", name: "Abstract Expression - Colors Flow", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-vector/flat-abstract-art-cover-collection_23-2148972314.jpg", imageAlt: "Abstract drawing colors flow", initialQuantity: 1
id: "3", name: "Abstract Expression - Colors Flow", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-vector/flat-abstract-art-cover-collection_23-2148972314.jpg?_wi=1", imageAlt: "Abstract drawing colors flow", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -144,15 +144,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Custom Portraits", description: "Detailed and expressive portrait drawings capturing the essence and personality of your subject with precision and artistic flair.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"
title: "Custom Portraits", description: "Detailed and expressive portrait drawings capturing the essence and personality of your subject with precision and artistic flair.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=2"
},
{
id: 2,
title: "Landscape Illustrations", description: "Stunning landscape drawings featuring diverse environments from serene natural scenes to dramatic architectural perspectives.", imageSrc: "http://img.b2bpic.net/free-vector/background-watercolor-mountain-landscape-with-pine_23-2147579028.jpg"
title: "Landscape Illustrations", description: "Stunning landscape drawings featuring diverse environments from serene natural scenes to dramatic architectural perspectives.", imageSrc: "http://img.b2bpic.net/free-vector/background-watercolor-mountain-landscape-with-pine_23-2147579028.jpg?_wi=2"
},
{
id: 3,
title: "Abstract Artwork", description: "Contemporary abstract compositions that explore color, form, and emotion through innovative and experimental drawing techniques.", imageSrc: "http://img.b2bpic.net/free-vector/flat-abstract-art-cover-collection_23-2148972314.jpg"
title: "Abstract Artwork", description: "Contemporary abstract compositions that explore color, form, and emotion through innovative and experimental drawing techniques.", imageSrc: "http://img.b2bpic.net/free-vector/flat-abstract-art-cover-collection_23-2148972314.jpg?_wi=2"
}
]}
animationType="blur-reveal"
@@ -204,7 +204,7 @@ export default function LandingPage() {
description="Have a project in mind or want to commission a custom artwork? I'd love to hear from you. Fill out the form below and let's create something amazing together."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pastry-bags-with-cream-decorating-gingerbread_169016-20353.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pastry-bags-with-cream-decorating-gingerbread_169016-20353.jpg?_wi=2"
imageAlt="Contact artwork inspiration"
mediaAnimation="slide-up"
mediaPosition="right"