Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:16:49 +00:00

View File

@@ -45,25 +45,25 @@ export default function LandingPage() {
tag="Custom Artwork"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg?_wi=1"
imageAlt="Premium digital artwork showcase"
mediaAnimation="slide-up"
testimonials={[
{
name: "Alex Chen", handle: "Creative Director", testimonial: "Exceptional artistry and professionalism. Transformed my vision into reality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100215.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100215.jpg?_wi=1"
},
{
name: "Jordan Lee", handle: "Game Developer", testimonial: "Outstanding character designs. Delivered ahead of schedule with stunning results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/male-portrait_1196-547.jpg"
imageSrc: "http://img.b2bpic.net/free-vector/male-portrait_1196-547.jpg?_wi=1"
},
{
name: "Morgan Rivera", handle: "Art Director", testimonial: "The attention to detail is remarkable. Highly recommend for serious projects.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-jumping-white_1385-2632.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-jumping-white_1385-2632.jpg?_wi=1"
},
{
name: "Casey Williams", handle: "Author", testimonial: "My book came alive with these beautiful illustrations. Perfect collaboration.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/hand-draw-spring-landscape-scene-watercolor-background_1035-23817.jpg"
imageSrc: "http://img.b2bpic.net/free-vector/hand-draw-spring-landscape-scene-watercolor-background_1035-23817.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}
@@ -134,19 +134,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Character Design", name: "Mystical Sorceress Bust", price: "$200", rating: 5,
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100215.jpg", imageAlt: "Mystical sorceress character bust commission"
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100215.jpg?_wi=2", imageAlt: "Mystical sorceress character bust commission"
},
{
id: "2", brand: "Fantasy Illustration", name: "Knight Half Body Portrait", price: "$350", rating: 5,
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-vector/male-portrait_1196-547.jpg", imageAlt: "Knight character half-body illustration"
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-vector/male-portrait_1196-547.jpg?_wi=2", imageAlt: "Knight character half-body illustration"
},
{
id: "3", brand: "Full Body Artwork", name: "Warrior Full Figure", price: "$600", rating: 5,
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-jumping-white_1385-2632.jpg", imageAlt: "Full body warrior character artwork"
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-jumping-white_1385-2632.jpg?_wi=2", imageAlt: "Full body warrior character artwork"
},
{
id: "4", brand: "Environmental Art", name: "Fantasy Scene with Character", price: "$950", rating: 5,
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-vector/hand-draw-spring-landscape-scene-watercolor-background_1035-23817.jpg", imageAlt: "Character in detailed fantasy environment"
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-vector/hand-draw-spring-landscape-scene-watercolor-background_1035-23817.jpg?_wi=2", imageAlt: "Character in detailed fantasy environment"
},
{
id: "5", brand: "Character Concept", name: "Modern Character Design", price: "$400", rating: 5,
@@ -154,7 +154,7 @@ export default function LandingPage() {
},
{
id: "6", brand: "Digital Illustration", name: "Creative Character Study", price: "$550", rating: 5,
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg", imageAlt: "Creative character study illustration"
reviewCount: "Client Approved", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg?_wi=2", imageAlt: "Creative character study illustration"
}
]}
/>