diff --git a/src/app/page.tsx b/src/app/page.tsx index 0033fd9..66fe768 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,10 @@ export default function LandingPage() { useInvertedBackground={false} tag="Deployment Pipeline" tagIcon={Rocket} - buttons={[{ text: "Create Bot", href: "#" }]} + buttons={[ + { text: "Create Bot Now", href: "#" }, + { text: "See Template", href: "#" } + ]} />