From 14d2c325a51797cc70655d9ff1993978edf0d372 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:51:04 +0000 Subject: [PATCH 1/3] Add src/app/blog/page.tsx --- src/app/blog/page.tsx | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/app/blog/page.tsx diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx new file mode 100644 index 0000000..6348726 --- /dev/null +++ b/src/app/blog/page.tsx @@ -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 ( + + + + + + + + ); +} \ No newline at end of file -- 2.49.1 From 0fa710fec05edd36f2994916f2a1e0f439230c13 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:51:04 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++++++---------------------------------- 1 file changed, 39 insertions(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 929f711..f9676cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,18 +30,15 @@ export default function LandingPage() { @@ -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() { @@ -199,26 +155,8 @@ export default function LandingPage() {