From 27b76a64c4f16149abc1fe8a684e925bc1829bd8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 11:05:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 +++++++++++++++++++---------------------------- 1 file changed, 95 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d7a1c7..7d11dba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,155 +48,107 @@ export default function SaasTemplatePage() { - 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("Get Started clicked") }, + { text: "Learn More", onClick: () => console.log("Learn More clicked") }, + ]} + marqueeItems={[ + { type: "text-icon", text: "Fast", icon: Zap }, + { type: "text-icon", text: "Secure", icon: Shield }, + { type: "text-icon", text: "Scalable", icon: Rocket }, + { type: "text-icon", text: "Reliable", icon: Target }, + { type: "text-icon", text: "Optimized", icon: Sparkles }, + ]} + /> +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ console.log("Email submitted:", email)} + /> +
); -} +} \ No newline at end of file -- 2.49.1