diff --git a/docs/PREVIEW_PAGE_STANDARDS.md b/docs/PREVIEW_PAGE_STANDARDS.md index 7ed66ef..a9b9336 100644 --- a/docs/PREVIEW_PAGE_STANDARDS.md +++ b/docs/PREVIEW_PAGE_STANDARDS.md @@ -107,7 +107,7 @@ export default function SectionPreviewPage() { title="Preview Section Title" description="This is a preview of the section component with example content." buttons={[ - { text: "Get Started", href: "#" }, + { text: "Download Now", href: "#" }, { text: "Learn More", onClick: () => console.log("Learn more") } ]} // Add section-specific props @@ -308,7 +308,7 @@ Customize theme settings when: title="Build Amazing Websites Faster" description="Create stunning, responsive websites with our modern component library. Ship faster, iterate quicker." buttons={[ - { text: "Get Started", href: "/signup" }, + { text: "Download Now", href: "/signup" }, { text: "View Demo", onClick: () => window.open("/demo") } ]} />