Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 206641f9b5 | |||
| c06b1faee4 | |||
| c9783034ad | |||
| f0469ede5e | |||
| 07a5ccda22 | |||
| e07ebcbd08 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Scale Your Business With Intelligence"
|
title="Scale Your Business With Intelligence"
|
||||||
description="We build professional software solutions that empower your team and streamline operations. Join the future of business."
|
description="We deliver high-impact software solutions focused on reducing operational costs and accelerating team output to drive measurable growth."
|
||||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1", imageAlt: "Dashboard Interface" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1", imageAlt: "Dashboard Interface" },
|
||||||
@@ -128,19 +128,19 @@ export default function LandingPage() {
|
|||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardFive
|
<PricingCardFive
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic", tag: "Essential", price: "$49", period: "/mo", description: "Perfect for small teams", button: { text: "Select Plan", href: "#" },
|
id: "basic", tag: "Essential", price: "$49", period: "/mo", description: "Perfect for small teams", button: { text: "Start Your Free Trial", href: "#" },
|
||||||
featuresTitle: "Includes:", features: ["1 User", "Standard Support", "Basic Analytics"],
|
featuresTitle: "Includes:", features: ["1 User", "Standard Support", "Basic Analytics"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", tag: "Recommended", price: "$99", period: "/mo", description: "Ideal for scaling", button: { text: "Select Plan", href: "#" },
|
id: "pro", tag: "Recommended", price: "$99", period: "/mo", description: "Ideal for scaling", button: { text: "Start Your Free Trial", href: "#" },
|
||||||
featuresTitle: "Everything in Basic, plus:", features: ["5 Users", "Priority Support", "Advanced Analytics"],
|
featuresTitle: "Everything in Basic, plus:", features: ["5 Users", "Priority Support", "Advanced Analytics"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise", tag: "Ultimate", price: "$299", period: "/mo", description: "For large organizations", button: { text: "Select Plan", href: "#" },
|
id: "enterprise", tag: "Ultimate", price: "$299", period: "/mo", description: "For large organizations", button: { text: "Start Your Free Trial", href: "#" },
|
||||||
featuresTitle: "Everything in Pro, plus:", features: ["Unlimited Users", "24/7 Dedicated Support", "Custom API Access"],
|
featuresTitle: "Everything in Pro, plus:", features: ["Unlimited Users", "24/7 Dedicated Support", "Custom API Access"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -199,4 +199,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user