Update src/app/page.tsx
This commit is contained in:
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
description="Our research platform combines advanced analytics with intuitive design to deliver actionable insights in seconds, not weeks."
|
||||
tag="Core Features"
|
||||
tagIcon={Target}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Learn More" }
|
||||
]}
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
description="Our customers see measurable impact on campaign performance and decision velocity."
|
||||
tag="Impact Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{ id: "1", icon: TrendingUp, title: "Average ROI Lift", value: "450%" },
|
||||
{ id: "2", icon: Zap, title: "Faster Optimization", value: "78%" },
|
||||
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
description="See how marketing teams across enterprises and agencies leverage InsightFlow for competitive advantage."
|
||||
tag="Case Studies"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Director of Marketing", testimonial: "InsightFlow transformed how we approach social strategy. We're now making data-backed decisions in real-time instead of waiting weeks for reports. Our campaign ROI increased by 340% in the first quarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATPMydi2HbmYdhsLG78ypwvUCF/professional-headshot-of-a-confident-mar-1772613628530-706802e0.png", imageAlt: "Sarah Mitchell"
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
description="From growing agencies to enterprise organizations, find the plan that scales with your needs. All plans include 14-day free trial."
|
||||
tag="Pricing Plans"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "1", price: "$2,500/mo", name: "Starter", buttons: [
|
||||
@@ -227,7 +227,7 @@ export default function LandingPage() {
|
||||
description="Join hundreds of companies using InsightFlow for competitive advantage"
|
||||
tag="Trusted Partners"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Microsoft", "Salesforce", "HubSpot", "Adobe", "Google", "Meta", "Amazon"]}
|
||||
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
||||
description="Everything you need to know about InsightFlow and how it can transform your social media strategy."
|
||||
tag="Help Center"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How quickly can I see results?", content: "Most customers see initial insights within 24 hours of connecting their social accounts. Actionable competitive intelligence and trend forecasts typically emerge within 7-14 days as our AI models analyze historical data and identify patterns specific to your industry."
|
||||
@@ -272,7 +272,7 @@ export default function LandingPage() {
|
||||
imageAlt="Customer Support Illustration"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
|
||||
Reference in New Issue
Block a user