Merge version_1 into main #3
@@ -53,11 +53,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg", imageAlt: "luxury scented candles collection aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-drinks-arrangement_23-2149312336.jpg", imageAlt: "vanilla scented candle product photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-59687.jpg", imageAlt: "lavender candle luxury product shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-red-roses-home-romance-cozy-romance_169016-71469.jpg", imageAlt: "rose scented candle luxury product" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg", imageAlt: "luxury scented candles collection aesthetic" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg?_wi=1", imageAlt: "luxury scented candles collection aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-drinks-arrangement_23-2149312336.jpg?_wi=1", imageAlt: "vanilla scented candle product photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-59687.jpg?_wi=1", imageAlt: "lavender candle luxury product shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-red-roses-home-romance-cozy-romance_169016-71469.jpg?_wi=1", imageAlt: "rose scented candle luxury product" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg?_wi=2", imageAlt: "luxury scented candles collection aesthetic" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
@@ -77,9 +77,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ id: "1", name: "Vanilla Dream", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-drinks-arrangement_23-2149312336.jpg", imageAlt: "Vanilla Dream premium candle", initialQuantity: 1 },
|
||||
{ id: "2", name: "Lavender Serenity", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-59687.jpg", imageAlt: "Lavender Serenity scented candle", initialQuantity: 1 },
|
||||
{ id: "3", name: "Rose Bliss", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-red-roses-home-romance-cozy-romance_169016-71469.jpg", imageAlt: "Rose Bliss luxury candle", initialQuantity: 1 }
|
||||
{ id: "1", name: "Vanilla Dream", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-drinks-arrangement_23-2149312336.jpg?_wi=2", imageAlt: "Vanilla Dream premium candle", initialQuantity: 1 },
|
||||
{ id: "2", name: "Lavender Serenity", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-59687.jpg?_wi=2", imageAlt: "Lavender Serenity scented candle", initialQuantity: 1 },
|
||||
{ id: "3", name: "Rose Bliss", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-red-roses-home-romance-cozy-romance_169016-71469.jpg?_wi=2", imageAlt: "Rose Bliss luxury candle", initialQuantity: 1 }
|
||||
]}
|
||||
ariaLabel="Product collection section with add to cart"
|
||||
/>
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg?_wi=3"
|
||||
imageAlt="Premium candle collection display"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
|
||||
Reference in New Issue
Block a user