Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroTextImage from '@/components/sections/hero/HeroTextImage';
|
||||
import HeroTextImage from '@/components/sections/hero/HeroTextImage/HeroTextImage';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akr7osZkchlVyzDk4iuBRkijnX/a-modern-ai-platform-dashboard-interface-1773147340545-f657a2ef.png"
|
||||
imageAlt="AiFlow dashboard interface"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="smooth"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -209,10 +209,9 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about AiFlow"
|
||||
tag="Help & Support"
|
||||
animationType="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does it take to deploy an AI model?", content: "With AiFlow, most models are deployed in minutes. Our pre-trained models can be operational immediately, while custom models typically take 24-48 hours depending on complexity and data volume."
|
||||
|
||||
Reference in New Issue
Block a user