From 28f11a548b26711cfb67b847d600a7e02977cedf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:24:39 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 167cf70..5919e3e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,42 +65,42 @@ export default function AboutPage() { id: "1", name: "Alexandra Reed", role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Alexandra Reed, Creative Director" }, { id: "2", name: "Marcus Chen", role: "Strategy Lead", - imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg?_wi=2", imageAlt: "Marcus Chen, Strategy Lead" }, { id: "3", name: "Sophia Martinez", role: "Content Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg?_wi=2", imageAlt: "Sophia Martinez, Content Strategist" }, { id: "4", name: "James Williams", role: "Performance Analyst", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg?_wi=2", imageAlt: "James Williams, Performance Analyst" }, { id: "5", name: "Emma Thompson", role: "Community Manager", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-posing-meeting-indoors_23-2148824910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-posing-meeting-indoors_23-2148824910.jpg?_wi=2", imageAlt: "Emma Thompson, Community Manager" }, { id: "6", name: "Lucas Santos", role: "Video Producer", - imageSrc: "http://img.b2bpic.net/free-photo/freaky-guy-sunglasses-white-shirt-holds-film-camera-grey-background_613910-9405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freaky-guy-sunglasses-white-shirt-holds-film-camera-grey-background_613910-9405.jpg?_wi=2", imageAlt: "Lucas Santos, Video Producer" } ]} -- 2.49.1 From 6355e7a9ea5491e1a791d07bff2f316c4e58f2e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:24:40 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 21664fb..eb0ee0a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() { "We offer flexible terms starting with 3-month retainers for ongoing management. Custom packages are available based on your specific needs and budget.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-sitting-office-coworking_171337-17658.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-sitting-office-coworking_171337-17658.jpg?_wi=2" imageAlt="team collaboration brainstorm meeting workspace" mediaAnimation="slide-up" mediaPosition="right" @@ -109,7 +109,7 @@ export default function ContactPage() { variant: "sparkles-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-working-together_23-2149411520.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-working-together_23-2149411520.jpg?_wi=3" imageAlt="professional team consultation meeting discussion" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 1ced0f5d873648af7091b68fc0c4e64c954facef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:24:40 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 52 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d68022..508cc83 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 { Lato } 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 { Lato } 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 lato = Lato({ variable: "--font-lato", @@ -20,6 +24,36 @@ const lato = Lato({ weight: ["100", "300", "400", "700", "900"], }); +export const metadata: Metadata = { + title: "Premium Social Media Agency | SocialElevate", + description: "Transform your brand with strategic social media management, expert content creation, and proven results. Trusted by 150+ premium brands.", + keywords: "social media agency, social media management, social media marketing, content creation, brand strategy, digital marketing, social media services", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Premium Social Media Agency | SocialElevate", + description: "Strategic social media solutions for premium brands. Content creation, community management, and paid advertising.", + type: "website", + siteName: "SocialElevate", + images: [ + { + url: "http://img.b2bpic.net/free-photo/portrait-positive-woman-black-shirt-posing-white-background-high-quality-photo_114579-61008.jpg", + alt: "SocialElevate - Transform Your Brand", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Premium Social Media Agency | SocialElevate", + description: "Strategic social media solutions for premium brands.", + images: [ + "http://img.b2bpic.net/free-photo/portrait-positive-woman-black-shirt-posing-white-background-high-quality-photo_114579-61008.jpg", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +62,9 @@ export default function RootLayout({ return ( - + {children}