Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5051a02ef2 | |||
| 8935f92cc2 | |||
| 7c15d6aa4b | |||
| a4fb94cba4 |
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=1"
|
||||||
imageAlt="Nanda Readymade clothing store"
|
imageAlt="Nanda Readymade clothing store"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
@@ -223,13 +223,13 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "location-1", name: "Ambad-Trimurti Chowk Link Road", price: "Trimurti Chowk, New CIDCO", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Store location"
|
id: "location-1", name: "Ambad-Trimurti Chowk Link Road", price: "Trimurti Chowk, New CIDCO", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Store location"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "location-2", name: "Savata Nagar", price: "Nashik, Maharashtra 422008", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Store location"
|
id: "location-2", name: "Savata Nagar", price: "Nashik, Maharashtra 422008", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=3", imageAlt: "Store location"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "location-3", name: "Call or Get Directions", price: "075884 17178", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Contact store"
|
id: "location-3", name: "Call or Get Directions", price: "075884 17178", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=4", imageAlt: "Contact store"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user