Update src/app/page.tsx
This commit is contained in:
@@ -20,8 +20,8 @@ export default function Home() {
|
||||
const heroSection = {
|
||||
title: "Revolutionize Your Workflow", description: "Experience unparalleled efficiency and productivity with our cutting-edge solutions. Built for modern teams.", tag: "Next-Gen Solutions", tagIcon: Sparkles,
|
||||
buttons: [{ text: "Get Started", href: "#pricing" }],
|
||||
imageSrc: "https://images.unsplash.com/photo-1542831371-d36001859c7f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Digital transformation", textPosition: "bottom-left", showDimOverlay: true,
|
||||
};
|
||||
imageSrc: "https://images.unsplash.com/photo-1542831371-d36001859c7f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Digital transformation", textPosition: "bottom-left", showDimOverlay: true
|
||||
} as const;
|
||||
|
||||
const featureSection = {
|
||||
title: "Powerful Features Designed for You", description: "Our platform offers a suite of tools to streamline your operations and foster growth.", tag: "Core Capabilities", textboxLayout: "default", animationType: "opacity", useInvertedBackground: false,
|
||||
@@ -36,8 +36,8 @@ export default function Home() {
|
||||
items: [{ icon: BarChart, text: "Data visualization" }, { icon: Users, text: "Team performance" }],
|
||||
reverse: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
]
|
||||
} as const;
|
||||
|
||||
const pricingSection = {
|
||||
title: "Flexible Plans for Every Team", description: "Choose a plan that scales with your business needs, from startups to enterprises.", tag: "Transparent Pricing", textboxLayout: "default", animationType: "opacity", useInvertedBackground: false,
|
||||
@@ -57,8 +57,8 @@ export default function Home() {
|
||||
price: "Contact Us", subtitle: "For large organizations with custom needs", buttons: [{ text: "Contact Sales", href: "#" }],
|
||||
features: ["Unlimited Users", "Dedicated Support", "Enterprise Features", "SLA Guarantee"],
|
||||
},
|
||||
],
|
||||
};
|
||||
]
|
||||
} as const;
|
||||
|
||||
const faqSection = {
|
||||
sideTitle: "Frequently Asked Questions", sideDescription: "Find quick answers to your most common questions about our service.", faqsAnimation: "opacity", textPosition: "left", useInvertedBackground: false,
|
||||
@@ -69,8 +69,8 @@ export default function Home() {
|
||||
id: "faq-2", title: "Do you offer a free trial?", content: "Yes, we offer a 14-day free trial with full access to all Pro features. No credit card required."},
|
||||
{
|
||||
id: "faq-3", title: "How do I get support?", content: "We offer email support for all plans, and priority chat support for Pro and Enterprise users. Our knowledge base is also available 24/7."},
|
||||
],
|
||||
};
|
||||
]
|
||||
} as const;
|
||||
|
||||
const footerSection = {
|
||||
logoText: "Webild", copyrightText: "© 2025 | Webild. All rights reserved.", columns: [
|
||||
|
||||
Reference in New Issue
Block a user