Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-03 14:09:54 +00:00
2 changed files with 37 additions and 20 deletions

View File

@@ -23,20 +23,22 @@ const poppins = Poppins({
export const metadata: Metadata = {
title: "DigitalStudio - Digital Marketing Agency", description: "Transform your brand with strategic digital marketing solutions. Creative design, data-driven strategies, and measurable results.", keywords: "digital marketing, creative agency, branding, digital strategy, marketing services", metadataBase: new URL("https://digitalstudio.com"),
alternates: {
canonical: "https://digitalstudio.com"},
canonical: "https://digitalstudio.com"
},
openGraph: {
title: "DigitalStudio - Digital Marketing Agency", description: "Transform your brand with strategic digital marketing solutions.", url: "https://digitalstudio.com", siteName: "DigitalStudio", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg", alt: "DigitalStudio - Digital Marketing"},
],
url: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg", alt: "DigitalStudio - Digital Marketing"
}
]
},
twitter: {
card: "summary_large_image", title: "DigitalStudio - Digital Marketing Agency", description: "Transform your brand with strategic digital marketing solutions.", images: ["http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg"],
card: "summary_large_image", title: "DigitalStudio - Digital Marketing Agency", description: "Transform your brand with strategic digital marketing solutions.", images: ["http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg"]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({

View File

@@ -9,6 +9,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Activity, BarChart3, CheckCircle, FileText, Layout, Mail, Palette, PieChart, Quote, Share2, Sparkles, Target, TrendingUp, Video, Zap } from "lucide-react";
import Link from "next/link";
export default function LandingPage() {
return (
@@ -34,7 +35,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "#contact"
}}
/>
</div>
@@ -48,9 +50,11 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg", imageAlt: "Creative workspace"},
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg", imageAlt: "Creative workspace"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg", imageAlt: "Team collaboration"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg", imageAlt: "Team collaboration"
},
]}
mediaAnimation="slide-up"
rating={5}
@@ -67,7 +71,8 @@ export default function LandingPage() {
<TextSplitAbout
title="About DigitalStudio"
description={[
"We're a team of passionate digital strategists, designers, and marketers dedicated to transforming businesses through innovative digital solutions. With over a decade of combined experience, we understand what it takes to succeed in today's fast-paced digital landscape.", "Our philosophy is simple: great design meets strategic thinking. We don't just create beautiful experiences—we build results-driven campaigns that generate real business impact. Every project is a partnership where your success becomes our mission."]}
"We're a team of passionate digital strategists, designers, and marketers dedicated to transforming businesses through innovative digital solutions. With over a decade of combined experience, we understand what it takes to succeed in today's fast-paced digital landscape.", "Our philosophy is simple: great design meets strategic thinking. We don't just create beautiful experiences—we build results-driven campaigns that generate real business impact. Every project is a partnership where your success becomes our mission."
]}
buttons={[
{ text: "Learn More", href: "#services" },
]}
@@ -86,7 +91,8 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Digital Strategy & Planning", description: "We develop comprehensive digital roadmaps tailored to your business goals, market position, and target audience. Our strategic approach ensures every campaign is purposeful and aligned with your vision.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/businessman-leading-financial-meeting_482257-121208.jpg", imageAlt: "strategy planning digital marketing business"},
imageSrc: "http://img.b2bpic.net/free-photo/businessman-leading-financial-meeting_482257-121208.jpg", imageAlt: "strategy planning digital marketing business"
},
items: [
{ icon: Target, text: "Market Research & Analysis" },
{ icon: Zap, text: "Goal Setting & KPI Definition" },
@@ -96,7 +102,8 @@ export default function LandingPage() {
},
{
id: "2", title: "Creative Design & Branding", description: "Our award-winning design team creates stunning visuals and cohesive brand identities that resonate with your audience. From logos to complete brand systems, we deliver designs that stand out.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/ideas-light-bulb-creativity-imagination-inspiration-concept_53876-147720.jpg", imageAlt: "design thinking creative design digital"},
imageSrc: "http://img.b2bpic.net/free-photo/ideas-light-bulb-creativity-imagination-inspiration-concept_53876-147720.jpg", imageAlt: "design thinking creative design digital"
},
items: [
{ icon: Palette, text: "Brand Identity Development" },
{ icon: Layout, text: "UI/UX Design" },
@@ -106,7 +113,8 @@ export default function LandingPage() {
},
{
id: "3", title: "Data-Driven Analytics", description: "We transform raw data into actionable insights. Our analytics expertise helps you understand customer behavior, optimize campaigns, and make informed decisions that drive growth.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", imageAlt: "analytics dashboard data visualization metrics"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", imageAlt: "analytics dashboard data visualization metrics"
},
items: [
{ icon: BarChart3, text: "Performance Tracking" },
{ icon: PieChart, text: "Conversion Optimization" },
@@ -116,7 +124,8 @@ export default function LandingPage() {
},
{
id: "4", title: "Content Marketing Excellence", description: "Compelling content is at the heart of digital success. We create strategic, engaging content across all channels that builds authority, nurtures leads, and converts customers.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg", imageAlt: "content creation digital marketing media"},
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg", imageAlt: "content creation digital marketing media"
},
items: [
{ icon: FileText, text: "Content Strategy" },
{ icon: Video, text: "Multimedia Production" },
@@ -141,22 +150,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "DigitalStudio completely transformed our online presence. Their strategic approach and creative excellence delivered results beyond our expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business portrait confident"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait confident"
},
{
id: "2", name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "Working with this team was seamless. They understood our vision immediately and executed flawlessly. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "professional headshot business portrait smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "professional headshot business portrait smiling"
},
{
id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "The ROI from our digital marketing campaigns exceeded every projection. DigitalStudio delivered exceptional value.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "professional headshot business portrait modern"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait modern"
},
{
id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "Professional, creative, and results-driven. DigitalStudio is the partner every ambitious brand needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "professional headshot business portrait friendly"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait friendly"
},
{
id: "5", name: "Lisa Anderson", handle: "@lisaanderson", testimonial: "Their attention to detail and strategic thinking set them apart. We've seen tremendous growth since partnering with them.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot business portrait confident"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait confident"
},
{
id: "6", name: "David Park", handle: "@davidpark", testimonial: "DigitalStudio combines creative brilliance with marketing expertise. Essential for any brand serious about growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot business portrait professional"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait professional"
},
]}
showRating={true}
textboxLayout="default"