diff --git a/src/app/page.tsx b/src/app/page.tsx
index 18e93d9..f8d681f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -42,9 +42,7 @@ export default function HomePage() {
];
const navButton = {
- text: "Start Free Trial",
- href: "/dashboard",
- };
+ text: "Start Free Trial", href: "/dashboard"};
const footerColumns = [
{
@@ -108,18 +106,13 @@ export default function HomePage() {
description="Transform raw data into actionable intelligence. Upload datasets, generate professional dashboards, apply intelligent filters, and unlock AI-powered insights in seconds. The modern SaaS platform for data-driven decision making."
buttons={[
{
- text: "Start Free Trial",
- href: "/dashboard",
- },
+ text: "Start Free Trial", href: "/dashboard"},
{
- text: "Watch Demo",
- href: "https://example.com/demo",
- },
+ text: "Watch Demo", href: "https://example.com/demo"},
]}
background={{
- variant: "sparkles-gradient",
- }}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-modern-clean-saas-analytics-dashboard--1773307334776-2bee4373.png?_wi=1"
+ variant: "sparkles-gradient"}}
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-modern-clean-saas-analytics-dashboard--1773307334776-2bee4373.png"
imageAlt="My Analysis dashboard showcase"
mediaAnimation="slide-up"
frameStyle="browser"
@@ -131,94 +124,66 @@ export default function HomePage() {
@@ -263,32 +224,16 @@ export default function HomePage() {
tag="Results"
metrics={[
{
- id: "1",
- value: "98",
- title: "Uptime",
- description: "Reliability you can count on",
- icon: Activity,
+ id: "1", value: "98", title: "Uptime", description: "Reliability you can count on", icon: Activity,
},
{
- id: "2",
- value: "50",
- title: "Hours Saved",
- description: "Average per project per month",
- icon: Clock,
+ id: "2", value: "50", title: "Hours Saved", description: "Average per project per month", icon: Clock,
},
{
- id: "3",
- value: "40",
- title: "Faster Analysis",
- description: "Compared to manual methods",
- icon: Zap,
+ id: "3", value: "40", title: "Faster Analysis", description: "Compared to manual methods", icon: Zap,
},
{
- id: "4",
- value: "100",
- title: "Success Rate",
- description: "User satisfaction guarantee",
- icon: CheckCircle,
+ id: "4", value: "100", title: "Success Rate", description: "User satisfaction guarantee", icon: CheckCircle,
},
]}
gridVariant="uniform-all-items-equal"
@@ -302,40 +247,22 @@ export default function HomePage() {
@@ -347,41 +274,23 @@ export default function HomePage() {
tag="FAQ"
faqs={[
{
- id: "1",
- title: "What file formats does My Analysis support?",
- content: "My Analysis supports CSV, Excel (.xlsx), and SQL files. Simply upload your file and our AI automatically detects columns, data types, and prepares everything for analysis in seconds.",
- },
+ id: "1", title: "What file formats does My Analysis support?", content: "My Analysis supports CSV, Excel (.xlsx), and SQL files. Simply upload your file and our AI automatically detects columns, data types, and prepares everything for analysis in seconds."},
{
- id: "2",
- title: "How does the AI insight engine work?",
- content: "Our AI analyzes your uploaded datasets and generated visualizations to identify patterns, trends, and anomalies. It produces actionable insights about top performers, seasonal trends, revenue patterns, and growth opportunities.",
- },
+ id: "2", title: "How does the AI insight engine work?", content: "Our AI analyzes your uploaded datasets and generated visualizations to identify patterns, trends, and anomalies. It produces actionable insights about top performers, seasonal trends, revenue patterns, and growth opportunities."},
{
- id: "3",
- title: "Can I export charts and data?",
- content: "Yes! You can download individual charts as high-resolution PNG images, export underlying data in multiple formats, and share charts with team members via shareable links with customizable permissions.",
- },
+ id: "3", title: "Can I export charts and data?", content: "Yes! You can download individual charts as high-resolution PNG images, export underlying data in multiple formats, and share charts with team members via shareable links with customizable permissions."},
{
- id: "4",
- title: "Is my data secure?",
- content: "Absolutely. All data is encrypted in transit and at rest. We comply with GDPR, HIPAA, and SOC 2 standards. Your data is stored in secure, replicated servers with automatic backups.",
- },
+ id: "4", title: "Is my data secure?", content: "Absolutely. All data is encrypted in transit and at rest. We comply with GDPR, HIPAA, and SOC 2 standards. Your data is stored in secure, replicated servers with automatic backups."},
{
- id: "5",
- title: "How many datasets can I upload?",
- content: "Free users can upload up to 10 datasets. Pro users get unlimited uploads with advanced storage options. Each dataset can contain up to 1 million rows.",
- },
+ id: "5", title: "How many datasets can I upload?", content: "Free users can upload up to 10 datasets. Pro users get unlimited uploads with advanced storage options. Each dataset can contain up to 1 million rows."},
{
- id: "6",
- title: "Do you offer API access?",
- content: "Yes! Pro and Enterprise plans include full API access for programmatic uploads, chart generation, and insight retrieval. Complete documentation and SDKs are available.",
- },
+ id: "6", title: "Do you offer API access?", content: "Yes! Pro and Enterprise plans include full API access for programmatic uploads, chart generation, and insight retrieval. Complete documentation and SDKs are available."},
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-modern-friendly-illustration-showing-a-1773307335027-eab48af8.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-modern-friendly-illustration-showing-a-1773307335027-eab48af8.png"
imageAlt="FAQ support illustration"
mediaAnimation="slide-up"
mediaPosition="left"
- faqsAnimation="entrance-slide"
+ faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -391,27 +300,16 @@ export default function HomePage() {