Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-3258.jpg", imageAlt: "Luxury vertical green wall installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg", imageAlt: "Modern green wall interior design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg", imageAlt: "Premium moss wall installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg?_wi=1", imageAlt: "Modern green wall interior design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg?_wi=1", imageAlt: "Premium moss wall installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/vintage-botanical-leaf-collection_23-2148090281.jpg", imageAlt: "Exotic plants luxury display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "Luxury landscaping villa garden" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=1", imageAlt: "Luxury landscaping villa garden" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -124,9 +124,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Luxury Villa Green Wall", price: "Premium Installation", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg", imageAlt: "Luxury villa green wall installation" },
|
||||
{ id: "2", name: "Restaurant Vertical Garden", price: "Custom Design", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "Restaurant vertical garden design" },
|
||||
{ id: "3", name: "Office Moss Wall", price: "Corporate Installation", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg", imageAlt: "Office moss wall installation" }
|
||||
{ id: "1", name: "Luxury Villa Green Wall", price: "Premium Installation", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg?_wi=2", imageAlt: "Luxury villa green wall installation" },
|
||||
{ id: "2", name: "Restaurant Vertical Garden", price: "Custom Design", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=2", imageAlt: "Restaurant vertical garden design" },
|
||||
{ id: "3", name: "Office Moss Wall", price: "Corporate Installation", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg?_wi=2", imageAlt: "Office moss wall installation" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user