Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-11 13:28:14 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -80,13 +80,13 @@ const CampaignsPage = () => {
products={[
{
id: "campaign-1", brand: "StyleHub", name: "Fashion Lookbook Creator", price: "$1,000-3,500", rating: 5,
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12092.jpg", imageAlt: "Fashion brand collaboration campaign"},
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12092.jpg?_wi=2", imageAlt: "Fashion brand collaboration campaign"},
{
id: "campaign-2", brand: "TechVision", name: "Unboxing & Review Videos", price: "$1,500-4,000", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg", imageAlt: "Technology product review campaign"},
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg?_wi=2", imageAlt: "Technology product review campaign"},
{
id: "campaign-3", brand: "BeautyBrand", name: "Makeup Tutorial Series", price: "$800-2,800", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/blogger-recording-video-with-make-up-accessories_23-2148538934.jpg", imageAlt: "Beauty product promotion campaign"},
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/blogger-recording-video-with-make-up-accessories_23-2148538934.jpg?_wi=2", imageAlt: "Beauty product promotion campaign"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"

View File

@@ -180,13 +180,13 @@ const HomePage = () => {
products={[
{
id: "campaign-1", brand: "StyleHub", name: "Fashion Content Creator", price: "$500-2,000", rating: 5,
reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12092.jpg", imageAlt: "Fashion brand collaboration campaign"},
reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12092.jpg?_wi=1", imageAlt: "Fashion brand collaboration campaign"},
{
id: "campaign-2", brand: "TechVision", name: "Tech Product Reviews", price: "$800-3,000", rating: 5,
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg", imageAlt: "Technology product review campaign"},
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg?_wi=1", imageAlt: "Technology product review campaign"},
{
id: "campaign-3", brand: "BeautyBrand", name: "Makeup & Beauty Clips", price: "$600-2,500", rating: 5,
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/blogger-recording-video-with-make-up-accessories_23-2148538934.jpg", imageAlt: "Beauty product promotion campaign"},
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/blogger-recording-video-with-make-up-accessories_23-2148538934.jpg?_wi=1", imageAlt: "Beauty product promotion campaign"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"