Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-14 15:03:57 +00:00
5 changed files with 84 additions and 44 deletions

View File

@@ -114,25 +114,25 @@ export default function AboutPage() {
{
id: "member-1",
name: "Alexandra Rivera",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg?_wi=2",
imageAlt: "Alexandra Rivera - Creative Director",
},
{
id: "member-2",
name: "Marcus Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg?_wi=2",
imageAlt: "Marcus Johnson - Strategy Manager",
},
{
id: "member-3",
name: "Nina Patel",
imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=2",
imageAlt: "Nina Patel - Content Designer",
},
{
id: "member-4",
name: "Emma Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg?_wi=2",
imageAlt: "Emma Thompson - Social Strategist",
},
]}

View File

@@ -1,29 +1,67 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } 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 { Manrope } from "next/font/google";
import { DM_Sans } 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 manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "SocialElevate - Premium Social Media Agency",
description: "Transform your brand's social presence with SocialElevate. Award-winning strategies, creative content, proven ROI. 250+ brands trust us.",
keywords: "social media marketing, social media agency, social media management, instagram marketing, content strategy, digital marketing",
metadataBase: new URL("https://socialelevate.com"),
alternates: {
canonical: "https://socialelevate.com",
},
openGraph: {
title: "SocialElevate - Premium Social Media Agency",
description: "Award-winning social media marketing agency. 340% average engagement growth. Strategic planning, creative content, data-driven results.",
url: "https://socialelevate.com",
siteName: "SocialElevate",
type: "website",
images: [
{
url: "https://socialelevate.com/og-image.jpg",
alt: "SocialElevate - Premium Social Media Agency",
},
],
},
twitter: {
card: "summary_large_image",
title: "SocialElevate - Premium Social Media Agency",
description: "Award-winning social media marketing agency transforming brands. 340% average engagement growth.",
images: ["https://socialelevate.com/twitter-image.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +70,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +84,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -119,21 +119,21 @@ export default function HomePage() {
id: 1,
title: "Strategy & Planning",
description: "Data-driven social strategies tailored to your brand goals and target audience.",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg?_wi=1",
imageAlt: "Strategy planning visualization",
},
{
id: 2,
title: "Content Creation",
description: "Premium, on-brand content designed to engage, convert, and build community.",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=1",
imageAlt: "Content creation process",
},
{
id: 3,
title: "Community Management",
description: "Expert engagement and relationship building that turns followers into brand advocates.",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg?_wi=1",
imageAlt: "Community engagement analytics",
},
]}
@@ -156,21 +156,21 @@ export default function HomePage() {
id: "case-1",
name: "Fashion Retailer Growth Campaign",
price: "+340% Engagement",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg?_wi=2",
imageAlt: "Fashion retailer case study",
},
{
id: "case-2",
name: "SaaS Customer Acquisition",
price: "+215% Conversions",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=2",
imageAlt: "SaaS conversion case study",
},
{
id: "case-3",
name: "E-Commerce Sales Acceleration",
price: "+520% Revenue",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg?_wi=2",
imageAlt: "E-commerce revenue case study",
},
]}
@@ -228,25 +228,25 @@ export default function HomePage() {
{
id: "member-1",
name: "Alexandra Rivera",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-suit-with-tablet_23-2148095682.jpg?_wi=1",
imageAlt: "Alexandra Rivera - Creative Director",
},
{
id: "member-2",
name: "Marcus Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg?_wi=1",
imageAlt: "Marcus Johnson - Strategy Manager",
},
{
id: "member-3",
name: "Nina Patel",
imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=1",
imageAlt: "Nina Patel - Content Designer",
},
{
id: "member-4",
name: "Emma Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg?_wi=1",
imageAlt: "Emma Thompson - Social Strategist",
},
]}
@@ -271,7 +271,7 @@ export default function HomePage() {
role: "Founder & CEO",
company: "TechStart Inc.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "James Richardson testimonial",
},
{
@@ -280,7 +280,7 @@ export default function HomePage() {
role: "Marketing Director",
company: "Fashion Forward",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=1",
imageAlt: "Maria González testimonial",
},
{
@@ -289,7 +289,7 @@ export default function HomePage() {
role: "E-Commerce Manager",
company: "Digital Retail Co.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg?_wi=1",
imageAlt: "Robert Kim testimonial",
},
{
@@ -298,7 +298,7 @@ export default function HomePage() {
role: "Brand Manager",
company: "Luxury Goods Ltd.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=1",
imageAlt: "Sophie Dubois testimonial",
},
{
@@ -307,7 +307,7 @@ export default function HomePage() {
role: "Growth Lead",
company: "SaaS Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=1",
imageAlt: "Ahmed Hassan testimonial",
},
{
@@ -316,7 +316,7 @@ export default function HomePage() {
role: "CEO",
company: "Wellness Brands",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg?_wi=1",
imageAlt: "Lisa Anderson testimonial",
},
]}

View File

@@ -93,21 +93,21 @@ export default function PortfolioPage() {
id: "case-1",
name: "Fashion Retailer Growth Campaign",
price: "+340% Engagement",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg?_wi=5",
imageAlt: "Fashion retailer case study",
},
{
id: "case-2",
name: "SaaS Customer Acquisition",
price: "+215% Conversions",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=5",
imageAlt: "SaaS conversion case study",
},
{
id: "case-3",
name: "E-Commerce Sales Acceleration",
price: "+520% Revenue",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg?_wi=5",
imageAlt: "E-commerce revenue case study",
},
]}
@@ -139,7 +139,7 @@ export default function PortfolioPage() {
role: "Founder & CEO",
company: "TechStart Inc.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
imageAlt: "James Richardson testimonial",
},
{
@@ -148,7 +148,7 @@ export default function PortfolioPage() {
role: "Marketing Director",
company: "Fashion Forward",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=2",
imageAlt: "Maria González testimonial",
},
{
@@ -157,7 +157,7 @@ export default function PortfolioPage() {
role: "E-Commerce Manager",
company: "Digital Retail Co.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg?_wi=2",
imageAlt: "Robert Kim testimonial",
},
{
@@ -166,7 +166,7 @@ export default function PortfolioPage() {
role: "Brand Manager",
company: "Luxury Goods Ltd.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=2",
imageAlt: "Sophie Dubois testimonial",
},
{
@@ -175,7 +175,7 @@ export default function PortfolioPage() {
role: "Growth Lead",
company: "SaaS Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=2",
imageAlt: "Ahmed Hassan testimonial",
},
{
@@ -184,7 +184,7 @@ export default function PortfolioPage() {
role: "CEO",
company: "Wellness Brands",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg?_wi=2",
imageAlt: "Lisa Anderson testimonial",
},
]}

View File

@@ -55,42 +55,42 @@ export default function ServicesPage() {
id: 1,
title: "Strategic Social Planning",
description: "Comprehensive market analysis and data-driven strategy development tailored to your unique business objectives and target demographics.",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg?_wi=3",
imageAlt: "Strategic social planning",
},
{
id: 2,
title: "Content Production & Creation",
description: "High-quality, on-brand content creation including photography, videography, graphics, and copywriting across all major social platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=3",
imageAlt: "Content creation services",
},
{
id: 3,
title: "Advanced Community Management",
description: "Expert engagement, relationship building, and customer support that transforms followers into loyal brand advocates and customers.",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg?_wi=3",
imageAlt: "Community management excellence",
},
{
id: 4,
title: "Paid Advertising Management",
description: "Strategic paid social campaigns with expert targeting, creative optimization, and continuous performance monitoring for maximum ROI.",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg?_wi=4",
imageAlt: "Paid advertising strategy",
},
{
id: 5,
title: "Influencer Collaborations",
description: "Authentic influencer partnerships and brand ambassador programs that extend your reach and build credibility with target audiences.",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=4",
imageAlt: "Influencer partnerships",
},
{
id: 6,
title: "Analytics & Reporting",
description: "Detailed performance tracking, actionable insights, and transparent reporting that demonstrate clear ROI and guide optimization.",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg?_wi=4",
imageAlt: "Analytics and reporting",
},
]}