Update docs/PREVIEW_PAGE_STANDARDS.md

This commit is contained in:
2026-03-04 07:45:23 +00:00
parent 4478c6c865
commit 531c3f0508

View File

@@ -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") }
]}
/>