Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg?_wi=1"
|
||||
imageAlt="Premium Apple AirPods and Watches"
|
||||
buttons={[
|
||||
{ text: "Shop AirPods", href: "airpods" },
|
||||
@@ -66,22 +66,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Apple", name: "AirPods Pro 2", price: "$14.00", rating: 5,
|
||||
reviewCount: "12.8k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", imageAlt: "AirPods Pro 2"},
|
||||
reviewCount: "12.8k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg?_wi=1", imageAlt: "AirPods Pro 2"},
|
||||
{
|
||||
id: "2", brand: "Apple", name: "AirPods Max Black", price: "$15.00", rating: 5,
|
||||
reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "AirPods Max Black"},
|
||||
reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", imageAlt: "AirPods Max Black"},
|
||||
{
|
||||
id: "3", brand: "Apple", name: "AirPods Max White", price: "$15.00", rating: 5,
|
||||
reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "AirPods Max White"},
|
||||
reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=2", imageAlt: "AirPods Max White"},
|
||||
{
|
||||
id: "4", brand: "Apple", name: "AirPods Standard", price: "$14.00", rating: 4,
|
||||
reviewCount: "15.3k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg", imageAlt: "AirPods Standard"},
|
||||
reviewCount: "15.3k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg?_wi=2", imageAlt: "AirPods Standard"},
|
||||
{
|
||||
id: "5", brand: "Apple", name: "AirPods 3", price: "$14.00", rating: 5,
|
||||
reviewCount: "11.7k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg", imageAlt: "AirPods 3"},
|
||||
reviewCount: "11.7k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg?_wi=3", imageAlt: "AirPods 3"},
|
||||
{
|
||||
id: "6", brand: "Apple", name: "AirPods Pro", price: "$14.00", rating: 5,
|
||||
reviewCount: "18.4k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", imageAlt: "AirPods Pro"},
|
||||
reviewCount: "18.4k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg?_wi=2", imageAlt: "AirPods Pro"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user