Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-08 17:21:11 +00:00
3 changed files with 1393 additions and 26 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -56,29 +56,29 @@ export default function HomePage() {
background={{ variant: "aurora" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=1",
imageAlt: "Premium product display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=1",
imageAlt: "Exclusive collection item",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=1",
imageAlt: "Electronics category",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1",
imageAlt: "Fashion items",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=1",
imageAlt: "Featured product",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=1",
imageAlt: "Home decor collection",
},
{
@@ -86,7 +86,7 @@ export default function HomePage() {
imageAlt: "Shopping experience",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=2",
imageAlt: "Quality products",
},
]}
@@ -115,7 +115,7 @@ export default function HomePage() {
author: "Quality Team",
description: "Every product is carefully selected and verified for quality. We partner with trusted brands and sellers to bring you only the best items.",
tags: ["Quality", "Verified", "Trusted"],
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=3",
imageAlt: "Curated products",
},
{
@@ -124,7 +124,7 @@ export default function HomePage() {
author: "Logistics Team",
description: "Get your orders delivered quickly with real-time tracking. We work with leading carriers to ensure safe and timely delivery to your doorstep.",
tags: ["Fast", "Tracking", "Safe"],
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=2",
imageAlt: "Shipping service",
},
{
@@ -133,7 +133,7 @@ export default function HomePage() {
author: "Security Team",
description: "Shop with confidence using our encrypted payment system. Your personal and financial information is protected with industry-leading security.",
tags: ["Secure", "Encrypted", "Protected"],
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=2",
imageAlt: "Secure payments",
},
]}
@@ -156,7 +156,7 @@ export default function HomePage() {
id: "1",
name: "Premium Wireless Headphones",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=4",
imageAlt: "Wireless headphones",
initialQuantity: 1,
},
@@ -164,7 +164,7 @@ export default function HomePage() {
id: "2",
name: "Luxury Leather Crossbody Bag",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=3",
imageAlt: "Leather bag",
initialQuantity: 1,
},
@@ -172,7 +172,7 @@ export default function HomePage() {
id: "3",
name: "Designer Sunglasses Collection",
price: "$179.99",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=3",
imageAlt: "Designer sunglasses",
initialQuantity: 1,
},
@@ -180,7 +180,7 @@ export default function HomePage() {
id: "4",
name: "Smart Watch Pro",
price: "$299.99",
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=2",
imageAlt: "Smart watch",
initialQuantity: 1,
},
@@ -188,7 +188,7 @@ export default function HomePage() {
id: "5",
name: "Cashmere Sweater",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=2",
imageAlt: "Cashmere sweater",
initialQuantity: 1,
},
@@ -196,7 +196,7 @@ export default function HomePage() {
id: "6",
name: "Minimalist Desk Lamp",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=2",
imageAlt: "Desk lamp",
initialQuantity: 1,
},
@@ -222,7 +222,7 @@ export default function HomePage() {
name: "Sarah Johnson",
handle: "@sarahj_lifestyle",
testimonial: "ShopHub has completely transformed my shopping experience. The product quality is exceptional and the shipping is incredibly fast. I love the personalized recommendations!",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -230,7 +230,7 @@ export default function HomePage() {
name: "Michael Chen",
handle: "@mchen_designs",
testimonial: "The best online store I've used. Excellent customer service, secure checkout, and the product variety is outstanding. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -254,7 +254,7 @@ export default function HomePage() {
name: "Jessica Martinez",
handle: "@jmartinez_style",
testimonial: "I've ordered multiple times and every experience has been perfect. The curated collections are fantastic and the return policy is hassle-free.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2",
imageAlt: "Jessica Martinez",
},
{
@@ -262,7 +262,7 @@ export default function HomePage() {
name: "Thomas Anderson",
handle: "@tanderson_life",
testimonial: "Best online shopping platform I've found. Great prices, authentic products, and they actually care about customer satisfaction. Keep up the great work!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=2",
imageAlt: "Thomas Anderson",
},
]}

View File

@@ -50,7 +50,7 @@ export default function ProductsPage() {
id: "1",
name: "Premium Wireless Headphones",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=5",
imageAlt: "Wireless headphones",
initialQuantity: 1,
},
@@ -58,7 +58,7 @@ export default function ProductsPage() {
id: "2",
name: "Luxury Leather Crossbody Bag",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=4",
imageAlt: "Leather bag",
initialQuantity: 1,
},
@@ -66,7 +66,7 @@ export default function ProductsPage() {
id: "3",
name: "Designer Sunglasses Collection",
price: "$179.99",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=4",
imageAlt: "Designer sunglasses",
initialQuantity: 1,
},
@@ -74,7 +74,7 @@ export default function ProductsPage() {
id: "4",
name: "Smart Watch Pro",
price: "$299.99",
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=3",
imageAlt: "Smart watch",
initialQuantity: 1,
},
@@ -82,7 +82,7 @@ export default function ProductsPage() {
id: "5",
name: "Cashmere Sweater",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=3",
imageAlt: "Cashmere sweater",
initialQuantity: 1,
},
@@ -90,7 +90,7 @@ export default function ProductsPage() {
id: "6",
name: "Minimalist Desk Lamp",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=3",
imageAlt: "Desk lamp",
initialQuantity: 1,
},