Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 13:50:54 +00:00

View File

@@ -49,16 +49,16 @@ export default function AppPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg", imageAlt: "Premium product collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", imageAlt: "Exclusive items" },
{ imageSrc: "http://img.b2bpic.net/free-photo/great-variety-shopping-mall_329181-7992.jpg", imageAlt: "Quality merchandise" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-blogger-streaming-home_23-2148771592.jpg", imageAlt: "Best sellers" }
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg?_wi=1", imageAlt: "Premium product collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=1", imageAlt: "Exclusive items" },
{ imageSrc: "http://img.b2bpic.net/free-photo/great-variety-shopping-mall_329181-7992.jpg?_wi=1", imageAlt: "Quality merchandise" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-blogger-streaming-home_23-2148771592.jpg?_wi=1", imageAlt: "Best sellers" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg", imageAlt: "Trending products" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg", imageAlt: "Featured collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", imageAlt: "New arrivals" },
{ imageSrc: "http://img.b2bpic.net/free-photo/great-variety-shopping-mall_329181-7992.jpg", imageAlt: "Top rated" }
{ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg?_wi=1", imageAlt: "Trending products" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg?_wi=2", imageAlt: "Featured collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=2", imageAlt: "New arrivals" },
{ imageSrc: "http://img.b2bpic.net/free-photo/great-variety-shopping-mall_329181-7992.jpg?_wi=2", imageAlt: "Top rated" }
]}
buttons={[
{ text: "Start Shopping", href: "products" },
@@ -80,27 +80,27 @@ export default function AppPage() {
products={[
{
id: "1", brand: "LuxeGoods", name: "Premium Leather Wallet", price: "$89.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg", imageAlt: "Premium Leather Wallet"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg?_wi=3", imageAlt: "Premium Leather Wallet"
},
{
id: "2", brand: "StyleCo", name: "Elegant Watch Collection", price: "$149.99", rating: 5,
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", imageAlt: "Elegant Watch Collection"
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=3", imageAlt: "Elegant Watch Collection"
},
{
id: "3", brand: "TechPro", name: "Wireless Bluetooth Speaker", price: "$124.99", rating: 5,
reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/great-variety-shopping-mall_329181-7992.jpg", imageAlt: "Wireless Bluetooth Speaker"
reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/great-variety-shopping-mall_329181-7992.jpg?_wi=3", imageAlt: "Wireless Bluetooth Speaker"
},
{
id: "4", brand: "ComfortMax", name: "Premium Memory Foam Pillow", price: "$79.99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-blogger-streaming-home_23-2148771592.jpg", imageAlt: "Premium Memory Foam Pillow"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-blogger-streaming-home_23-2148771592.jpg?_wi=2", imageAlt: "Premium Memory Foam Pillow"
},
{
id: "5", brand: "VisionPro", name: "Advanced Fitness Tracker", price: "$199.99", rating: 5,
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg", imageAlt: "Advanced Fitness Tracker"
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg?_wi=2", imageAlt: "Advanced Fitness Tracker"
},
{
id: "6", brand: "EssenceGlow", name: "Organic Skincare Bundle", price: "$59.99", rating: 5,
reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg", imageAlt: "Organic Skincare Bundle"
reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32427.jpg?_wi=4", imageAlt: "Organic Skincare Bundle"
}
]}
gridVariant="bento-grid"
@@ -121,7 +121,7 @@ export default function AppPage() {
{ value: "50k+", title: "Happy Customers" },
{ value: "10k+", title: "Quality Products" }
]}
imageSrc="http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=4"
imageAlt="ShopHub customer experience"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -140,22 +140,22 @@ export default function AppPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Exceptional Quality and Service", quote: "I've been shopping with ShopHub for over a year now. The quality of products is outstanding and their customer service is incredibly responsive. Highly recommended!", name: "Sarah Johnson", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson"
id: "1", title: "Exceptional Quality and Service", quote: "I've been shopping with ShopHub for over a year now. The quality of products is outstanding and their customer service is incredibly responsive. Highly recommended!", name: "Sarah Johnson", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", title: "Fast Shipping and Great Prices", quote: "Best online shopping experience I've had. Fast shipping, competitive prices, and the products arrived in perfect condition. Will definitely order again!", name: "Michael Chen", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen"
id: "2", title: "Fast Shipping and Great Prices", quote: "Best online shopping experience I've had. Fast shipping, competitive prices, and the products arrived in perfect condition. Will definitely order again!", name: "Michael Chen", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "3", title: "Exactly What I Needed", quote: "The product descriptions are accurate and helpful. I found exactly what I was looking for, and the quality exceeded my expectations. Thank you ShopHub!", name: "Emma Rodriguez", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emma Rodriguez"
id: "3", title: "Exactly What I Needed", quote: "The product descriptions are accurate and helpful. I found exactly what I was looking for, and the quality exceeded my expectations. Thank you ShopHub!", name: "Emma Rodriguez", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emma Rodriguez"
},
{
id: "4", title: "Premium Experience", quote: "Shopping on ShopHub feels premium. The selection is diverse, prices are fair, and the whole experience from browsing to checkout is seamless.", name: "David Kim", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim"
id: "4", title: "Premium Experience", quote: "Shopping on ShopHub feels premium. The selection is diverse, prices are fair, and the whole experience from browsing to checkout is seamless.", name: "David Kim", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Kim"
},
{
id: "5", title: "Outstanding Customer Support", quote: "Had a question about a product and received a helpful response within hours. The team really cares about customer satisfaction. Top-tier service!", name: "Lisa Thompson", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Lisa Thompson"
id: "5", title: "Outstanding Customer Support", quote: "Had a question about a product and received a helpful response within hours. The team really cares about customer satisfaction. Top-tier service!", name: "Lisa Thompson", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Lisa Thompson"
},
{
id: "6", title: "Best Online Shop", quote: "I compare prices across multiple sites and ShopHub consistently offers the best value without compromising on quality. My go-to store now!", name: "James Wilson", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Wilson"
id: "6", title: "Best Online Shop", quote: "I compare prices across multiple sites and ShopHub consistently offers the best value without compromising on quality. My go-to store now!", name: "James Wilson", role: "Verified Buyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", imageAlt: "James Wilson"
}
]}
buttons={[{ text: "Share Your Experience", href: "#" }]}
@@ -189,7 +189,7 @@ export default function AppPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg"
imageSrc="http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg?_wi=1"
imageAlt="Customer support team"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -226,7 +226,7 @@ export default function AppPage() {
description="Subscribe to our newsletter and receive exclusive deals, product launches, and special promotions delivered to your inbox."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg"
imageSrc="http://img.b2bpic.net/free-vector/computer-with-social-profile-social-community_24877-53905.jpg?_wi=2"
imageAlt="Newsletter subscription"
mediaAnimation="slide-up"
mediaPosition="right"