Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437087.jpg", imageAlt: "iPhone 17 Lifestyle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-100-years-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-10965.jpg", imageAlt: "Tech accessory" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-100-years-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-10965.jpg?_wi=1", imageAlt: "Tech accessory" }
|
||||
]}
|
||||
buttons={[{ text: "Discover Now", href: "#products" }]}
|
||||
/>
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "iPhone 17 Pro", price: "$1199", imageSrc: "http://img.b2bpic.net/free-photo/tablets-lined-up-display-shopping-mall_53876-97239.jpg" },
|
||||
{ id: "p2", name: "AirPods Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-100-years-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-10965.jpg" },
|
||||
{ id: "p2", name: "AirPods Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-100-years-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-10965.jpg?_wi=2" },
|
||||
{ id: "p3", name: "iPhone 15", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-near-tablet-stationery_23-2147768855.jpg" },
|
||||
]}
|
||||
title="Our Latest Collection"
|
||||
|
||||
Reference in New Issue
Block a user