Merge version_2 into main #5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user