Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-05-06 12:39:40 +00:00
2 changed files with 107 additions and 168 deletions

58
src/app/blog/page.tsx Normal file
View File

@@ -0,0 +1,58 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function BlogPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Certificates", id: "/blog" }
]}
brandName="TechConsult Pro"
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Certificates & Attestati"
description="Explore my professional certifications and validated expertise in the tech industry."
blogs={[
{ id: "c1", category: "Cloud", title: "AWS Solutions Architect", excerpt: "Advanced cloud infrastructure certification.", imageSrc: "https://img.b2bpic.net/free-photo/certification-diploma_1.jpg", authorName: "TechConsult Pro", authorAvatar: "", date: "2024" },
{ id: "c2", category: "Cybersecurity", title: "CISSP Certified", excerpt: "Industry standard for cybersecurity expertise.", imageSrc: "https://img.b2bpic.net/free-photo/certification-diploma_2.jpg", authorName: "TechConsult Pro", authorAvatar: "", date: "2023" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="TechConsult Pro"
columns={[{ title: "Company", items: [{ label: "About", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }]}
copyrightText="© 2024 TechConsult Pro. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Expertise",
id: "expertise",
},
name: "Home", id: "/"},
{
name: "Metrics",
id: "metrics",
},
name: "Services", id: "expertise"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Blog", id: "#"},
{
name: "Consulting",
id: "contact",
},
name: "Landing", id: "/"},
]}
brandName="TechConsult Pro"
/>
@@ -55,19 +47,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="TechConsult Expert"
description="Helping B2B tech organizations drive digital transformation and scale revenue through specialized, high-impact consulting."
buttons={[
{
text: "Book Consultation",
href: "#contact",
},
text: "Book Consultation", href: "#contact"},
{
text: "View My Expertise",
href: "#expertise",
},
text: "View My Expertise", href: "#expertise"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones-even-work_23-2149017716.jpg"
imageAlt="digital technology transformation abstract"
@@ -80,24 +67,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Elevating your tech strategy to ",
},
type: "text", content: "Elevating your tech strategy to "},
{
type: "text",
content: "the next level.",
},
type: "text", content: "the next level."},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-pen_1098-2049.jpg",
alt: "business consultant modern office",
},
type: "image", src: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-pen_1098-2049.jpg", alt: "business consultant modern office"},
]}
buttons={[
{
text: "Learn More",
href: "#features",
},
text: "Learn More", href: "#features"},
]}
/>
</div>
@@ -109,31 +87,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "15+",
title: "Years Experience",
items: [
"Deep tech expertise",
"Enterprise-scale success",
],
id: "m1", value: "15+", title: "Years Experience", items: [
"Deep tech expertise", "Enterprise-scale success"],
},
{
id: "m2",
value: "50+",
title: "Clients Helped",
items: [
"Scale-ups and incumbents",
"Global reach",
],
id: "m2", value: "50+", title: "Clients Helped", items: [
"Scale-ups and incumbents", "Global reach"],
},
{
id: "m3",
value: "$100M+",
title: "Value Created",
items: [
"Revenue optimization",
"Efficiency gains",
],
id: "m3", value: "$100M+", title: "Value Created", items: [
"Revenue optimization", "Efficiency gains"],
},
]}
title="Proven Results"
@@ -147,23 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Strategy Development",
description: "Defining your path to market dominance through rigorous technical assessment.",
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-988.jpg",
imageAlt: "digital technology transformation abstract",
},
title: "Strategy Development", description: "Defining your path to market dominance through rigorous technical assessment.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-988.jpg", imageAlt: "digital technology transformation abstract"},
{
title: "Digital Transformation",
description: "Modernizing legacy tech stacks to improve speed, reliability, and security.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageAlt: "business consultant modern office",
},
title: "Digital Transformation", description: "Modernizing legacy tech stacks to improve speed, reliability, and security.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "business consultant modern office"},
{
title: "Revenue Optimization",
description: "Applying data analytics to maximize your existing customer value streams.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-colleagues-watching-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11967.jpg",
imageAlt: "digital technology transformation abstract",
},
title: "Revenue Optimization", description: "Applying data analytics to maximize your existing customer value streams.", imageSrc: "http://img.b2bpic.net/free-photo/serious-colleagues-watching-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11967.jpg", imageAlt: "digital technology transformation abstract"},
]}
title="Core Consulting Areas"
description="Targeted interventions for high-growth tech firms."
@@ -178,45 +129,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "CEO",
company: "TechStream",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
},
id: "t1", name: "Sarah Miller", role: "CEO", company: "TechStream", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"},
{
id: "t2",
name: "David Chen",
role: "CTO",
company: "InnovateCore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
},
id: "t2", name: "David Chen", role: "CTO", company: "InnovateCore", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
{
id: "t3",
name: "Elena Rossi",
role: "Product VP",
company: "GlobalCloud",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg",
},
id: "t3", name: "Elena Rossi", role: "Product VP", company: "GlobalCloud", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg"},
{
id: "t4",
name: "Mark Johnson",
role: "Founder",
company: "SoftScale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
},
id: "t4", name: "Mark Johnson", role: "Founder", company: "SoftScale", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"},
{
id: "t5",
name: "Priya Sharma",
role: "Director",
company: "NexusData",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg",
},
id: "t5", name: "Priya Sharma", role: "Director", company: "NexusData", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-therapy_23-2148928793.jpg"},
]}
title="Client Success"
description="What leaders say about working together."
@@ -229,20 +155,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do we get started?",
content: "We begin with a strategic discovery call to identify your key challenges.",
},
id: "f1", title: "How do we get started?", content: "We begin with a strategic discovery call to identify your key challenges."},
{
id: "f2",
title: "Is your consulting paid?",
content: "Yes, I offer professional paid consulting to ensure dedicated focus and results.",
},
id: "f2", title: "Is your consulting paid?", content: "Yes, I offer professional paid consulting to ensure dedicated focus and results."},
{
id: "f3",
title: "Which industries do you serve?",
content: "Primarily B2B tech firms, SaaS companies, and enterprise software providers.",
},
id: "f3", title: "Which industries do you serve?", content: "Primarily B2B tech firms, SaaS companies, and enterprise software providers."},
]}
imageSrc="http://img.b2bpic.net/free-photo/server-farm-coworkers-using-device-doing-brainstorming_482257-117924.jpg"
title="Frequently Asked Questions"
@@ -259,37 +176,19 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "discovery",
badge: "Entry",
price: "$1,500",
subtitle: "Strategy Assessment",
features: [
"90-min Deep Dive",
"Actionable Roadmap",
"Follow-up Summary",
],
id: "discovery", badge: "Entry", price: "$1,500", subtitle: "Strategy Assessment", features: [
"90-min Deep Dive", "Actionable Roadmap", "Follow-up Summary"],
buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
},
{
id: "transform",
badge: "Growth",
price: "$5,000",
subtitle: "Project Support",
features: [
"4 Weeks of Advisory",
"Weekly Syncs",
"Resource Kit Access",
],
id: "transform", badge: "Growth", price: "$5,000", subtitle: "Project Support", features: [
"4 Weeks of Advisory", "Weekly Syncs", "Resource Kit Access"],
buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
},
]}
@@ -305,22 +204,14 @@ export default function LandingPage() {
description="Send a message and let's schedule a time to talk about your tech strategy."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell me about your business challenge",
rows: 4,
name: "message", placeholder: "Tell me about your business challenge", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/laptop-desktop-blurred-background_169016-29249.jpg"
@@ -333,29 +224,19 @@ export default function LandingPage() {
logoText="TechConsult Pro"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Services",
href: "#",
},
label: "Services", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}
@@ -365,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}