diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b10310..dceab37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Award, PlayCircle, Sparkles, Users, Zap, TrendingUp, Search, Clock } from "lucide-react"; @@ -46,7 +45,7 @@ export default function LandingPage() { title="Analyze Your Videos. Go Viral." description="Unlock AI-driven insights to optimize your hooks, engagement, and reach. Transform raw video into viral content." tag="AI Video Intelligence" - imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dc2HxW8evxGdIoat1gxfMycNE9/uploaded-1778567663743-lw7zlur9.png" imageAlt="AI Viral Analytics Dashboard" tagIcon={Sparkles} buttons={[{ text: "Get Started", href: "/pricing" }]} @@ -61,7 +60,7 @@ export default function LandingPage() { { title: "Hook Analysis", description: "AI detects and scores your video hook strength instantly.", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736796.jpg", buttonIcon: Zap }, { title: "Engagement Prediction", description: "Forecast your performance with advanced audience metrics.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-lights-full-shot_23-2149679101.jpg", buttonIcon: TrendingUp }, { title: "SEO & Keywords", description: "Maximize platform visibility with AI-generated SEO keywords.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904303.jpg", buttonIcon: Search }, - { title: "Upload Optimization", description: "The best times to publish based on audience behavior.", imageSrc: "http://img.b2vector/smartphone-research-development_24877-76685.jpg", buttonIcon: Clock }, + { title: "Upload Optimization", description: "The best times to publish based on audience behavior.", imageSrc: "https://img.freepik.com/free-photo/smartphone-research-development_24877-76685.jpg", buttonIcon: Clock }, ]} title="Powerful Viral Insights" description="All the tools you need to stay ahead of the algorithm." diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 20b6b7f..7964f09 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -24,9 +24,9 @@ export default function PricingPage() {