Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-21 04:58:53 +00:00
4 changed files with 85 additions and 44 deletions

View File

@@ -1,24 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } 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 { Figtree } 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 figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Premium Social Media Agency | Lumina Social",
description: "Strategic social media solutions to elevate your brand. We drive engagement, growth, and measurable results across all platforms.",
keywords: "social media agency, social media marketing, content creation, paid social advertising, influencer marketing, social media strategy",
metadataBase: new URL("https://luminasocial.com"),
alternates: {
canonical: "https://luminasocial.com",
},
openGraph: {
title: "Premium Social Media Agency | Lumina Social",
description: "Transform your brand with data-driven social media strategies and creative excellence.",
url: "https://luminasocial.com",
siteName: "Lumina Social",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg",
alt: "Lumina Social - Premium Social Media Agency",
},
],
},
twitter: {
card: "summary_large_image",
title: "Premium Social Media Agency | Lumina Social",
description: "Strategic social media solutions to elevate your brand and drive results.",
images: [
"http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +66,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -103,15 +103,15 @@ export default function HomePage() {
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg?_wi=1",
imageAlt: "Social media dashboard analytics interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg?_wi=1",
imageAlt: "creative content planning workspace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg?_wi=1",
imageAlt: "analytics performance tracking data",
},
]}
@@ -193,42 +193,42 @@ export default function HomePage() {
id: "strategy",
title: "Strategic Planning",
description: "Data-driven social media strategies aligned with your business objectives. We conduct comprehensive audits and competitor analysis to position your brand for success.",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=1",
imageAlt: "Strategic planning and analysis",
},
{
id: "content",
title: "Content Creation",
description: "Engaging, on-brand content that captures attention and drives engagement. From graphics to videos, we produce compelling content across all platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg?_wi=1",
imageAlt: "Creative content production",
},
{
id: "management",
title: "Community Management",
description: "Responsive, authentic engagement with your audience. We build and nurture communities that become loyal brand advocates.",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg?_wi=1",
imageAlt: "Community engagement and management",
},
{
id: "advertising",
title: "Paid Social Advertising",
description: "Optimized paid campaigns that maximize ROI. Expert audience targeting and continuous optimization for measurable results.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg?_wi=1",
imageAlt: "Paid advertising campaigns",
},
{
id: "analytics",
title: "Analytics & Reporting",
description: "Transparent performance tracking with actionable insights. Detailed reports showcase the impact of our strategies on your bottom line.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=1",
imageAlt: "Business analytics data visualization",
},
{
id: "influencer",
title: "Influencer Partnerships",
description: "Strategic collaborations with relevant influencers to expand your reach and authentic brand advocacy.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg?_wi=1",
imageAlt: "Influencer marketing partnership collaboration",
},
]}
@@ -252,7 +252,7 @@ export default function HomePage() {
name: "Fashion Brand Rebrand",
price: "350% ROI",
variant: "Influencer Collaboration",
imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg?_wi=1",
imageAlt: "Fashion brand social media campaign",
},
{
@@ -260,7 +260,7 @@ export default function HomePage() {
name: "Tech Startup Growth",
price: "500K Followers",
variant: "Organic Growth Strategy",
imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg?_wi=1",
imageAlt: "Tech startup social media growth",
},
{
@@ -268,7 +268,7 @@ export default function HomePage() {
name: "E-commerce Launch",
price: "2.5M Impressions",
variant: "Paid Campaign",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg?_wi=1",
imageAlt: "E-commerce product launch campaign",
},
]}
@@ -325,37 +325,37 @@ export default function HomePage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg?_wi=1",
imageAlt: "Sarah Johnson, CEO of TrendCo",
},
{
id: "2",
name: "Marcus Chen",
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg?_wi=1",
imageAlt: "Marcus Chen, Founder of InnovateLabs",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg?_wi=1",
imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo",
},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg?_wi=1",
imageAlt: "David Kim, CMO of BrandWorks",
},
{
id: "5",
name: "Jessica Taylor",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg?_wi=1",
imageAlt: "Jessica Taylor, CEO of StyleUp Fashion",
},
{
id: "6",
name: "Alex Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg?_wi=1",
imageAlt: "Alex Thompson, Founder of TechVenture",
},
]}

View File

@@ -97,7 +97,7 @@ export default function PortfolioPage() {
name: "Fashion Brand Rebrand",
price: "350% ROI",
variant: "Influencer Collaboration",
imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/fall-autumn-template-design-social-media-post_23-2149062509.jpg?_wi=2",
imageAlt: "Fashion brand social media campaign",
},
{
@@ -105,7 +105,7 @@ export default function PortfolioPage() {
name: "Tech Startup Growth",
price: "500K Followers",
variant: "Organic Growth Strategy",
imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/architecture-project-instagram-posts-template_23-2150259229.jpg?_wi=2",
imageAlt: "Tech startup social media growth",
},
{
@@ -113,7 +113,7 @@ export default function PortfolioPage() {
name: "E-commerce Launch",
price: "2.5M Impressions",
variant: "Paid Campaign",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-background-design_1343-57.jpg?_wi=2",
imageAlt: "E-commerce product launch campaign",
},
{
@@ -121,7 +121,7 @@ export default function PortfolioPage() {
name: "Luxury Lifestyle Brand",
price: "8.2M Engagements",
variant: "Premium Content Strategy",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-notepad-near-coffee-notepad_23-2147777787.jpg?_wi=2",
imageAlt: "Luxury brand premium content",
},
{
@@ -129,7 +129,7 @@ export default function PortfolioPage() {
name: "B2B SaaS Platform",
price: "45% Conversion Lift",
variant: "Lead Generation Focus",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg?_wi=2",
imageAlt: "B2B SaaS marketing campaign",
},
{
@@ -137,7 +137,7 @@ export default function PortfolioPage() {
name: "Non-profit Awareness",
price: "2M+ Reach",
variant: "Community Engagement",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4834.jpg?_wi=2",
imageAlt: "Non-profit awareness campaign",
},
]}
@@ -155,37 +155,37 @@ export default function PortfolioPage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg?_wi=2",
imageAlt: "Sarah Johnson, CEO of TrendCo",
},
{
id: "2",
name: "Marcus Chen",
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-business-meeting_23-2148746263.jpg?_wi=2",
imageAlt: "Marcus Chen, Founder of InnovateLabs",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-professional-intern-looking-camera-meeting_1163-4626.jpg?_wi=2",
imageAlt: "Emily Rodriguez, Marketing Director at GrowthCo",
},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businesswoman-sitting-meeting_1262-2246.jpg?_wi=2",
imageAlt: "David Kim, CMO of BrandWorks",
},
{
id: "5",
name: "Jessica Taylor",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg?_wi=2",
imageAlt: "Jessica Taylor, CEO of StyleUp Fashion",
},
{
id: "6",
name: "Alex Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ceo-speaking-ai-business-expo-front-entrepreneurs_482257-105931.jpg?_wi=2",
imageAlt: "Alex Thompson, Founder of TechVenture",
},
]}

View File

@@ -98,42 +98,42 @@ export default function ServicesPage() {
id: "strategy",
title: "Strategic Planning",
description: "Data-driven social media strategies aligned with your business objectives. We conduct comprehensive audits and competitor analysis to position your brand for success.",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2",
imageAlt: "business strategy planning whiteboard",
},
{
id: "content",
title: "Content Creation",
description: "Engaging, on-brand content that captures attention and drives engagement. From graphics to videos, we produce compelling content across all platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg?_wi=2",
imageAlt: "content creation video production studio",
},
{
id: "management",
title: "Community Management",
description: "Responsive, authentic engagement with your audience. We build and nurture communities that become loyal brand advocates.",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg?_wi=2",
imageAlt: "online community engagement interaction",
},
{
id: "advertising",
title: "Paid Social Advertising",
description: "Optimized paid campaigns that maximize ROI. Expert audience targeting and continuous optimization for measurable results.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg?_wi=2",
imageAlt: "digital advertising campaign strategy",
},
{
id: "analytics",
title: "Analytics & Reporting",
description: "Transparent performance tracking with actionable insights. Detailed reports showcase the impact of our strategies on your bottom line.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=2",
imageAlt: "business analytics data visualization",
},
{
id: "influencer",
title: "Influencer Partnerships",
description: "Strategic collaborations with relevant influencers to expand your reach and authentic brand advocacy.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg?_wi=2",
imageAlt: "influencer marketing partnership collaboration",
},
]}