Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-04 08:50:06 +00:00
5 changed files with 32 additions and 32 deletions

View File

@@ -86,27 +86,27 @@ export default function AboutPage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/stack-books-library_23-2147767228.jpg",
"http://img.b2bpic.net/free-photo/stack-books-library_23-2147767228.jpg?_wi=2",
imageAlt: "Our book collection values",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/anonymous-people-busy-with-smartphones_23-2147663723.jpg",
"http://img.b2bpic.net/free-photo/anonymous-people-busy-with-smartphones_23-2147663723.jpg?_wi=1",
imageAlt: "Community connection",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/relaxed-young-woman-writing-her-notebook_23-2147601382.jpg",
"http://img.b2bpic.net/free-photo/relaxed-young-woman-writing-her-notebook_23-2147601382.jpg?_wi=2",
imageAlt: "Personal stories matter",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/minimal-shelving-with-decor-books-warm-lamp-light-scandi-interior_169016-71044.jpg",
"http://img.b2bpic.net/free-photo/minimal-shelving-with-decor-books-warm-lamp-light-scandi-interior_169016-71044.jpg?_wi=2",
imageAlt: "Quality curation",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg",
"http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg?_wi=2",
imageAlt: "Treasured items",
},
]}

View File

@@ -55,7 +55,7 @@ export default function BrowsePage() {
rating: 5,
reviewCount: "234",
imageSrc:
"http://img.b2bpic.net/free-photo/ancient-book-luxury-table_23-2147767249.jpg",
"http://img.b2bpic.net/free-photo/ancient-book-luxury-table_23-2147767249.jpg?_wi=2",
imageAlt: "The Great Gatsby hardcover",
},
{
@@ -66,7 +66,7 @@ export default function BrowsePage() {
rating: 5,
reviewCount: "189",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173407.jpg",
"http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173407.jpg?_wi=2",
imageAlt: "Premium leather diary",
},
{
@@ -77,7 +77,7 @@ export default function BrowsePage() {
rating: 4,
reviewCount: "156",
imageSrc:
"http://img.b2bpic.net/free-photo/antique-book-titles-from-our-own-original-public-domain-library-collection_53876-160406.jpg",
"http://img.b2bpic.net/free-photo/antique-book-titles-from-our-own-original-public-domain-library-collection_53876-160406.jpg?_wi=2",
imageAlt: "Shakespeare complete works",
},
{
@@ -88,7 +88,7 @@ export default function BrowsePage() {
rating: 5,
reviewCount: "87",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-love-letters-arrangement_23-2150716536.jpg",
"http://img.b2bpic.net/free-photo/top-view-love-letters-arrangement_23-2150716536.jpg?_wi=2",
imageAlt: "Vintage 1950s journal",
},
{
@@ -99,7 +99,7 @@ export default function BrowsePage() {
rating: 5,
reviewCount: "312",
imageSrc:
"http://img.b2bpic.net/free-photo/ancient-book-luxury-table_23-2147767249.jpg",
"http://img.b2bpic.net/free-photo/ancient-book-luxury-table_23-2147767249.jpg?_wi=3",
imageAlt: "Pride and Prejudice illustrated edition",
},
{
@@ -110,7 +110,7 @@ export default function BrowsePage() {
rating: 5,
reviewCount: "145",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173407.jpg",
"http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173407.jpg?_wi=3",
imageAlt: "Burgundy leather journal",
},
];

View File

@@ -79,7 +79,7 @@ export default function ContactPage() {
tagIcon={Mail}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/anonymous-people-busy-with-smartphones_23-2147663723.jpg"
imageSrc="http://img.b2bpic.net/free-photo/anonymous-people-busy-with-smartphones_23-2147663723.jpg?_wi=2"
mediaAnimation="blur-reveal"
mediaPosition="right"
inputPlaceholder="Enter your email address"
@@ -105,7 +105,7 @@ export default function ContactPage() {
company: "Literature Enthusiast",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
imageAlt: "Sarah Chen",
},
{
@@ -115,7 +115,7 @@ export default function ContactPage() {
company: "Small Business Owner",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
imageAlt: "Marcus Johnson",
},
{
@@ -125,7 +125,7 @@ export default function ContactPage() {
company: "Budget Shopper",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg",
"http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg?_wi=2",
imageAlt: "Priya Kapoor",
},
]}

View File

@@ -96,17 +96,17 @@ export default function HomePage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/stack-books-library_23-2147767228.jpg",
"http://img.b2bpic.net/free-photo/stack-books-library_23-2147767228.jpg?_wi=1",
imageAlt: "Collection of vintage books",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/relaxed-young-woman-writing-her-notebook_23-2147601382.jpg",
"http://img.b2bpic.net/free-photo/relaxed-young-woman-writing-her-notebook_23-2147601382.jpg?_wi=1",
imageAlt: "Beautiful handwritten journal",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg",
"http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg?_wi=1",
imageAlt: "Vintage collectibles display",
},
{
@@ -116,7 +116,7 @@ export default function HomePage() {
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/minimal-shelving-with-decor-books-warm-lamp-light-scandi-interior_169016-71044.jpg",
"http://img.b2bpic.net/free-photo/minimal-shelving-with-decor-books-warm-lamp-light-scandi-interior_169016-71044.jpg?_wi=1",
imageAlt: "Organized bookshelf collection",
},
{
@@ -147,7 +147,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "234",
imageSrc:
"http://img.b2bpic.net/free-photo/ancient-book-luxury-table_23-2147767249.jpg",
"http://img.b2bpic.net/free-photo/ancient-book-luxury-table_23-2147767249.jpg?_wi=1",
imageAlt: "The Great Gatsby hardcover",
},
{
@@ -158,7 +158,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "189",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173407.jpg",
"http://img.b2bpic.net/free-photo/top-view-breakfast-elements_23-2148173407.jpg?_wi=1",
imageAlt: "Premium leather diary",
},
{
@@ -169,7 +169,7 @@ export default function HomePage() {
rating: 4,
reviewCount: "156",
imageSrc:
"http://img.b2bpic.net/free-photo/antique-book-titles-from-our-own-original-public-domain-library-collection_53876-160406.jpg",
"http://img.b2bpic.net/free-photo/antique-book-titles-from-our-own-original-public-domain-library-collection_53876-160406.jpg?_wi=1",
imageAlt: "Shakespeare complete works",
},
{
@@ -180,7 +180,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "87",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-love-letters-arrangement_23-2150716536.jpg",
"http://img.b2bpic.net/free-photo/top-view-love-letters-arrangement_23-2150716536.jpg?_wi=1",
imageAlt: "Vintage 1950s journal",
},
]}
@@ -251,7 +251,7 @@ export default function HomePage() {
title: "Active Users",
description: "Growing community of sustainable shoppers",
imageSrc:
"http://img.b2bpic.net/free-vector/social-network-concept_24908-54698.jpg",
"http://img.b2bpic.net/free-vector/social-network-concept_24908-54698.jpg?_wi=1",
imageAlt: "Community of active users",
},
{
@@ -260,7 +260,7 @@ export default function HomePage() {
title: "Items Saved",
description: "Books and diaries given new homes",
imageSrc:
"http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256483.jpg",
"http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256483.jpg?_wi=1",
imageAlt: "Collection of saved items",
},
{
@@ -269,7 +269,7 @@ export default function HomePage() {
title: "Community Savings",
description: "Total savings for our shoppers",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-education-economy-objects_23-2149113576.jpg",
"http://img.b2bpic.net/free-photo/close-up-education-economy-objects_23-2149113576.jpg?_wi=1",
imageAlt: "Financial savings visualization",
},
]}
@@ -315,7 +315,7 @@ export default function HomePage() {
company: "Literature Enthusiast",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
imageAlt: "Sarah Chen portrait",
},
{
@@ -325,7 +325,7 @@ export default function HomePage() {
company: "Small Business Owner",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1",
imageAlt: "Marcus Johnson portrait",
},
{
@@ -335,7 +335,7 @@ export default function HomePage() {
company: "Budget Shopper",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg",
"http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg?_wi=1",
imageAlt: "Priya Kapoor portrait",
},
{

View File

@@ -122,7 +122,7 @@ export default function SellPage() {
title: "Average Seller Earnings",
description: "Monthly income from part-time selling",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-education-economy-objects_23-2149113576.jpg",
"http://img.b2bpic.net/free-photo/close-up-education-economy-objects_23-2149113576.jpg?_wi=2",
imageAlt: "Seller earnings visualization",
},
{
@@ -131,7 +131,7 @@ export default function SellPage() {
title: "Positive Feedback",
description: "Average seller satisfaction rating",
imageSrc:
"http://img.b2bpic.net/free-vector/social-network-concept_24908-54698.jpg",
"http://img.b2bpic.net/free-vector/social-network-concept_24908-54698.jpg?_wi=2",
imageAlt: "Positive feedback rating",
},
{
@@ -140,7 +140,7 @@ export default function SellPage() {
title: "Average Ship Time",
description: "Fast fulfillment keeps buyers happy",
imageSrc:
"http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256483.jpg",
"http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256483.jpg?_wi=2",
imageAlt: "Quick shipping metric",
},
]}