Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg", imageAlt: "tech" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "audio" }
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=1", imageAlt: "audio" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "1", brand: "AudioTech", name: "Noise Cancelling Headphones", price: "$299", rating: 4.8, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg" }
|
||||
{ id: "1", brand: "AudioTech", name: "Noise Cancelling Headphones", price: "$299", rating: 4.8, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user