3 Commits

Author SHA1 Message Date
e4f57850ed Update src/app/page.tsx 2026-02-13 16:43:09 +00:00
ffd20565a5 Merge version_2 into main
Merge version_2 into main
2026-02-13 16:41:21 +00:00
863813003c Merge version_2 into main
Merge version_2 into main
2026-02-13 16:30:02 +00:00

View File

@@ -8,7 +8,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Smartphone, Zap, Heart, TrendingUp, Mail } from 'lucide-react'; import { Smartphone, Zap, Heart, TrendingUp, Mail, Brain } from 'lucide-react';
export default function HomePage() { export default function HomePage() {
return ( return (
@@ -29,6 +29,7 @@ export default function HomePage() {
brandName="AppFlow" brandName="AppFlow"
navItems={[ navItems={[
{ name: "Features", id: "features" }, { name: "Features", id: "features" },
{ name: "Insights", id: "insights" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "metrics" } { name: "Pricing", id: "metrics" }
]} ]}
@@ -87,6 +88,28 @@ export default function HomePage() {
/> />
</div> </div>
<div id="insights" data-section="insights">
<FeatureCardNineteen
title="AI-Powered Insights & Forecasts"
description="Get intelligent predictions and actionable insights to make smarter decisions."
tag="Advanced Analytics"
tagIcon={Brain}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
tag: "Predictive", title: "Smart Forecasting", subtitle: "Predict trends before they happen", description: "Our advanced AI algorithms analyze your usage patterns and predict future trends with remarkable accuracy. Stay ahead of the curve with data-driven forecasts that help you plan better and optimize your digital life.", imageSrc: "https://img.b2bpic.net/free-vector/task-management-app_23-2148639059.jpg"
},
{
id: 2,
tag: "Intelligence", title: "Behavioral Insights", subtitle: "Understand your digital habits", description: "Discover deep insights into your behavior patterns with our intelligent analysis engine. Get personalized recommendations based on your unique usage profile and receive actionable suggestions to enhance productivity and wellbeing.", imageSrc: "https://img.b2bpic.net/free-vector/goals-habits-tracking-app-screens_23-2148660328.jpg?id=9925439"
}
]}
/>
</div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardTwo <MetricCardTwo
title="By The Numbers" title="By The Numbers"