Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-12 06:34:42 +00:00
2 changed files with 5 additions and 6 deletions

View File

@@ -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."

View File

@@ -24,9 +24,9 @@ export default function PricingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Features", id: "/#features" },
{ name: "Features", id: "/" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/#contact" },
{ name: "Contact", id: "/" },
]}
brandName="ViralAI"
/>
@@ -59,7 +59,7 @@ export default function PricingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }] },
{ title: "Product", items: [{ label: "Features", href: "/" }, { label: "Pricing", href: "/pricing" }] },
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}