diff --git a/src/app/page.tsx b/src/app/page.tsx index a208dad..2b38665 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,19 +94,19 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Business Communication", description: "Crafting compelling narratives, presenting ideas clearly, and communicating strategically with diverse stakeholders to drive understanding and influence.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=1", imageAlt: "Communication skill" + id: "1", title: "Business Communication", description: "Crafting compelling narratives, presenting ideas clearly, and communicating strategically with diverse stakeholders to drive understanding and influence.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Communication skill" }, { - id: "2", title: "Leadership", description: "Building teams, inspiring action, and leading by example. Understanding dynamics, fostering collaboration, and driving results through people.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=2", imageAlt: "Leadership skill" + id: "2", title: "Leadership", description: "Building teams, inspiring action, and leading by example. Understanding dynamics, fostering collaboration, and driving results through people.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Leadership skill" }, { - id: "3", title: "Strategic Thinking", description: "Analyzing market trends, identifying opportunities, and developing forward-thinking strategies that create competitive advantage and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=3", imageAlt: "Strategic thinking" + id: "3", title: "Strategic Thinking", description: "Analyzing market trends, identifying opportunities, and developing forward-thinking strategies that create competitive advantage and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Strategic thinking" }, { - id: "4", title: "Team Collaboration", description: "Working effectively across teams, building strong relationships, and leveraging diverse perspectives to solve complex business challenges.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=4", imageAlt: "Team collaboration" + id: "4", title: "Team Collaboration", description: "Working effectively across teams, building strong relationships, and leveraging diverse perspectives to solve complex business challenges.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Team collaboration" }, { - id: "5", title: "Problem Solving", description: "Breaking down complex challenges, identifying root causes, and developing innovative solutions through analytical thinking and creative approaches.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=5", imageAlt: "Problem solving" + id: "5", title: "Problem Solving", description: "Breaking down complex challenges, identifying root causes, and developing innovative solutions through analytical thinking and creative approaches.", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Problem solving" } ]} gridVariant="two-columns-alternating-heights" @@ -114,8 +114,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-opacity-80" + cardTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-opacity-80" /> @@ -137,8 +137,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-opacity-80" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-opacity-80" /> @@ -151,13 +151,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Market Entry Strategy", price: "Consulting Project", variant: "Developed market entry strategy for fintech startup", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=6", imageAlt: "Market entry strategy project" + id: "1", name: "Market Entry Strategy", price: "Consulting Project", variant: "Developed market entry strategy for fintech startup", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Market entry strategy project" }, { - id: "2", name: "Business Plan Analysis", price: "Academic Project", variant: "Comprehensive business model canvas for tech startup", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=7", imageAlt: "Business plan project" + id: "2", name: "Business Plan Analysis", price: "Academic Project", variant: "Comprehensive business model canvas for tech startup", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Business plan project" }, { - id: "3", name: "Leadership Case Study", price: "Research Paper", variant: "Analysis of leadership effectiveness in crisis management", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg?_wi=8", imageAlt: "Leadership case study" + id: "3", name: "Leadership Case Study", price: "Research Paper", variant: "Analysis of leadership effectiveness in crisis management", imageSrc: "http://img.b2bpic.net/free-photo/people-create-new-project_1157-45634.jpg", imageAlt: "Leadership case study" } ]} gridVariant="uniform-all-items-equal" @@ -165,8 +165,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-opacity-80" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-opacity-80" /> @@ -180,27 +180,27 @@ export default function LandingPage() { blogs={[ { id: "1", category: ["Business Strategy", "Leadership"], - title: "The Art of Strategic Thinking in Modern Business", excerpt: "Exploring how strategic thinking frameworks help entrepreneurs and leaders navigate complex market dynamics and create sustainable competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg?_wi=1", imageAlt: "Strategic thinking article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "15 Jan 2025" + title: "The Art of Strategic Thinking in Modern Business", excerpt: "Exploring how strategic thinking frameworks help entrepreneurs and leaders navigate complex market dynamics and create sustainable competitive advantages.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg", imageAlt: "Strategic thinking article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "15 Jan 2025" }, { id: "2", category: ["Communication", "Personal Growth"], - title: "Mastering Business Communication: From Idea to Impact", excerpt: "How clear communication can transform ideas into action, influence decisions, and build stronger teams. Practical insights from real-world business scenarios.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg?_wi=2", imageAlt: "Communication skills article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "08 Jan 2025" + title: "Mastering Business Communication: From Idea to Impact", excerpt: "How clear communication can transform ideas into action, influence decisions, and build stronger teams. Practical insights from real-world business scenarios.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg", imageAlt: "Communication skills article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "08 Jan 2025" }, { id: "3", category: ["Entrepreneurship", "Mindset"], - title: "Entrepreneurial Mindset: Building Resilience and Vision", excerpt: "Understanding the mindset of successful entrepreneurs, how to develop resilience, embrace failure as learning, and maintain vision during uncertainty.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg?_wi=3", imageAlt: "Entrepreneurship mindset article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "02 Jan 2025" + title: "Entrepreneurial Mindset: Building Resilience and Vision", excerpt: "Understanding the mindset of successful entrepreneurs, how to develop resilience, embrace failure as learning, and maintain vision during uncertainty.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg", imageAlt: "Entrepreneurship mindset article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "02 Jan 2025" }, { id: "4", category: ["Philosophy", "Business"], - title: "Business and Philosophy: What Ancient Wisdom Teaches Modern Leaders", excerpt: "Exploring timeless philosophical principles that inform modern business ethics, decision-making, and leadership philosophy in the 21st century.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg?_wi=4", imageAlt: "Philosophy and business article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "25 Dec 2024" + title: "Business and Philosophy: What Ancient Wisdom Teaches Modern Leaders", excerpt: "Exploring timeless philosophical principles that inform modern business ethics, decision-making, and leadership philosophy in the 21st century.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379268.jpg", imageAlt: "Philosophy and business article", authorName: "Alex", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", date: "25 Dec 2024" } ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-base md:text-lg text-opacity-80" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-opacity-80" carouselMode="buttons" />