Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function Home() {
|
||||
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,
|
||||
} 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,
|
||||
@@ -37,7 +37,7 @@ export default function Home() {
|
||||
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,
|
||||
@@ -58,7 +58,7 @@ export default function Home() {
|
||||
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,
|
||||
@@ -70,7 +70,7 @@ export default function Home() {
|
||||
{
|
||||
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