Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15c5be5d6c | |||
| 63d1ece736 | |||
| 4a1f20f19b |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user