Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 11:45:15 +00:00
2 changed files with 7 additions and 1427 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -137,15 +137,18 @@ 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"]
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" }]
},
{
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"]
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" }]
},
{
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"]
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" }]
}
]}
animationType="slide-up"
@@ -242,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}