From 712290b02fdf1dd2061c98fb93500b8f161ca7fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:26:36 +0000 Subject: [PATCH 1/4] Update src/app/campaigns/page.tsx --- src/app/campaigns/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/campaigns/page.tsx b/src/app/campaigns/page.tsx index 98868ae..4e5bb9c 100644 --- a/src/app/campaigns/page.tsx +++ b/src/app/campaigns/page.tsx @@ -89,7 +89,7 @@ const CampaignsPage = () => { price: "$1,000-3,500", rating: 5, reviewCount: "234", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-photo-cameras-computer_329181-12092.jpg?_wi=2", imageAlt: "Fashion brand collaboration campaign", }, { @@ -99,7 +99,7 @@ const CampaignsPage = () => { price: "$1,500-4,000", rating: 5, reviewCount: "189", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg?_wi=2", imageAlt: "Technology product review campaign", }, { @@ -109,7 +109,7 @@ const CampaignsPage = () => { price: "$800-2,800", rating: 5, reviewCount: "312", - imageSrc: "http://img.b2bpic.net/free-photo/blogger-recording-video-with-make-up-accessories_23-2148538934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blogger-recording-video-with-make-up-accessories_23-2148538934.jpg?_wi=2", imageAlt: "Beauty product promotion campaign", }, ]} -- 2.49.1 From ba01507b50e16dc0265a1fab32cd7ac0b21fd2ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:26:37 +0000 Subject: [PATCH 2/4] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 07a70e6..b7cddfd 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -81,7 +81,7 @@ const DashboardPage = () => { tag="Dashboard Features" tagIcon={Users} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-tempalte_23-2148379462.jpg" + imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel-tempalte_23-2148379462.jpg?_wi=2" imageAlt="Creator dashboard interface" buttons={[{ text: "Access Dashboard", href: "https://dashboard.trybuzzer.com" }]} buttonAnimation="slide-up" @@ -102,7 +102,7 @@ const DashboardPage = () => { title: "Profile Management", description: "Manage your public profile, update portfolio, adjust visibility settings, and optimize your creator brand to attract top brands.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/modern-online-registration-compositio_23-2147993866.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/modern-online-registration-compositio_23-2147993866.jpg?_wi=2", }, items: [ { icon: User, text: "Edit profile details" }, @@ -116,7 +116,7 @@ const DashboardPage = () => { title: "Portfolio & Analytics", description: "Track portfolio views, engagement metrics, and audience insights. See how brands interact with your content and optimize for better results.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-rugby-game-youtube-thumbnail_23-2150224399.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-rugby-game-youtube-thumbnail_23-2150224399.jpg?_wi=2", }, items: [ { icon: Video, text: "View analytics" }, @@ -130,7 +130,7 @@ const DashboardPage = () => { title: "Submission Tracker", description: "Monitor all your campaign submissions in real-time. Track status, receive feedback from brands, and manage your active projects efficiently.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=2", }, items: [ { icon: Search, text: "View submissions" }, @@ -144,7 +144,7 @@ const DashboardPage = () => { title: "Earnings & Payments", description: "View detailed earnings reports, payment history, and withdrawal options. Get paid reliably and track your income growth over time.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/notepad-reminder-remember-list-planning-concept_53876-123731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/notepad-reminder-remember-list-planning-concept_53876-123731.jpg?_wi=2", }, items: [ { icon: Send, text: "View earnings" }, -- 2.49.1 From 970f6fc380ae27d4a5b4852d37e50a6d01caa084 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:26:37 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 53 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6cbe480..c3fb6e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,28 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Open_Sans } 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 { Open_Sans } from "next/font/google"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); + const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Buzzer - Connect Clippers with Brands", + description: "The creator marketplace connecting clippers with influencers and brands. Build your portfolio, find campaigns, and earn money from your content.", + keywords: "creator marketplace, content creators, influencer collaborations, brand campaigns, video clippers, content creation platform", + metadataBase: new URL("https://trybuzzer.com"), + alternates: { + canonical: "https://trybuzzer.com", + }, + openGraph: { + title: "Buzzer - Creator Marketplace", + description: "Connect clippers with brands and influencers. Build your creator career on Buzzer.", + url: "https://trybuzzer.com", + siteName: "Buzzer", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-vector/dashboard-user-panel-tempalte_23-2148379462.jpg", + alt: "Buzzer creator marketplace platform", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Buzzer - Creator Marketplace", + description: "Connect clippers with brands and influencers. Build your creator career.", + images: ["http://img.b2bpic.net/free-vector/dashboard-user-panel-tempalte_23-2148379462.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}