Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e4f57850ed | |||
| ffd20565a5 | |||
| 863813003c |
@@ -8,7 +8,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
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() {
|
||||
return (
|
||||
@@ -29,6 +29,7 @@ export default function HomePage() {
|
||||
brandName="AppFlow"
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Insights", id: "insights" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Pricing", id: "metrics" }
|
||||
]}
|
||||
@@ -87,6 +88,28 @@ export default function HomePage() {
|
||||
/>
|
||||
</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">
|
||||
<MetricCardTwo
|
||||
title="By The Numbers"
|
||||
|
||||
Reference in New Issue
Block a user