7 Commits

Author SHA1 Message Date
037da7dc24 Merge version_3 into main
Merge version_3 into main
2026-04-28 11:09:48 +00:00
206641f9b5 Update src/app/page.tsx 2026-04-28 11:09:45 +00:00
c06b1faee4 Merge version_2 into main
Merge version_2 into main
2026-04-28 11:08:38 +00:00
c9783034ad Update src/app/page.tsx 2026-04-28 11:08:35 +00:00
f0469ede5e Merge version_1 into main
Merge version_1 into main
2026-04-28 11:06:20 +00:00
07a5ccda22 Merge version_1 into main
Merge version_1 into main
2026-04-28 11:05:47 +00:00
e07ebcbd08 Merge version_1 into main
Merge version_1 into main
2026-04-28 11:05:16 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
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" }]}
mediaItems={[
{ 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">
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
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"],
},
{
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"],
},
{
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"],
},
]}
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}