Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e57c2c29e | |||
| c1ba479879 | |||
| 6fa5929edf | |||
| b4fc884d75 |
1387
src/app/layout.tsx
1387
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,12 +52,12 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", imageAlt: "Daily use products showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg?_wi=1", imageAlt: "Essential everyday items" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg?_wi=1", imageAlt: "Quality product collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg?_wi=1", imageAlt: "Modern lifestyle products" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg", imageAlt: "Quality product collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg", imageAlt: "Modern lifestyle products" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Shop Collection", href: "#products" },
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -80,15 +80,6 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "prod-3", name: "Multi-Use Lifestyle Kit", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/summer-spring-break-holiday-vacation-leisure-concept_53876-31829.jpg", imageAlt: "Multi-use lifestyle kit", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "prod-4", name: "Eco-Friendly Cleaning Bundle", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg?_wi=2", imageAlt: "Eco-friendly cleaning bundle", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "prod-5", name: "Wellness Essentials Pack", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg?_wi=1", imageAlt: "Wellness essentials pack", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "prod-6", name: "Smart Storage Solutions", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg?_wi=2", imageAlt: "Smart storage solutions", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -253,4 +244,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user