4 Commits

Author SHA1 Message Date
7e57c2c29e Update src/app/page.tsx 2026-03-05 18:04:22 +00:00
c1ba479879 Update src/app/layout.tsx 2026-03-05 18:04:22 +00:00
6fa5929edf Merge version_2 into main
Merge version_2 into main
2026-03-05 18:01:59 +00:00
b4fc884d75 Merge version_2 into main
Merge version_2 into main
2026-03-05 18:01:03 +00:00
2 changed files with 4 additions and 1400 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}