Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-03 00:09:58 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-pc-display-brick-wall-loft-room_482257-118699.jpg", imageAlt: "Workstation setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120459.jpg", imageAlt: "Monitor light bar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120459.jpg?_wi=1", imageAlt: "Monitor light bar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-led-scoreboard-displays-sports-competitions_187299-47219.jpg", imageAlt: "Gaming monitor" }
]}
buttons={[{ text: "Explore Products", href: "#products" }]}
@@ -61,7 +61,7 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Blue Light Blocker Glasses", price: "$49.00", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837284.jpg" },
{ id: "2", name: "Professional LED Light Bar", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797640.jpg" },
{ id: "3", name: "4K Ergonomic Monitor", price: "$549.00", imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120459.jpg" },
{ id: "3", name: "4K Ergonomic Monitor", price: "$549.00", imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120459.jpg?_wi=2" },
{ id: "4", name: "Ambient LED Light Strip", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/white-speaker_1203-497.jpg" }
]}
/>