diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b8211b4..263463e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "GMB - Personal Branding & Marketing Agency", description: "Build powerful personal brands that influence markets. Strategic branding, PR, and digital marketing solutions for founders and creators."}; + title: "GMB - We Build Powerful Personal Brands", description: "Helping founders, creators and organizations grow through strategic branding, PR and digital marketing."}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f6d3cc..f284aa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=1" imageAlt="Abstract branding visuals and gradient shapes" buttons={[ - { text: "Start Your Brand Journey", href: "contact" }, + { text: "Get Brand Strategy", href: "contact" }, { text: "View Our Work", href: "portfolio" }, ]} buttonAnimation="slide-up" @@ -92,22 +92,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Personal Branding", description: "Build authentic credibility that attracts opportunities. Establish a distinctive voice and presence that resonates with your target audience and opens doors to partnerships, speaking engagements, and growth.", bentoComponent: "reveal-icon", icon: Users, + title: "Personal Branding", description: "Build an authentic personal brand that resonates with your audience and opens doors.", bentoComponent: "reveal-icon", icon: Users, }, { - title: "PR & Media Outreach", description: "Secure high-impact media placements that amplify your message. Strategic press coverage builds authority and reaches thousands, transforming you into a recognized industry voice.", bentoComponent: "reveal-icon", icon: Megaphone, + title: "PR & Media Outreach", description: "Strategic media placements and press coverage that amplify your brand voice.", bentoComponent: "reveal-icon", icon: Megaphone, }, { - title: "Digital Marketing", description: "Drive measurable results through data-driven campaigns across social, email, and digital channels. Convert engaged audiences into loyal customers and advocates for your brand.", bentoComponent: "reveal-icon", icon: Target, + title: "Digital Marketing", description: "Data-driven campaigns across social, email, and digital channels for maximum reach.", bentoComponent: "reveal-icon", icon: Target, }, { - title: "Brand Strategy", description: "Develop a compelling positioning strategy that differentiates you in crowded markets. We craft the narrative and framework that positions you as the go-to authority in your space.", bentoComponent: "reveal-icon", icon: Lightbulb, + title: "Brand Strategy", description: "Comprehensive strategy development that positions you as a market leader.", bentoComponent: "reveal-icon", icon: Lightbulb, }, { - title: "Content Production", description: "Create compelling stories and assets that captivate and engage. From videos to articles, our content amplifies your message and builds deeper connections with your audience.", bentoComponent: "reveal-icon", icon: Film, + title: "Content Production", description: "High-quality content creation that tells your story and engages your audience.", bentoComponent: "reveal-icon", icon: Film, }, { - title: "Reputation Management", description: "Proactively build and protect your online brand presence. We monitor conversations, manage feedback, and strengthen your reputation as a trusted leader in your industry.", bentoComponent: "reveal-icon", icon: Shield, + title: "Reputation Management", description: "Proactive strategies to build and protect your brand reputation online.", bentoComponent: "reveal-icon", icon: Shield, }, ]} />