From 5c0ecb142dd2879ed232655da7f4b2f44f7442f2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:56:32 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f37b6b8..1f2f776 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -109,7 +109,7 @@ export default function AboutPage() { title: "Digital Marketing", description: "Master social media strategy, content creation, analytics, SEO, and paid advertising. Learn to build and execute campaigns that drive real business results.", tag: "10 Modules", - imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063150.jpg?_wi=3", imageAlt: "Digital Marketing Track", }, { @@ -117,7 +117,7 @@ export default function AboutPage() { title: "Finance & Accounting", description: "Understand financial statements, budgeting, cash flow management, and business accounting. Build a strong foundation for financial decision-making.", tag: "8 Modules", - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg?_wi=3", imageAlt: "Finance Track", }, { @@ -125,7 +125,7 @@ export default function AboutPage() { title: "Export & Trade", description: "Navigate international business, export compliance, logistics, and trade documentation. Expand your business beyond borders with confidence.", tag: "7 Modules", - imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg?_wi=3", imageAlt: "Export Track", }, ]} -- 2.49.1 From ee9a50948fa4cb096921754e89f32a02e6ce82ca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:56:32 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1afe9dc..a9505f2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -120,7 +120,7 @@ export default function ContactPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-executive-instructing-diverse-employees-new-modern-company-office-room-before-business-meeting-with-partners-analysing-reports-tablet_482257-5242.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-executive-instructing-diverse-employees-new-modern-company-office-room-before-business-meeting-with-partners-analysing-reports-tablet_482257-5242.jpg?_wi=2" imageAlt="team collaboration office meeting discussion" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From b66174f23881f3eea1036eec947d7a928f6aafd4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:56:33 +0000 Subject: [PATCH 3/5] Update src/app/curriculum/page.tsx --- src/app/curriculum/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/curriculum/page.tsx b/src/app/curriculum/page.tsx index 4d865d3..7fb09e3 100644 --- a/src/app/curriculum/page.tsx +++ b/src/app/curriculum/page.tsx @@ -105,7 +105,7 @@ export default function CurriculumPage() { title: "Digital Marketing Mastery", description: "10 comprehensive modules covering social media strategy, content marketing, SEO optimization, paid advertising, analytics, and campaign management. Learn from industry experts and apply strategies to real business scenarios.", tag: "10 Modules", - imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063150.jpg?_wi=2", imageAlt: "Digital Marketing Track", }, { @@ -113,7 +113,7 @@ export default function CurriculumPage() { title: "Finance & Business Accounting", description: "8 modules focusing on financial statements, budgeting, cash flow management, profit & loss analysis, tax planning, and investment fundamentals. Develop the financial literacy essential for business growth and sustainability.", tag: "8 Modules", - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg?_wi=2", imageAlt: "Finance Track", }, { @@ -121,7 +121,7 @@ export default function CurriculumPage() { title: "Export & International Trade", description: "7 modules covering export regulations, international logistics, trade documentation, customs procedures, market research for exports, and global business partnerships. Build the knowledge needed to expand your business internationally.", tag: "7 Modules", - imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg?_wi=2", imageAlt: "Export Track", }, ]} -- 2.49.1 From 921f2abfe23673098e2dafa5e34139763cb95f4d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:56:33 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b64f44..da0ed14 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Inter_Tight } 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 { Inter_Tight } 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 interTight = Inter_Tight({ variable: "--font-inter-tight", @@ -20,6 +24,39 @@ const interTight = Inter_Tight({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "Growpreneur Bootcamp | BRI Member Entrepreneurship Training", + description: "Master Digital Marketing, Finance & Export through structured video learning. Join 500+ certified entrepreneurs. Complete bootcamp modules for official certification.", + keywords: "entrepreneurship bootcamp, digital marketing training, finance course, export business, entrepreneur certification, BRI, Indonesia", + metadataBase: new URL("https://growpreneur.bri.co.id"), + alternates: { + canonical: "https://growpreneur.bri.co.id", + }, + openGraph: { + title: "Growpreneur Bootcamp | Transform Your Business", + description: "Master Digital Marketing, Finance, and Export in our comprehensive entrepreneurship bootcamp by BRI Member", + url: "https://growpreneur.bri.co.id", + siteName: "Growpreneur", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/multiethnic-creative-people-having-brainstorming-meeting_58466-11713.jpg", + alt: "Growpreneur Bootcamp Learning", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Growpreneur Bootcamp | BRI Entrepreneurship Training", + description: "Join 500+ certified entrepreneurs. Master Digital Marketing, Finance, and Export.", + images: ["http://img.b2bpic.net/free-photo/multiethnic-creative-people-having-brainstorming-meeting_58466-11713.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +65,9 @@ export default function RootLayout({ return ( - + {children}