Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-01 07:19:27 +00:00

View File

@@ -11,7 +11,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { BarChart3, Users, Package, CheckCircle } from 'lucide-react';
import { BarChart3, Users, Package } from 'lucide-react';
export default function LandingPage() {
return (
@@ -37,7 +37,6 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="StockFlow Pro"
button={{ text: "Get Started" }}
/>
</div>
@@ -61,6 +60,7 @@ export default function LandingPage() {
<FeatureCardSeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Built for Power Users"
description="Engineered for maximum efficiency, our desktop software streamlines your operations and keeps your team in sync."
features={[
@@ -84,6 +84,8 @@ export default function LandingPage() {
<MetricCardThree
title="Streamlined Operations"
description="Optimize your workflow with our core toolset."
textboxLayout="split"
useInvertedBackground={false}
animationType="depth-3d"
metrics={[
{ id: "p1", icon: Package, title: "Asset Management", value: "Comprehensive" },
@@ -96,7 +98,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Loved by Professionals"
description="See why experts choose us."
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Alex Rivera", date: "Oct 2023", title: "Reliable software", quote: "Essential for our warehouse management.", tag: "Verified User", avatarSrc: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg" },
{ id: "t2", name: "Sarah Wong", date: "Nov 2023", title: "Great insights", quote: "The report generation is a game changer.", tag: "Business Lead", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
@@ -108,11 +112,13 @@ export default function LandingPage() {
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
title="Your Questions, Answered"
description="Learn more about our platform capabilities."
faqsAnimation="slide-up"
faqs={[
{ id: "f1", title: "Does this work offline?", content: "Yes, the core system is fully functional offline with local data storage." },
{ id: "f2", title: "How secure is my data?", content: "We implement industry-standard encryption for local data storage and management." },
]}
title="Your Questions, Answered"
/>
</div>
@@ -120,6 +126,9 @@ export default function LandingPage() {
<ContactSplit
title="Ready to Upgrade?"
description="Request a personalized demo for your team today."
tag="Get in touch"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/empty-home-office-with-laptop-shows-infographics_482257-91198.jpg"
/>
</div>