Update src/app/page.tsx
This commit is contained in:
@@ -33,11 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
name: "Home", href: "/"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Tools", id: "#tools"},
|
||||
name: "Tools", href: "/upload-timing-optimization"},
|
||||
{
|
||||
name: "Insights", id: "#insights"},
|
||||
{
|
||||
@@ -121,11 +121,9 @@ export default function LandingPage() {
|
||||
title: "Niche Analyzer", description: "Identify profitable and underserved niches for your content."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Low Competition Topics", description: "Discover high-demand topics with minimal competition."},
|
||||
{
|
||||
title: "Low Competition Topics", description: "Discover high-demand topics with minimal competition."},n {
|
||||
icon: Search,
|
||||
title: "Keyword Planner", description: "Find powerful keywords that drive organic search traffic."},
|
||||
]}
|
||||
title: "Keyword Planner", description: "Find powerful keywords that drive organic search traffic."},n ]}
|
||||
title="Discovery & Strategy"
|
||||
description="Uncover high-potential niches and untapped topic opportunities to dominate your category and audience."
|
||||
/>
|
||||
@@ -153,6 +151,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Creation Lab"
|
||||
description="Craft compelling scripts, engaging hooks, and creative content with our advanced AI-powered engine."
|
||||
buttons={[
|
||||
{ text: "View All Tools", href: "/upload-timing-optimization" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,6 +211,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Advanced Audit & Insights"
|
||||
description="Gain a definitive competitive edge with in-depth analysis and strategic recommendations from our AI to inform your next moves."
|
||||
buttons={[
|
||||
{ text: "View All Tools", href: "/upload-timing-optimization" }
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user