diff --git a/src/app/layout.tsx b/src/app/layout.tsx index de4296c..f13b407 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,36 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Premium Social Media Agency | Elevate Social", - description: "Transform your brand with strategic social media campaigns. Data-driven strategies and creative excellence for measurable growth.", - keywords: "social media agency, social media marketing, brand growth, digital marketing, content strategy", - openGraph: { - title: "Premium Social Media Agency | Elevate Social", - description: "Transform your brand with strategic social media campaigns that drive engagement and accelerate growth.", - siteName: "Elevate Social", - type: "website", - images: [ + title: "Premium Social Media Agency | Elevate Social", description: "Transform your brand with strategic social media campaigns. Data-driven strategies and creative excellence for measurable growth.", keywords: "social media agency, social media marketing, brand growth, digital marketing, content strategy", openGraph: { + title: "Premium Social Media Agency | Elevate Social", description: "Transform your brand with strategic social media campaigns that drive engagement and accelerate growth.", siteName: "Elevate Social", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg", - alt: "Elevate Social Premium Agency", - }, + url: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg", alt: "Elevate Social Premium Agency"}, ], }, twitter: { - card: "summary_large_image", - title: "Elevate Social - Premium Social Media Agency", - description: "Strategic campaigns that transform brands and drive measurable results.", - images: ["http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg"], + card: "summary_large_image", title: "Elevate Social - Premium Social Media Agency", description: "Strategic campaigns that transform brands and drive measurable results.", images: ["http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c53578..52064df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,8 +68,7 @@ export default function HomePage() {