Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-13 00:31:33 +00:00
4 changed files with 66 additions and 28 deletions

View File

@@ -87,7 +87,7 @@ export default function AboutPage() {
tag="Our Mission"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg?_wi=3"
imageAlt="RevenueLab team collaboration"
imagePosition="right"
mediaAnimation="slide-up"
@@ -113,7 +113,7 @@ export default function AboutPage() {
title: "The Problem We Saw",
description: "Creators were forced to use 5-10 different tools to manage memberships, courses, affiliates, and ads. There had to be a better way.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/creative-colorful-venn-product-management-diagram_23-2149126979.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/creative-colorful-venn-product-management-diagram_23-2149126979.jpg?_wi=2",
imageAlt: "Problem analysis",
},
items: [
@@ -128,7 +128,7 @@ export default function AboutPage() {
title: "Our Solution",
description: "We built an all-in-one platform that consolidates every revenue stream a creator needs, with unified analytics and payment processing.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg?_wi=2",
imageAlt: "Solution implementation",
},
items: [
@@ -143,7 +143,7 @@ export default function AboutPage() {
title: "Where We Are Today",
description: "Trusted by 50K+ creators worldwide, RevenueLab has generated over $120 million in revenue for our community while maintaining 99.9% uptime.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg?_wi=3",
imageAlt: "Growth metrics",
},
items: [
@@ -174,7 +174,7 @@ export default function AboutPage() {
title: "Creator-First Design",
description: "We design every feature with creators in mind. Your success is our success, and we're committed to removing friction from your revenue journey.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=2",
imageAlt: "Creator community",
},
items: [
@@ -189,7 +189,7 @@ export default function AboutPage() {
title: "Radical Transparency",
description: "No hidden fees, no surprise changes. We communicate openly about pricing, updates, and product decisions. You always know what you're getting.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg?_wi=2",
imageAlt: "Transparency commitment",
},
items: [
@@ -204,7 +204,7 @@ export default function AboutPage() {
title: "Relentless Reliability",
description: "We invest heavily in infrastructure and security because your revenue depends on our platform. 99.9% uptime isn't a goal—it's a promise.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg?_wi=2",
imageAlt: "Reliability standards",
},
items: [
@@ -224,7 +224,7 @@ export default function AboutPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg?_wi=4"
imageAlt="Revenue Generation Platform"
logoText="RevenueLab"
copyrightText="© 2025 RevenueLab. All rights reserved."

View File

@@ -144,7 +144,7 @@ export default function ContactPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg?_wi=5"
imageAlt="Revenue Generation Platform"
logoText="RevenueLab"
copyrightText="© 2025 RevenueLab. All rights reserved."

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Poppins } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins",
@@ -20,6 +24,38 @@ const poppins = Poppins({
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Revenue-Generating Platform | Turn Expertise Into Income",
description: "Build sustainable revenue with memberships, digital products, affiliate marketing, and advertising. Join 500K+ creators earning passive income.",
keywords: "monetization platform, passive income, recurring revenue, digital products, membership software, affiliate marketing",
metadataBase: new URL("https://revenuelab.example.com"),
alternates: {
canonical: "https://revenuelab.example.com",
},
openGraph: {
title: "Revenue-Generating Platform | Turn Expertise Into Income",
description: "Build sustainable revenue with memberships, digital products, affiliate marketing, and advertising.",
siteName: "RevenueLab",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg",
alt: "Revenue Generation Platform Dashboard",
},
],
},
twitter: {
card: "summary_large_image",
title: "Turn Your Expertise Into Recurring Revenue | RevenueLab",
description: "Build sustainable income with our all-in-one monetization platform.",
images: ["http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${poppins.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -60,7 +60,7 @@ export default function HomePage() {
tag="Revenue Generation Made Simple"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg?_wi=1"
imageAlt="Revenue-generating platform dashboard"
imagePosition="right"
mediaAnimation="slide-up"
@@ -101,7 +101,7 @@ export default function HomePage() {
title: "Digital Products & Courses",
description: "Package your knowledge into courses, templates, or digital goods. Earn evergreen income with one-time creation and unlimited sales.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg?_wi=1",
imageAlt: "digital products e-book course online store",
},
items: [
@@ -162,7 +162,7 @@ export default function HomePage() {
title: "Choose Your Model",
description: "Select one or more monetization methods based on your audience and expertise. Our guided wizard helps you pick the perfect fit.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/creative-colorful-venn-product-management-diagram_23-2149126979.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/creative-colorful-venn-product-management-diagram_23-2149126979.jpg?_wi=1",
imageAlt: "choose business model decision making illustration",
},
items: [
@@ -177,7 +177,7 @@ export default function HomePage() {
title: "Set Up Your Platform",
description: "Connect your domain, configure your settings, and upload your first content. Our no-code setup takes just minutes.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg?_wi=1",
imageAlt: "setup configuration implementation getting started",
},
items: [
@@ -192,7 +192,7 @@ export default function HomePage() {
title: "Launch & Earn",
description: "Go live and start generating revenue immediately. We handle payments, delivery, and analytics while you focus on growth.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg?_wi=1",
imageAlt: "launch growth scale earning revenue income",
},
items: [
@@ -229,7 +229,7 @@ export default function HomePage() {
price: "Included",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg?_wi=2",
imageAlt: "Dashboard interface",
},
{
@@ -239,7 +239,7 @@ export default function HomePage() {
price: "Included",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg?_wi=2",
imageAlt: "Payment system",
},
{
@@ -249,7 +249,7 @@ export default function HomePage() {
price: "Included",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg?_wi=2",
imageAlt: "Analytics dashboard",
},
]}
@@ -347,7 +347,7 @@ export default function HomePage() {
role: "Design Strategist",
company: "Design Collective",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1",
imageAlt: "Sarah Chen",
},
{
@@ -374,7 +374,7 @@ export default function HomePage() {
role: "Software Developer",
company: "Code Academy",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg?_wi=1",
imageAlt: "David Kim",
},
{
@@ -383,7 +383,7 @@ export default function HomePage() {
role: "Business Coach",
company: "Success Coaching",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg?_wi=1",
imageAlt: "Jessica Lopez",
},
{