diff --git a/src/app/page.tsx b/src/app/page.tsx index b8955ea..ea2d4db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,10 @@ export default function LandingPage() { { type: "text", content: "Global Trade Excellence" } ]} useInvertedBackground={true} - buttons={[{ text: "Learn Our Story", href: "#" }]} + buttons={[ + { text: "Learn Our Story", href: "#" }, + { text: "Request Bulk Quote", href: "#contact" } + ]} buttonAnimation="slide-up" />