diff --git a/src/app/page.tsx b/src/app/page.tsx index e55617c..5519bc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,60 +51,66 @@ export default function SaasTemplatePage() { brandName="GROWTHENGINECRM" button={{ text: "Get Started", href: "#" }} /> - console.log("Get Started clicked"), - }, - { - text: "Learn More", onClick: () => console.log("Learn More clicked"), - }, - ]} - marqueeItems={[ - { type: "text-icon", text: "Lightning Fast", icon: Zap }, - { type: "text-icon", text: "Enterprise Security", icon: Shield }, - { type: "text-icon", text: "99.9% Uptime", icon: Rocket }, - { type: "text-icon", text: "Precision Targeting", icon: Target }, - { type: "text-icon", text: "AI Powered", icon: Sparkles }, - ]} - /> - - +
+ console.log("Get Started clicked"), + }, + { + text: "Learn More", onClick: () => console.log("Learn More clicked"), + }, + ]} + marqueeItems={[ + { type: "text-icon", text: "Lightning Fast", icon: Zap }, + { type: "text-icon", text: "Enterprise Security", icon: Shield }, + { type: "text-icon", text: "99.9% Uptime", icon: Rocket }, + { type: "text-icon", text: "Precision Targeting", icon: Target }, + { type: "text-icon", text: "AI Powered", icon: Sparkles }, + ]} + /> +
+
+ +
+
+ +
- console.log("Starter clicked") }, - ], - features: [ - "Up to 5 projects", "Basic analytics", "24/7 email support", "API access"], - }, - { - id: "pro", badge: "Pro", badgeIcon: Rocket, - price: "$49/mo", subtitle: "For growing teams", buttons: [ - { text: "Get Started", onClick: () => console.log("Pro clicked") }, - ], - features: [ - "Unlimited projects", "Advanced analytics", "Priority support", "Custom integrations", "Team collaboration"], - }, - { - id: "enterprise", badge: "Enterprise", badgeIcon: Crown, - price: "$99/mo", subtitle: "For large organizations", buttons: [ - { text: "Contact Sales", onClick: () => console.log("Enterprise clicked") }, - ], - features: [ - "Everything in Pro", "Dedicated account manager", "Custom SLA", "On-premise deployment", "Advanced security"], - }, - ]} - /> - console.log("Email submitted:", email)} - /> +
+ console.log("Starter clicked") }, + ], + features: [ + "Up to 5 projects", "Basic analytics", "24/7 email support", "API access"], + }, + { + id: "pro", badge: "Pro", badgeIcon: Rocket, + price: "$49/mo", subtitle: "For growing teams", buttons: [ + { text: "Get Started", onClick: () => console.log("Pro clicked") }, + ], + features: [ + "Unlimited projects", "Advanced analytics", "Priority support", "Custom integrations", "Team collaboration"], + }, + { + id: "enterprise", badge: "Enterprise", badgeIcon: Crown, + price: "$99/mo", subtitle: "For large organizations", buttons: [ + { text: "Contact Sales", onClick: () => console.log("Enterprise clicked") }, + ], + features: [ + "Everything in Pro", "Dedicated account manager", "Custom SLA", "On-premise deployment", "Advanced security"], + }, + ]} + /> +
+
+ console.log("Email submitted:", email)} + /> +