Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-03 05:31:33 +00:00
3 changed files with 27 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ export default function AboutPage() {
title="About 3DStore"
description="We're revolutionizing the ecommerce experience with innovative 3D visualization technology, premium product curation, and customer-first values. Our mission is to make online shopping more immersive, confident, and enjoyable."
tag="Our Story"
imageSrc="http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg"
imageSrc="http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=2"
imageAlt="3DStore About"
textPosition="bottom-left"
showBlur={true}

View File

@@ -65,7 +65,7 @@ export default function HomePage() {
tag="Next-Gen Shopping"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg"
imageSrc="http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=1"
imageAlt="3D Product Showcase"
textPosition="bottom-left"
showBlur={true}
@@ -92,22 +92,22 @@ export default function HomePage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Premium Wireless Headphones", price: "$299", variant: "Matte Black - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg", imageAlt: "Premium Wireless Headphones", isFavorited: false,
id: "1", name: "Premium Wireless Headphones", price: "$299", variant: "Matte Black - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=1", imageAlt: "Premium Wireless Headphones", isFavorited: false,
},
{
id: "2", name: "Designer Watch Collection", price: "$599", variant: "Silver Steel - 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg", imageAlt: "Designer Watch Collection", isFavorited: false,
id: "2", name: "Designer Watch Collection", price: "$599", variant: "Silver Steel - 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=1", imageAlt: "Designer Watch Collection", isFavorited: false,
},
{
id: "3", name: "Advanced Camera Lens", price: "$1,299", variant: "Professional Grade - 3 Variants", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg", imageAlt: "Advanced Camera Lens", isFavorited: false,
id: "3", name: "Advanced Camera Lens", price: "$1,299", variant: "Professional Grade - 3 Variants", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=1", imageAlt: "Advanced Camera Lens", isFavorited: false,
},
{
id: "4", name: "Luxury Leather Backpack", price: "$449", variant: "Cognac Brown - 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg", imageAlt: "Luxury Leather Backpack", isFavorited: false,
id: "4", name: "Luxury Leather Backpack", price: "$449", variant: "Cognac Brown - 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg?_wi=1", imageAlt: "Luxury Leather Backpack", isFavorited: false,
},
{
id: "5", name: "Smart Home Hub Pro", price: "$199", variant: "Charcoal - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg", imageAlt: "Smart Home Hub Pro", isFavorited: false,
id: "5", name: "Smart Home Hub Pro", price: "$199", variant: "Charcoal - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg?_wi=1", imageAlt: "Smart Home Hub Pro", isFavorited: false,
},
{
id: "6", name: "Premium Sunglasses", price: "$349", variant: "Classic Aviator - 6 Colors", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg", imageAlt: "Premium Sunglasses", isFavorited: false,
id: "6", name: "Premium Sunglasses", price: "$349", variant: "Classic Aviator - 6 Colors", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg?_wi=1", imageAlt: "Premium Sunglasses", isFavorited: false,
},
]}
/>
@@ -157,11 +157,11 @@ export default function HomePage() {
carouselMode="buttons"
products={[
{
id: "7", name: "Flagship Smartphone", price: "$999", variant: "Graphite - Ultra", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg", imageAlt: "Flagship Smartphone"},
id: "7", name: "Flagship Smartphone", price: "$999", variant: "Graphite - Ultra", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=2", imageAlt: "Flagship Smartphone"},
{
id: "8", name: "Gaming Laptop", price: "$2,499", variant: "RGB Edition - Pro", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg", imageAlt: "Gaming Laptop"},
id: "8", name: "Gaming Laptop", price: "$2,499", variant: "RGB Edition - Pro", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=2", imageAlt: "Gaming Laptop"},
{
id: "9", name: "Wireless Earbuds Pro", price: "$249", variant: "Pearl White - Max", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg", imageAlt: "Wireless Earbuds Pro"},
id: "9", name: "Wireless Earbuds Pro", price: "$249", variant: "Pearl White - Max", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=2", imageAlt: "Wireless Earbuds Pro"},
]}
/>
</div>
@@ -193,17 +193,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson, Fashion Enthusiast", date: "Date: 15 January 2025", title: "The 3D experience changed how I shop online!", quote: "Being able to rotate and zoom into products before buying gives me complete confidence in my purchases. The quality is exceptional and the shipping was incredibly fast.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Sarah Johnson testimonial"},
id: "1", name: "Sarah Johnson, Fashion Enthusiast", date: "Date: 15 January 2025", title: "The 3D experience changed how I shop online!", quote: "Being able to rotate and zoom into products before buying gives me complete confidence in my purchases. The quality is exceptional and the shipping was incredibly fast.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"},
{
id: "2", name: "Michael Chen, Tech Reviewer", date: "Date: 12 January 2025", title: "Best online shopping platform I've used!", quote: "The 3D visualization technology is revolutionary. I can see every detail of products before purchasing. Their customer service is outstanding and product quality exceeds expectations.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen testimonial"},
id: "2", name: "Michael Chen, Tech Reviewer", date: "Date: 12 January 2025", title: "Best online shopping platform I've used!", quote: "The 3D visualization technology is revolutionary. I can see every detail of products before purchasing. Their customer service is outstanding and product quality exceeds expectations.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Chen testimonial"},
{
id: "3", name: "Emily Rodriguez, Interior Designer", date: "Date: 10 January 2025", title: "Perfect for professional buyers like me", quote: "As a designer, I appreciate the attention to detail. The 3D models let me visualize how items fit into spaces. Highly recommend for anyone serious about quality shopping.", tag: "Professional Account", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Emily Rodriguez testimonial"},
id: "3", name: "Emily Rodriguez, Interior Designer", date: "Date: 10 January 2025", title: "Perfect for professional buyers like me", quote: "As a designer, I appreciate the attention to detail. The 3D models let me visualize how items fit into spaces. Highly recommend for anyone serious about quality shopping.", tag: "Professional Account", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial"},
{
id: "4", name: "David Kim, Product Manager", date: "Date: 8 January 2025", title: "Impressed with the entire experience", quote: "From browsing to checkout, everything is seamless. The 3D interface is intuitive and the delivery was on time. I've already recommended this to all my colleagues.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim testimonial"},
{
id: "5", name: "Lisa Anderson, Entrepreneur", date: "Date: 5 January 2025", title: "Game-changer for my business!", quote: "I use this platform for both personal and business purchases. The bulk ordering system and 3D previews save me so much time. Worth every penny!", tag: "Business Partner", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", avatarAlt: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Lisa Anderson testimonial"},
id: "5", name: "Lisa Anderson, Entrepreneur", date: "Date: 5 January 2025", title: "Game-changer for my business!", quote: "I use this platform for both personal and business purchases. The bulk ordering system and 3D previews save me so much time. Worth every penny!", tag: "Business Partner", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", avatarAlt: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=3", imageAlt: "Lisa Anderson testimonial"},
{
id: "6", name: "James Wilson, Photographer", date: "Date: 2 January 2025", title: "Precision shopping at its finest", quote: "For professional equipment, the 3D specifications and detailed visualizations are invaluable. Finally, an ecommerce platform that respects quality-conscious buyers.", tag: "Premium Subscriber", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Wilson testimonial"},
id: "6", name: "James Wilson, Photographer", date: "Date: 2 January 2025", title: "Precision shopping at its finest", quote: "For professional equipment, the 3D specifications and detailed visualizations are invaluable. Finally, an ecommerce platform that respects quality-conscious buyers.", tag: "Premium Subscriber", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "James Wilson testimonial"},
]}
/>
</div>

View File

@@ -54,27 +54,27 @@ export default function ProductsPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Premium Wireless Headphones", price: "$299", variant: "Matte Black - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg", imageAlt: "Premium Wireless Headphones", isFavorited: false,
id: "1", name: "Premium Wireless Headphones", price: "$299", variant: "Matte Black - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=3", imageAlt: "Premium Wireless Headphones", isFavorited: false,
},
{
id: "2", name: "Designer Watch Collection", price: "$599", variant: "Silver Steel - 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg", imageAlt: "Designer Watch Collection", isFavorited: false,
id: "2", name: "Designer Watch Collection", price: "$599", variant: "Silver Steel - 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=3", imageAlt: "Designer Watch Collection", isFavorited: false,
},
{
id: "3", name: "Advanced Camera Lens", price: "$1,299", variant: "Professional Grade - 3 Variants", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg", imageAlt: "Advanced Camera Lens", isFavorited: false,
id: "3", name: "Advanced Camera Lens", price: "$1,299", variant: "Professional Grade - 3 Variants", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=3", imageAlt: "Advanced Camera Lens", isFavorited: false,
},
{
id: "4", name: "Luxury Leather Backpack", price: "$449", variant: "Cognac Brown - 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg", imageAlt: "Luxury Leather Backpack", isFavorited: false,
id: "4", name: "Luxury Leather Backpack", price: "$449", variant: "Cognac Brown - 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg?_wi=2", imageAlt: "Luxury Leather Backpack", isFavorited: false,
},
{
id: "5", name: "Smart Home Hub Pro", price: "$199", variant: "Charcoal - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg", imageAlt: "Smart Home Hub Pro", isFavorited: false,
id: "5", name: "Smart Home Hub Pro", price: "$199", variant: "Charcoal - 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg?_wi=2", imageAlt: "Smart Home Hub Pro", isFavorited: false,
},
{
id: "6", name: "Premium Sunglasses", price: "$349", variant: "Classic Aviator - 6 Colors", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg", imageAlt: "Premium Sunglasses", isFavorited: false,
id: "6", name: "Premium Sunglasses", price: "$349", variant: "Classic Aviator - 6 Colors", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg?_wi=2", imageAlt: "Premium Sunglasses", isFavorited: false,
},
{
id: "7", name: "Flagship Smartphone", price: "$999", variant: "Graphite - Ultra", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg", imageAlt: "Flagship Smartphone"},
id: "7", name: "Flagship Smartphone", price: "$999", variant: "Graphite - Ultra", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=4", imageAlt: "Flagship Smartphone"},
{
id: "8", name: "Gaming Laptop", price: "$2,499", variant: "RGB Edition - Pro", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg", imageAlt: "Gaming Laptop"},
id: "8", name: "Gaming Laptop", price: "$2,499", variant: "RGB Edition - Pro", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=4", imageAlt: "Gaming Laptop"},
]}
/>
</div>
@@ -109,11 +109,11 @@ export default function ProductsPage() {
carouselMode="buttons"
products={[
{
id: "9", name: "Wireless Earbuds Pro", price: "$249", variant: "Pearl White - Max", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg", imageAlt: "Wireless Earbuds Pro"},
id: "9", name: "Wireless Earbuds Pro", price: "$249", variant: "Pearl White - Max", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=4", imageAlt: "Wireless Earbuds Pro"},
{
id: "10", name: "Portable Charger Ultra", price: "$89", variant: "Space Gray - Fast Charge", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg", imageAlt: "Portable Charger Ultra"},
id: "10", name: "Portable Charger Ultra", price: "$89", variant: "Space Gray - Fast Charge", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg?_wi=3", imageAlt: "Portable Charger Ultra"},
{
id: "11", name: "Premium Screen Protector", price: "$29", variant: "Tempered Glass - Anti-Glare", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg", imageAlt: "Premium Screen Protector"},
id: "11", name: "Premium Screen Protector", price: "$29", variant: "Tempered Glass - Anti-Glare", imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg?_wi=3", imageAlt: "Premium Screen Protector"},
]}
/>
</div>