Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 07:33:59 +00:00

View File

@@ -45,9 +45,9 @@ export default function LandingPage() {
description="Premium fashion, smart electronics, and digital products"
buttons={[{ text: "Shop Now", href: "#products" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg", imageAlt: "Futuristic fashion" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg", imageAlt: "Smart electronics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg", imageAlt: "Digital products" }
{ imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg?_wi=1", imageAlt: "Futuristic fashion" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg?_wi=1", imageAlt: "Smart electronics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg?_wi=1", imageAlt: "Digital products" }
]}
mediaAnimation="blur-reveal"
/>
@@ -60,9 +60,9 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
products={[
{ id: "p1", name: "Smart Hoodie", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg" },
{ id: "p2", name: "Pro Earbuds", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg" },
{ id: "p3", name: "Digital Asset Pack", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg" }
{ id: "p1", name: "Smart Hoodie", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg?_wi=2" },
{ id: "p2", name: "Pro Earbuds", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg?_wi=2" },
{ id: "p3", name: "Digital Asset Pack", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg?_wi=2" }
]}
title="Featured Products"
description="Curated collection of the future"
@@ -97,7 +97,7 @@ export default function LandingPage() {
{ title: "Design", description: "Luxury aesthetic" },
{ title: "Quality", description: "Built for longevity" }
]}
imageSrc="http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg?_wi=3"
mediaAnimation="blur-reveal"
/>
</div>