Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -6,18 +6,45 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
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"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "SocialVibe - Premium Social Media Agency",
|
||||
description: "Transform your brand with strategic social media expertise. 150+ clients, 45M+ followers generated. Data-driven content, community management, and measurable ROI.",
|
||||
keywords: "social media agency, content creation, social media marketing, brand strategy, Instagram marketing, TikTok marketing, LinkedIn strategy",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "SocialVibe - Premium Social Media Agency",
|
||||
description: "Strategic social media excellence for brands that refuse to blend in. Case studies, team, pricing.",
|
||||
type: "website",
|
||||
siteName: "SocialVibe Agency",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/company-analyst-studying-business-activity-progress-achieving-strategic-goals_482257-91239.jpg",
|
||||
alt: "SocialVibe social media strategy",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "SocialVibe - Premium Social Media Agency",
|
||||
description: "Transform your brand with strategic social media expertise.",
|
||||
images: ["http://img.b2bpic.net/free-photo/company-analyst-studying-business-activity-progress-achieving-strategic-goals_482257-91239.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +53,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +67,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
name: "Fashion Brand Growth",
|
||||
price: "340% Engagement",
|
||||
variant: "Instagram Takeover",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-talking-about-clothing-accessories-her-fashion-video-blog_662251-2238.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-talking-about-clothing-accessories-her-fashion-video-blog_662251-2238.jpg?_wi=1",
|
||||
imageAlt: "Fashion brand case study results",
|
||||
},
|
||||
{
|
||||
@@ -228,7 +228,7 @@ export default function HomePage() {
|
||||
name: "SaaS Market Expansion",
|
||||
price: "2.5M Impressions",
|
||||
variant: "LinkedIn Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-workaholic-entrepreneur-man-working-overtime-presenting-company-statistics_482257-6363.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-workaholic-entrepreneur-man-working-overtime-presenting-company-statistics_482257-6363.jpg?_wi=1",
|
||||
imageAlt: "SaaS platform expansion results",
|
||||
},
|
||||
{
|
||||
@@ -236,7 +236,7 @@ export default function HomePage() {
|
||||
name: "E-commerce Boom",
|
||||
price: "520% ROI",
|
||||
variant: "TikTok Campaign",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-with-inscription-screen_23-2147652183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-with-inscription-screen_23-2147652183.jpg?_wi=1",
|
||||
imageAlt: "E-commerce sales growth",
|
||||
},
|
||||
{
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
name: "Brand Awareness",
|
||||
price: "1.2M New Followers",
|
||||
variant: "Multi-Platform",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-marketing-graphs-screen-standing-table-startup-office-while-diverse-team-sharing-papers-with-company-turnover-it-multiethnic-businesspeople-analyzing-strategy_482257-40096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-marketing-graphs-screen-standing-table-startup-office-while-diverse-team-sharing-papers-with-company-turnover-it-multiethnic-businesspeople-analyzing-strategy_482257-40096.jpg?_wi=1",
|
||||
imageAlt: "Brand awareness campaign",
|
||||
},
|
||||
]}
|
||||
@@ -311,35 +311,35 @@ export default function HomePage() {
|
||||
id: "member-1",
|
||||
name: "Sarah Chen",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen, Creative Director",
|
||||
},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Marcus Johnson",
|
||||
role: "Strategy Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pensive-office-worker_329181-16086.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pensive-office-worker_329181-16086.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson, Strategy Lead",
|
||||
},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Content Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez, Content Specialist",
|
||||
},
|
||||
{
|
||||
id: "member-4",
|
||||
name: "Alex Thompson",
|
||||
role: "Analytics Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-manager-with-digital-tablet_1262-1058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-manager-with-digital-tablet_1262-1058.jpg?_wi=1",
|
||||
imageAlt: "Alex Thompson, Analytics Expert",
|
||||
},
|
||||
{
|
||||
id: "member-5",
|
||||
name: "Jasmine Patel",
|
||||
role: "Community Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-working-together-outdoors_23-2148416453.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-working-together-outdoors_23-2148416453.jpg?_wi=1",
|
||||
imageAlt: "Jasmine Patel, Community Manager",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -56,35 +56,35 @@ export default function TeamPage() {
|
||||
id: "member-1",
|
||||
name: "Sarah Chen",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=3",
|
||||
imageAlt: "Sarah Chen, Creative Director",
|
||||
},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Marcus Johnson",
|
||||
role: "Strategy Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pensive-office-worker_329181-16086.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pensive-office-worker_329181-16086.jpg?_wi=2",
|
||||
imageAlt: "Marcus Johnson, Strategy Lead",
|
||||
},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Content Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=4",
|
||||
imageAlt: "Emma Rodriguez, Content Specialist",
|
||||
},
|
||||
{
|
||||
id: "member-4",
|
||||
name: "Alex Thompson",
|
||||
role: "Analytics Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-manager-with-digital-tablet_1262-1058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-manager-with-digital-tablet_1262-1058.jpg?_wi=2",
|
||||
imageAlt: "Alex Thompson, Analytics Expert",
|
||||
},
|
||||
{
|
||||
id: "member-5",
|
||||
name: "Jasmine Patel",
|
||||
role: "Community Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-working-together-outdoors_23-2148416453.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-working-together-outdoors_23-2148416453.jpg?_wi=2",
|
||||
imageAlt: "Jasmine Patel, Community Manager",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function WorkPage() {
|
||||
name: "Fashion Brand Growth",
|
||||
price: "340% Engagement",
|
||||
variant: "Instagram Takeover",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-talking-about-clothing-accessories-her-fashion-video-blog_662251-2238.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-talking-about-clothing-accessories-her-fashion-video-blog_662251-2238.jpg?_wi=2",
|
||||
imageAlt: "Fashion brand case study results",
|
||||
},
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export default function WorkPage() {
|
||||
name: "SaaS Market Expansion",
|
||||
price: "2.5M Impressions",
|
||||
variant: "LinkedIn Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-workaholic-entrepreneur-man-working-overtime-presenting-company-statistics_482257-6363.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-workaholic-entrepreneur-man-working-overtime-presenting-company-statistics_482257-6363.jpg?_wi=2",
|
||||
imageAlt: "SaaS platform expansion results",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function WorkPage() {
|
||||
name: "E-commerce Boom",
|
||||
price: "520% ROI",
|
||||
variant: "TikTok Campaign",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-with-inscription-screen_23-2147652183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-with-inscription-screen_23-2147652183.jpg?_wi=2",
|
||||
imageAlt: "E-commerce sales growth",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function WorkPage() {
|
||||
name: "Brand Awareness",
|
||||
price: "1.2M New Followers",
|
||||
variant: "Multi-Platform",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-marketing-graphs-screen-standing-table-startup-office-while-diverse-team-sharing-papers-with-company-turnover-it-multiethnic-businesspeople-analyzing-strategy_482257-40096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-marketing-graphs-screen-standing-table-startup-office-while-diverse-team-sharing-papers-with-company-turnover-it-multiethnic-businesspeople-analyzing-strategy_482257-40096.jpg?_wi=2",
|
||||
imageAlt: "Brand awareness campaign",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user