Merge version_1 into main #2
@@ -15,7 +15,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -31,7 +31,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "airpods"}}
|
||||
text: "Shop Now", href: "airpods"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -42,8 +43,8 @@ export default function LandingPage() {
|
||||
tag="Authorized Vendor"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg?_wi=1"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg"
|
||||
imageAlt="Premium Apple AirPods and Watches"
|
||||
buttons={[
|
||||
{ text: "Shop AirPods", href: "airpods" },
|
||||
@@ -66,22 +67,28 @@ 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?_wi=1", imageAlt: "AirPods Pro 2"},
|
||||
reviewCount: "12.8k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", 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?_wi=1", imageAlt: "AirPods Max Black"},
|
||||
reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", 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?_wi=2", imageAlt: "AirPods Max White"},
|
||||
reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", 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?_wi=2", imageAlt: "AirPods Standard"},
|
||||
reviewCount: "15.3k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg", 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?_wi=3", imageAlt: "AirPods 3"},
|
||||
reviewCount: "11.7k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg", 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?_wi=2", imageAlt: "AirPods Pro"},
|
||||
reviewCount: "18.4k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", imageAlt: "AirPods Pro"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,16 +106,20 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Apple", name: "Watch Series 10 Full Black", price: "$299.00", rating: 5,
|
||||
reviewCount: "8.6k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-woman-earphones_171337-13402.jpg", imageAlt: "Apple Watch Series 10 Full Black"},
|
||||
reviewCount: "8.6k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-woman-earphones_171337-13402.jpg", imageAlt: "Apple Watch Series 10 Full Black"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Apple", name: "Watch Series 10 Orange", price: "$299.00", rating: 5,
|
||||
reviewCount: "7.2k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-using-fitness-tracker-sunset_637285-9272.jpg", imageAlt: "Apple Watch Series 10 Orange"},
|
||||
reviewCount: "7.2k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-using-fitness-tracker-sunset_637285-9272.jpg", imageAlt: "Apple Watch Series 10 Orange"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Apple", name: "Watch Series 10 White", price: "$299.00", rating: 5,
|
||||
reviewCount: "10.1k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartwatch-sandals_23-2148922362.jpg", imageAlt: "Apple Watch Series 10 White"},
|
||||
reviewCount: "10.1k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartwatch-sandals_23-2148922362.jpg", imageAlt: "Apple Watch Series 10 White"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Apple", name: "Watch Series 10 Creme", price: "$299.00", rating: 5,
|
||||
reviewCount: "6.9k", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", imageAlt: "Apple Watch Series 10 Creme"},
|
||||
reviewCount: "6.9k", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", imageAlt: "Apple Watch Series 10 Creme"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user