From f24f7d408d6ddfebfa7497d82485732b36da13ce Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:46:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a13181a..c7e5f93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,16 +84,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "basic", label: "Basic", title: "5 Slides – Simple & Clean Design", items: ["Professional layout", "Clean typography", "24-hour delivery", "Perfect for quick pitches"], - buttons: [{ text: "₹249", href: "#pricing" }] + id: "basic", label: "Basic", title: "5 Slides – Simple & Clean Design", items: ["Professional layout", "Clean typography", "24-hour delivery", "Perfect for quick pitches"], buttons: [{ text: "₹249", href: "#pricing" }] }, { - id: "standard", label: "Standard", title: "10 Slides – Icons & Visuals", items: ["Custom icons", "Integrated visuals", "Professional animations", "24-hour delivery", "Great for business proposals"], - buttons: [{ text: "₹499", href: "#pricing" }] + id: "standard", label: "Standard", title: "10 Slides – Icons & Visuals", items: ["Custom icons", "Integrated visuals", "Professional animations", "24-hour delivery", "Great for business proposals"], buttons: [{ text: "₹499", href: "#pricing" }] }, { - id: "premium", label: "Premium", title: "15 Slides – Modern Professional Design", items: ["Complete brand integration", "Advanced animations", "Custom graphics", "24-hour delivery", "Ideal for major presentations"], - buttons: [{ text: "₹799", href: "#pricing" }] + id: "premium", label: "Premium", title: "15 Slides – Modern Professional Design", items: ["Complete brand integration", "Advanced animations", "Custom graphics", "24-hour delivery", "Ideal for major presentations"], buttons: [{ text: "₹799", href: "#pricing" }] } ]} animationType="slide-up" @@ -137,18 +134,15 @@ export default function LandingPage() { plans={[ { id: "basic", badge: "For Quick Pitches", badgeIcon: Zap, - price: "₹249", subtitle: "5 professional slides", features: ["Simple, clean design", "Professional layout", "24-hour delivery", "Perfect for students and quick ideas"], - buttons: [{ text: "Order Now", href: "#contact" }] + price: "₹249", subtitle: "5 professional slides", features: ["Simple, clean design", "Professional layout", "24-hour delivery", "Perfect for students and quick ideas"] }, { id: "standard", badge: "Most Popular", badgeIcon: Star, - price: "₹499", subtitle: "10 professional slides", features: ["Icons and visuals included", "Professional animations", "Custom color schemes", "24-hour delivery", "Great for startups"], - buttons: [{ text: "Get Started", href: "#contact" }] + price: "₹499", subtitle: "10 professional slides", features: ["Icons and visuals included", "Professional animations", "Custom color schemes", "24-hour delivery", "Great for startups"] }, { id: "premium", badge: "For Professionals", badgeIcon: Crown, - price: "₹799", subtitle: "15 professional slides", features: ["Complete brand integration", "Advanced animations", "Custom graphics and charts", "Multiple revisions included", "24-hour delivery", "For major business presentations"], - buttons: [{ text: "Order Now", href: "#contact" }] + price: "₹799", subtitle: "15 professional slides", features: ["Complete brand integration", "Advanced animations", "Custom graphics and charts", "Multiple revisions included", "24-hour delivery", "For major business presentations"] } ]} animationType="slide-up" -- 2.49.1