diff --git a/src/app/prompt-generator/page.tsx b/src/app/prompt-generator/page.tsx index c3752d4..1dafaf5 100644 --- a/src/app/prompt-generator/page.tsx +++ b/src/app/prompt-generator/page.tsx @@ -5,9 +5,12 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Users, Zap, TrendingUp, Award, Twitter, Linkedin, Github, Mail, Sparkles } from "lucide-react"; +import { Users, Zap, TrendingUp, Award, Sparkles, Mail, Twitter, Linkedin, Github } from "lucide-react"; +import Link from "next/link"; export default function PromptGeneratorPage() { return ( @@ -44,21 +47,22 @@ export default function PromptGeneratorPage() { logoText="FLOW AI" description="Generate AI content effortlessly. Prompt, image, video, and chat in one powerful platform." buttons={[ - { text: "Start Creating", href: "signup" }, - { text: "Watch Demo", href: "#features" }, + { + text: "Start Creating", href: "signup" + }, + { + text: "Watch Demo", href: "#features" + }, ]} slides={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-sleek-futuristic-ai-dashboard-interfac-1773110131843-f8114700.png?_wi=2", - imageAlt: "AI Dashboard Interface", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-sleek-futuristic-ai-dashboard-interfac-1773110131843-f8114700.png", imageAlt: "AI Dashboard Interface" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-modern-ai-prompt-generator-interface-s-1773110131618-1f68f59e.png?_wi=4", - imageAlt: "Prompt Generator Interface", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-modern-ai-prompt-generator-interface-s-1773110131618-1f68f59e.png", imageAlt: "Prompt Generator Interface" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-stunning-ai-image-generation-interface-1773110136397-bb9a957a.png?_wi=3", - imageAlt: "Image Generator Interface", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-stunning-ai-image-generation-interface-1773110136397-bb9a957a.png", imageAlt: "Image Generator Interface" }, ]} autoplayDelay={4000} @@ -78,51 +82,25 @@ export default function PromptGeneratorPage() { features={[ { id: 1, - tag: "Generation", - title: "Prompt Generator", - subtitle: "Create perfect AI prompts instantly", - description: "Generate optimized prompts for any AI task. Our intelligent prompt builder analyzes your needs and creates targeted prompts that deliver better results every time.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-modern-ai-prompt-generator-interface-s-1773110131618-1f68f59e.png?_wi=5", - imageAlt: "Prompt Generator", + tag: "Generation", title: "Prompt Generator", subtitle: "Create perfect AI prompts instantly", description: "Generate optimized prompts for any AI task. Our intelligent prompt builder analyzes your needs and creates targeted prompts that deliver better results every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-modern-ai-prompt-generator-interface-s-1773110131618-1f68f59e.png", imageAlt: "Prompt Generator" }, { id: 2, - tag: "Visual", - title: "Image Generator", - subtitle: "Create stunning visuals from text", - description: "Transform text descriptions into beautiful images. Use advanced models to generate high-quality images for your projects, marketing, and creative needs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-stunning-ai-image-generation-interface-1773110136397-bb9a957a.png?_wi=4", - imageAlt: "Image Generator", + tag: "Visual", title: "Image Generator", subtitle: "Create stunning visuals from text", description: "Transform text descriptions into beautiful images. Use advanced models to generate high-quality images for your projects, marketing, and creative needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-stunning-ai-image-generation-interface-1773110136397-bb9a957a.png", imageAlt: "Image Generator" }, { id: 3, - tag: "Media", - title: "Video Generator", - subtitle: "Turn ideas into videos", - description: "Create engaging videos from scripts or images. Generate videos for social media, marketing campaigns, and creative projects with AI-powered automation.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-cinematic-ai-video-generation-interfac-1773110131882-2519d745.png?_wi=2", - imageAlt: "Video Generator", + tag: "Media", title: "Video Generator", subtitle: "Turn ideas into videos", description: "Create engaging videos from scripts or images. Generate videos for social media, marketing campaigns, and creative projects with AI-powered automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-cinematic-ai-video-generation-interfac-1773110131882-2519d745.png", imageAlt: "Video Generator" }, { id: 4, - tag: "Communication", - title: "AI Chat Assistant", - subtitle: "Intelligent conversation partner", - description: "Get instant answers and creative assistance. Our advanced chat model helps with writing, brainstorming, coding, analysis, and much more.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/an-intelligent-ai-chat-assistant-interfa-1773110131904-bd778e1b.png?_wi=2", - imageAlt: "Chat Assistant", + tag: "Communication", title: "AI Chat Assistant", subtitle: "Intelligent conversation partner", description: "Get instant answers and creative assistance. Our advanced chat model helps with writing, brainstorming, coding, analysis, and much more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/an-intelligent-ai-chat-assistant-interfa-1773110131904-bd778e1b.png", imageAlt: "Chat Assistant" }, { id: 5, - tag: "Community", - title: "Prompt Marketplace", - subtitle: "Discover and share prompts", - description: "Browse curated prompts from the community. Share your best prompts, earn credits, and discover new ways to maximize your AI potential.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-vibrant-ai-prompt-marketplace-interfac-1773110131930-a221c491.png?_wi=3", - imageAlt: "Prompt Marketplace", + tag: "Community", title: "Prompt Marketplace", subtitle: "Discover and share prompts", description: "Browse curated prompts from the community. Share your best prompts, earn credits, and discover new ways to maximize your AI potential.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjdiaFKG4f49T1UXq8pCd1NLPH/a-vibrant-ai-prompt-marketplace-interfac-1773110131930-a221c491.png", imageAlt: "Prompt Marketplace" }, ]} - animationType="slide-up" /> @@ -137,28 +115,99 @@ export default function PromptGeneratorPage() { animationType="slide-up" metrics={[ { - id: "1", - icon: Users, - title: "Active Users", - value: "50,000+", + id: "1", icon: Users, + title: "Active Users", value: "50,000+" }, { - id: "2", - icon: Zap, - title: "Content Created", - value: "2.5M+", + id: "2", icon: Zap, + title: "Content Created", value: "2.5M+" }, { - id: "3", - icon: TrendingUp, - title: "Growth Rate", - value: "300%", + id: "3", icon: TrendingUp, + title: "Growth Rate", value: "300%" }, { - id: "4", - icon: Award, - title: "Satisfaction", - value: "98%", + id: "4", icon: Award, + title: "Satisfaction", value: "98%" + }, + ]} + /> + + + {/* Testimonials Section */} +