Merge version_2 into main #4
37
src/app/blog/page.tsx
Normal file
37
src/app/blog/page.tsx
Normal file
@@ -0,0 +1,37 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="MediaCore"
|
||||
/>
|
||||
<BlogCardThree
|
||||
title="Latest Insights"
|
||||
description="Explore the latest trends and strategies in digital marketing."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
blogs={[
|
||||
{ id: "1", category: "Marketing", title: "Future of Digital Advertising", excerpt: "How AI is changing the landscape.", imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=1", authorName: "Alex Rivers", authorAvatar: "", date: "2024-05-20" }
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis
|
||||
columns={[]}
|
||||
logoText="MediaCore"
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
140
src/app/page.tsx
140
src/app/page.tsx
@@ -30,18 +30,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="MediaCore"
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
text: "Get Started", href: "/#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,24 +50,16 @@ export default function LandingPage() {
|
||||
description="MediaCore transforms your brand through data-driven strategies and compelling social media content. Reach your audience, amplify your impact, and drive sustainable growth."
|
||||
tag="Innovative Marketing Agency"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Services", href: "#services"},
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
{ text: "View Our Services", href: "/#services" },
|
||||
{ text: "Contact Us", href: "/#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=1", imageAlt: "Digital marketing dashboard interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg?_wi=1", imageAlt: "Creative marketing team collaboration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg?_wi=1", imageAlt: "Social media analytics growth chart"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg?_wi=1", imageAlt: "Modern digital design workstation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg?_wi=1", imageAlt: "Abstract brand identity visualization"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-typing-his-phone-desk_1150-170.jpg", imageAlt: "Mobile content engagement interface"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=1", imageAlt: "Digital marketing dashboard interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg?_wi=1", imageAlt: "Creative marketing team collaboration" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg?_wi=1", imageAlt: "Social media analytics growth chart" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg?_wi=1", imageAlt: "Modern digital design workstation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg?_wi=1", imageAlt: "Abstract brand identity visualization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-typing-his-phone-desk_1150-170.jpg", imageAlt: "Mobile content engagement interface" },
|
||||
]}
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
@@ -82,14 +71,10 @@ export default function LandingPage() {
|
||||
title="Proven Marketing Results"
|
||||
description="We specialize in bridging the gap between brand identity and consumer engagement. With over a decade of experience, we craft narratives that resonate and drive measurable business success."
|
||||
metrics={[
|
||||
{
|
||||
value: "150+", title: "Successful Campaigns"},
|
||||
{
|
||||
value: "2.5M+", title: "Engaged Users"},
|
||||
{
|
||||
value: "300%", title: "Average Growth"},
|
||||
{
|
||||
value: "24/7", title: "Strategy Support"},
|
||||
{ value: "150+", title: "Successful Campaigns" },
|
||||
{ value: "2.5M+", title: "Engaged Users" },
|
||||
{ value: "300%", title: "Average Growth" },
|
||||
{ value: "24/7", title: "Strategy Support" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-stairs_400718-31.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -103,21 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Content Strategy", description: "Tailored content planning that aligns with your specific market and business goals.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=2", imageAlt: "digital marketing agency concept"},
|
||||
{
|
||||
title: "Social Media Management", description: "End-to-end management of your social channels with daily community engagement.", buttonIcon: Share2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg?_wi=2", imageAlt: "creative marketing team collaboration"},
|
||||
{
|
||||
title: "Performance Analytics", description: "Detailed reporting and data-backed insights to refine your marketing performance.", buttonIcon: BarChart2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg?_wi=2", imageAlt: "social media growth analytics"},
|
||||
{
|
||||
title: "Growth Consulting", description: "Actionable strategies to scale your reach and maximize your return on ad spend.", buttonIcon: TrendingUp,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg?_wi=2", imageAlt: "graphic design workflow creative"},
|
||||
{
|
||||
title: "SEO Optimization", description: "Advanced search engine techniques to improve your organic visibility.", buttonIcon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg?_wi=2", imageAlt: "brand identity development tech"},
|
||||
{ title: "Content Strategy", description: "Tailored content planning that aligns with your specific market and business goals.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=2", imageAlt: "digital marketing agency concept" },
|
||||
{ title: "Social Media Management", description: "End-to-end management of your social channels with daily community engagement.", buttonIcon: Share2, imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207982.jpg?_wi=2", imageAlt: "creative marketing team collaboration" },
|
||||
{ title: "Performance Analytics", description: "Detailed reporting and data-backed insights to refine your marketing performance.", buttonIcon: BarChart2, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-economy-growth_23-2148541986.jpg?_wi=2", imageAlt: "social media growth analytics" },
|
||||
{ title: "Growth Consulting", description: "Actionable strategies to scale your reach and maximize your return on ad spend.", buttonIcon: TrendingUp, imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207962.jpg?_wi=2", imageAlt: "graphic design workflow creative" },
|
||||
{ title: "SEO Optimization", description: "Advanced search engine techniques to improve your organic visibility.", buttonIcon: Search, imageSrc: "http://img.b2bpic.net/free-photo/realistic-satin-silk-red-color-ai-generated-image_511042-663.jpg?_wi=2", imageAlt: "brand identity development tech" },
|
||||
]}
|
||||
title="Comprehensive Marketing Solutions"
|
||||
description="Our core services designed to accelerate your growth and dominate the digital landscape."
|
||||
@@ -128,16 +103,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg"},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-disabilities-invalid-disabled-paralized-handicapped-immobilized-looking-camera-upset-tired-sitting-wheelchair-business-office-room-working-financial-project-with-team_482257-28442.jpg"},
|
||||
{
|
||||
id: "5", name: "Robert Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-tunnel_23-2147876777.jpg"},
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-disabilities-invalid-disabled-paralized-handicapped-immobilized-looking-camera-upset-tired-sitting-wheelchair-business-office-room-working-financial-project-with-team_482257-28442.jpg" },
|
||||
{ id: "5", name: "Robert Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-tunnel_23-2147876777.jpg" },
|
||||
]}
|
||||
cardTitle="Client Success Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -151,16 +121,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What makes your agency different?", content: "Our data-first approach and personalized creative strategies set us apart."},
|
||||
{
|
||||
id: "2", title: "How do you track success?", content: "We use proprietary analytics tools to provide real-time reporting."},
|
||||
{
|
||||
id: "3", title: "Can you handle multiple channels?", content: "Yes, we are experts in managing cross-platform marketing campaigns."},
|
||||
{
|
||||
id: "4", title: "What is the onboarding process?", content: "We start with a discovery call, audit your current presence, and then build a custom roadmap."},
|
||||
{
|
||||
id: "5", title: "Do you offer long-term contracts?", content: "We offer flexible engagement models tailored to your project scope and goals."},
|
||||
{ id: "1", title: "What makes your agency different?", content: "Our data-first approach and personalized creative strategies set us apart." },
|
||||
{ id: "2", title: "How do you track success?", content: "We use proprietary analytics tools to provide real-time reporting." },
|
||||
{ id: "3", title: "Can you handle multiple channels?", content: "Yes, we are experts in managing cross-platform marketing campaigns." },
|
||||
{ id: "4", title: "What is the onboarding process?", content: "We start with a discovery call, audit your current presence, and then build a custom roadmap." },
|
||||
{ id: "5", title: "Do you offer long-term contracts?", content: "We offer flexible engagement models tailored to your project scope and goals." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our marketing process? Here's what our clients usually ask."
|
||||
@@ -177,20 +142,11 @@ export default function LandingPage() {
|
||||
title="Let's Start Your Growth Journey"
|
||||
description="Ready to scale? Connect with our team to discuss how MediaCore can help elevate your digital presence."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company", type: "text", placeholder: "Company Name", required: false,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "company", type: "text", placeholder: "Company Name", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/computer-printed-circui_1398-120.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -199,26 +155,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Case Studies", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{ items: [ { label: "Services", href: "/#services" }, { label: "About", href: "/#about" }, { label: "Team", href: "/team" } ] },
|
||||
{ items: [ { label: "Blog", href: "/blog" }, { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "/#" } ] },
|
||||
]}
|
||||
logoText="MediaCore"
|
||||
/>
|
||||
|
||||
40
src/app/team/page.tsx
Normal file
40
src/app/team/page.tsx
Normal file
@@ -0,0 +1,40 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function TeamPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="MediaCore"
|
||||
/>
|
||||
<TeamCardOne
|
||||
title="Our Expert Team"
|
||||
description="Meet the creative minds behind our successful marketing strategies."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
members={[
|
||||
{ id: "1", name: "Alex Rivers", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg" },
|
||||
{ id: "3", name: "Mark Doe", role: "Head of Strategy", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148815644.jpg" }
|
||||
]}
|
||||
/>
|
||||
<FooterLogoEmphasis
|
||||
columns={[]}
|
||||
logoText="MediaCore"
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user