Merge version_2 into main #4
1423
src/app/layout.tsx
1423
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user