Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-10 06:48:20 +00:00
5 changed files with 1392 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ export default function ItemDetailPage() {
price: "$49.99",
rating: 5,
reviewCount: "1.2k",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg?_wi=3",
imageAlt: "Premium Logo Design Template",
},
{
@@ -45,7 +45,7 @@ export default function ItemDetailPage() {
price: "$79.99",
rating: 5,
reviewCount: "892",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=3",
imageAlt: "Web Development Starter Kit",
},
{
@@ -55,7 +55,7 @@ export default function ItemDetailPage() {
price: "$39.99",
rating: 4,
reviewCount: "654",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg?_wi=3",
imageAlt: "Digital Marketing Strategy Guide",
},
];
@@ -67,7 +67,7 @@ export default function ItemDetailPage() {
handle: "@sarahjohnson",
testimonial: "This product exceeded my expectations. The quality and support from the seller was outstanding. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
{
@@ -76,7 +76,7 @@ export default function ItemDetailPage() {
handle: "@mikechen",
testimonial: "Fantastic product and great value for money. The seller was responsive and delivered exactly as promised.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=2",
imageAlt: "Michael Chen",
},
];
@@ -192,7 +192,7 @@ export default function ItemDetailPage() {
<div id="item-faq" data-section="item-faq">
<FaqSplitMedia
faqs={faqs}
imageSrc="http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg"
imageSrc="http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg?_wi=2"
imageAlt="Customer Support Team"
title="Item FAQs"
description="Common questions about this product and StarPets marketplace"

File diff suppressed because it is too large Load Diff

View File

@@ -58,7 +58,7 @@ export default function MarketplacePage() {
price: "$49.99",
rating: 5,
reviewCount: "1.2k",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg?_wi=2",
imageAlt: "Premium Logo Design Template",
},
{
@@ -68,7 +68,7 @@ export default function MarketplacePage() {
price: "$79.99",
rating: 5,
reviewCount: "892",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=2",
imageAlt: "Web Development Starter Kit",
},
{
@@ -78,7 +78,7 @@ export default function MarketplacePage() {
price: "$39.99",
rating: 4,
reviewCount: "654",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg?_wi=2",
imageAlt: "Digital Marketing Strategy Guide",
},
{
@@ -88,7 +88,7 @@ export default function MarketplacePage() {
price: "$129.99",
rating: 5,
reviewCount: "2.1k",
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148662516.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148662516.jpg?_wi=2",
imageAlt: "UI/UX Design System Bundle",
},
{
@@ -98,7 +98,7 @@ export default function MarketplacePage() {
price: "$59.99",
rating: 4,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-vector/charts-set-violet-dashboard-user-panel_23-2148381983.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/charts-set-violet-dashboard-user-panel_23-2148381983.jpg?_wi=2",
imageAlt: "Content Creation Toolkit",
},
{
@@ -108,7 +108,7 @@ export default function MarketplacePage() {
price: "$89.99",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148375531.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148375531.jpg?_wi=2",
imageAlt: "SEO Optimization Course",
},
]}

View File

@@ -79,15 +79,15 @@ export default function HomePage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148662516.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-concept_23-2148662516.jpg?_wi=1",
imageAlt: "Digital Marketplace Platform",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/charts-set-violet-dashboard-user-panel_23-2148381983.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/charts-set-violet-dashboard-user-panel_23-2148381983.jpg?_wi=1",
imageAlt: "Seller Dashboard Interface",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148375531.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148375531.jpg?_wi=1",
imageAlt: "Buyer Dashboard Interface",
},
]}
@@ -114,7 +114,7 @@ export default function HomePage() {
price: "$49.99",
rating: 5,
reviewCount: "1.2k",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg?_wi=1",
imageAlt: "Premium Logo Design Template",
},
{
@@ -124,7 +124,7 @@ export default function HomePage() {
price: "$79.99",
rating: 5,
reviewCount: "892",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=1",
imageAlt: "Web Development Starter Kit",
},
{
@@ -134,7 +134,7 @@ export default function HomePage() {
price: "$39.99",
rating: 4,
reviewCount: "654",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg?_wi=1",
imageAlt: "Digital Marketing Strategy Guide",
},
]}
@@ -321,7 +321,7 @@ export default function HomePage() {
handle: "@sarahjohnson",
testimonial: "StarPets made selling digital products so easy. The admin verification gives me confidence that all buyers are legitimate. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -330,7 +330,7 @@ export default function HomePage() {
handle: "@mikechen",
testimonial: "As a buyer, I love the security. Knowing my payment is held in escrow until I receive the item makes me feel protected. Best marketplace experience!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -391,7 +391,7 @@ export default function HomePage() {
faqsAnimation="slide-up"
animationType="smooth"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg"
imageSrc="http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg?_wi=1"
imageAlt="Admin Review Process"
faqs={[
{

View File

@@ -94,7 +94,7 @@ export default function SellerDashboardPage() {
price: "$49.99",
rating: 5,
reviewCount: "1.2k",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg?_wi=4",
imageAlt: "Premium Logo Design Template",
},
{
@@ -104,7 +104,7 @@ export default function SellerDashboardPage() {
price: "$79.99",
rating: 5,
reviewCount: "892",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=4",
imageAlt: "Web Development Starter Kit",
},
{
@@ -114,7 +114,7 @@ export default function SellerDashboardPage() {
price: "$39.99",
rating: 4,
reviewCount: "654",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg?_wi=4",
imageAlt: "Digital Marketing Strategy Guide",
},
];
@@ -241,7 +241,7 @@ export default function SellerDashboardPage() {
<div id="seller-faq" data-section="seller-faq">
<FaqSplitMedia
faqs={faqs}
imageSrc="http://img.b2bpic.net/free-vector/charts-set-violet-dashboard-user-panel_23-2148381983.jpg"
imageSrc="http://img.b2bpic.net/free-vector/charts-set-violet-dashboard-user-panel_23-2148381983.jpg?_wi=3"
imageAlt="Seller Dashboard Analytics"
title="Seller Resources"
description="Get answers to common seller questions and platform guidelines"