Update src/app/page.tsx

This commit is contained in:
2026-06-02 07:50:15 +00:00
parent 2a4d90eb2e
commit 44bd461a13

View File

@@ -32,9 +32,11 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "/"},
{
name: "Services", id: "#services"},
{
name: "Products", id: "/products"},
{
name: "About", id: "#about"},
{
@@ -195,19 +197,19 @@ export default function LandingPage() {
id: "starter", title: "Starter Pack", price: "$99", period: "per service", features: [
"Basic Service Module", "Initial Consultation", "Standard Support"],
button: {
text: "Get Started", href: "https://www.fiverr.com/yourprofile"}, // Updated to Fiverr profile
text: "Get Started", href: "https://www.fiverr.com/yourprofile"},
imageSrc: "http://img.b2bpic.net/free-psd/business-template-design_23-2151491290.jpg", imageAlt: "Starter pack icon"},
{
id: "growth", title: "Growth Engine", price: "$249", period: "per service", features: [
"Enhanced Service Module", "Dedicated Account Manager", "Priority Support", "Monthly Reporting"],
button: {
text: "Scale Up", href: "https://www.fiverr.com/yourprofile"}, // Updated to Fiverr profile
text: "Scale Up", href: "https://www.fiverr.com/yourprofile"},
imageSrc: "http://img.b2bpic.net/free-photo/think-outside-box-concept_53876-133687.jpg", imageAlt: "Growth engine icon"},
{
id: "pro", title: "Pro Elite", price: "$499", period: "per service", features: [
"Premium Service Module", "Custom Strategy Development", "24/7 Expert Support", "Advanced Analytics & Insights", "Exclusive Tools Access"],
button: {
text: "Achieve More", href: "https://www.fiverr.com/yourprofile"}, // Updated to Fiverr profile
text: "Achieve More", href: "https://www.fiverr.com/yourprofile"},
imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-advertising-branding-strategy-concept_53876-134046.jpg", imageAlt: "Pro elite icon"},
]}
title="Simple & Transparent Pricing"
@@ -280,19 +282,22 @@ export default function LandingPage() {
{
title: "Services", items: [
{
label: "Web Development", href: "https://www.fiverr.com/yourprofile/gig-for-web-development"}, // Updated to Fiverr gig
label: "Web Development", href: "https://www.fiverr.com/yourprofile/gig-for-web-development"},
{
label: "SEO Optimization", href: "https://www.fiverr.com/yourprofile/gig-for-seo-optimization"}, // Updated to Fiverr gig
label: "SEO Optimization", href: "https://www.fiverr.com/yourprofile/gig-for-seo-optimization"},
{
label: "Digital Marketing", href: "https://www.fiverr.com/yourprofile/gig-for-digital-marketing"}, // Updated to Fiverr gig
label: "Digital Marketing", href: "https://www.fiverr.com/yourprofile/gig-for-digital-marketing"},
{
label: "Social Media Management", href: "https://www.fiverr.com/yourprofile/gig-for-social-media-management"}, // Updated to Fiverr gig
label: "Social Media Management", href: "https://www.fiverr.com/yourprofile/gig-for-social-media-management"},
{
label: "Content Creation", href: "https://www.fiverr.com/yourprofile/gig-for-social-media-content-creation"}, // Updated to Fiverr gig
label: "Content Creation", href: "https://www.fiverr.com/yourprofile/gig-for-social-media-content-creation"},
]
},
{
title: "Company", items: [
{
label: "Products", href: "/products"
},
{
label: "About Us", href: "#about"},
{
@@ -302,7 +307,7 @@ export default function LandingPage() {
{
label: "FAQ", href: "#faq"},
{
label: "Our Fiverr Profile", href: "https://www.fiverr.com/yourprofile"} // Added Fiverr profile link
label: "Our Fiverr Profile", href: "https://www.fiverr.com/yourprofile"}
]
},
{