Merge version_1 into main #3

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

View File

@@ -48,16 +48,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033610.jpg", imageAlt: "Premium Smartphone" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg", imageAlt: "Wireless Headphones" },
{ imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-watch-gloves_23-2147618061.jpg", imageAlt: "Smartwatch Device" },
{ imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128557.jpg", imageAlt: "Laptop Computer" }
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033610.jpg?_wi=1", imageAlt: "Premium Smartphone" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg?_wi=1", imageAlt: "Wireless Headphones" },
{ imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-watch-gloves_23-2147618061.jpg?_wi=1", imageAlt: "Smartwatch Device" },
{ imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128557.jpg?_wi=1", imageAlt: "Laptop Computer" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-person-using-tablet-computer-window_1262-18198.jpg", imageAlt: "Tablet Display" },
{ imageSrc: "http://img.b2bpic.net/free-vector/gaming-devices-panoramic-banner-header-vr_1441-3664.jpg", imageAlt: "Gaming Controller" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601492.jpg", imageAlt: "Digital Camera" },
{ imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170089.jpg", imageAlt: "Portable Speaker" }
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-person-using-tablet-computer-window_1262-18198.jpg?_wi=1", imageAlt: "Tablet Display" },
{ imageSrc: "http://img.b2bpic.net/free-vector/gaming-devices-panoramic-banner-header-vr_1441-3664.jpg?_wi=1", imageAlt: "Gaming Controller" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601492.jpg?_wi=1", imageAlt: "Digital Camera" },
{ imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170089.jpg?_wi=1", imageAlt: "Portable Speaker" }
]}
buttons={[
{ text: "Shop Collection", href: "featured" },
@@ -80,10 +80,10 @@ export default function LandingPage() {
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
products={[
{ id: "1", name: "Elite Pro Smartphone", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033610.jpg", imageAlt: "Elite Pro Smartphone" },
{ id: "2", name: "Studio Wireless Headphones", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg", imageAlt: "Studio Wireless Headphones" },
{ id: "3", name: "Fit Ultra Smartwatch", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-watch-gloves_23-2147618061.jpg", imageAlt: "Fit Ultra Smartwatch" },
{ id: "4", name: "Creator Pro Laptop", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128557.jpg", imageAlt: "Creator Pro Laptop" }
{ id: "1", name: "Elite Pro Smartphone", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033610.jpg?_wi=2", imageAlt: "Elite Pro Smartphone" },
{ id: "2", name: "Studio Wireless Headphones", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg?_wi=2", imageAlt: "Studio Wireless Headphones" },
{ id: "3", name: "Fit Ultra Smartwatch", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-watch-gloves_23-2147618061.jpg?_wi=2", imageAlt: "Fit Ultra Smartwatch" },
{ id: "4", name: "Creator Pro Laptop", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/work-space-laptop-blank-screen-wooden-table_93675-128557.jpg?_wi=2", imageAlt: "Creator Pro Laptop" }
]}
/>
</div>
@@ -97,10 +97,10 @@ export default function LandingPage() {
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "5", name: "Vision Pro Tablet", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-person-using-tablet-computer-window_1262-18198.jpg", imageAlt: "Vision Pro Tablet" },
{ id: "6", name: "Game Master Controller", price: "$129", imageSrc: "http://img.b2bpic.net/free-vector/gaming-devices-panoramic-banner-header-vr_1441-3664.jpg", imageAlt: "Game Master Controller" },
{ id: "7", name: "Capture Pro Camera", price: "$1,499", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601492.jpg", imageAlt: "Capture Pro Camera" },
{ id: "8", name: "Echo Max Speaker", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170089.jpg", imageAlt: "Echo Max Speaker" }
{ id: "5", name: "Vision Pro Tablet", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-person-using-tablet-computer-window_1262-18198.jpg?_wi=2", imageAlt: "Vision Pro Tablet" },
{ id: "6", name: "Game Master Controller", price: "$129", imageSrc: "http://img.b2bpic.net/free-vector/gaming-devices-panoramic-banner-header-vr_1441-3664.jpg?_wi=2", imageAlt: "Game Master Controller" },
{ id: "7", name: "Capture Pro Camera", price: "$1,499", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601492.jpg?_wi=2", imageAlt: "Capture Pro Camera" },
{ id: "8", name: "Echo Max Speaker", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170089.jpg?_wi=2", imageAlt: "Echo Max Speaker" }
]}
/>
</div>