Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-27 16:02:15 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104482.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104482.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-books_23-2148680204.jpg",
@@ -127,13 +127,13 @@ export default function LandingPage() {
id: "1",
name: "The Hidden Legend",
price: "New",
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-pink-haired-girl-pajamas_23-2152033287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-pink-haired-girl-pajamas_23-2152033287.jpg?_wi=1",
},
{
id: "2",
name: "Galaxy Chronicles",
price: "Trending",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-futuristic-female-humanoid-with-advanced-technology_23-2151666387.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-futuristic-female-humanoid-with-advanced-technology_23-2151666387.jpg?_wi=1",
},
{
id: "3",
@@ -188,7 +188,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104482.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104482.jpg?_wi=2",
imageAlt: "fantasy manhwa book cover",
},
{
@@ -208,7 +208,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-pink-haired-girl-pajamas_23-2152033287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-pink-haired-girl-pajamas_23-2152033287.jpg?_wi=2",
imageAlt: "fantasy manhwa book cover",
},
{
@@ -228,7 +228,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-futuristic-female-humanoid-with-advanced-technology_23-2151666387.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-futuristic-female-humanoid-with-advanced-technology_23-2151666387.jpg?_wi=2",
imageAlt: "fantasy manhwa book cover",
},
]}