Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e70a6cfad | |||
| 71c2a2783a | |||
| 4152d569ce | |||
| 15c5be5d6c | |||
| 63d1ece736 | |||
| 4a1f20f19b |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Products", href: "#products" },
|
{ text: "Explore Products", href: "#products" },
|
||||||
{ text: "Request Catalog", href: "#contact" }
|
{ text: "Get Bulk Quote", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-52094.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-chooses-baskets-home-interior-home-improvement-store_169016-52094.jpg"
|
||||||
@@ -88,7 +88,10 @@ export default function LandingPage() {
|
|||||||
{ type: "text", content: "Global Trade Excellence" }
|
{ type: "text", content: "Global Trade Excellence" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttons={[{ text: "Learn Our Story", href: "#" }]}
|
buttons={[
|
||||||
|
{ text: "Learn Our Story", href: "#" },
|
||||||
|
{ text: "Request Bulk Quote", href: "#contact" }
|
||||||
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -238,7 +241,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-swan-sculpture_23-2151003019.jpg?_wi=7"
|
imageSrc="http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-swan-sculpture_23-2151003019.jpg?_wi=7"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Request Catalog"
|
buttonText="Get Bulk Quote"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -251,4 +254,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user