diff --git a/src/app/page.tsx b/src/app/page.tsx index ea0fb2e..16d4193 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -53,18 +53,18 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg?_wi=1", imageAlt: "Business strategy planning session" + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg", imageAlt: "Business strategy planning session" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-workmates-talking-about-bar-chart_1098-338.jpg?_wi=1", imageAlt: "Financial analytics and data visualization" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-workmates-talking-about-bar-chart_1098-338.jpg", imageAlt: "Financial analytics and data visualization" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg?_wi=1", imageAlt: "Successful business agreement" + imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg", imageAlt: "Successful business agreement" }, { - imageSrc: "http://img.b2bpic.net/free-photo/excited-general-manager-smiles-workstation-celebrating-recent-business-win_482257-116635.jpg?_wi=1", imageAlt: "Team celebrating business success" + imageSrc: "http://img.b2bpic.net/free-photo/excited-general-manager-smiles-workstation-celebrating-recent-business-win_482257-116635.jpg", imageAlt: "Team celebrating business success" } ]} avatarText="Trusted by 500+ businesses" @@ -113,19 +113,19 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Strategy", title: "Business Strategy Consulting", subtitle: "Strategic planning for sustainable growth", description: "We develop comprehensive business strategies that align with your vision and market realities, creating a roadmap for sustainable, profitable growth.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg?_wi=2", imageAlt: "Business strategy consulting" + tag: "Strategy", title: "Business Strategy Consulting", subtitle: "Strategic planning for sustainable growth", description: "We develop comprehensive business strategies that align with your vision and market realities, creating a roadmap for sustainable, profitable growth.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg", imageAlt: "Business strategy consulting" }, { id: 2, - tag: "Scaling", title: "Growth & Scaling Solutions", subtitle: "Expand efficiently and profitably", description: "Our proven methodologies help you scale operations without sacrificing quality, entering new markets strategically, and building scalable systems.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-workmates-talking-about-bar-chart_1098-338.jpg?_wi=2", imageAlt: "Growth and scaling solutions" + tag: "Scaling", title: "Growth & Scaling Solutions", subtitle: "Expand efficiently and profitably", description: "Our proven methodologies help you scale operations without sacrificing quality, entering new markets strategically, and building scalable systems.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-workmates-talking-about-bar-chart_1098-338.jpg", imageAlt: "Growth and scaling solutions" }, { id: 3, - tag: "Operations", title: "Operational Efficiency", subtitle: "Streamline processes, reduce costs", description: "We identify bottlenecks and inefficiencies, implementing streamlined processes that reduce costs, improve productivity, and enhance profitability.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg?_wi=2", imageAlt: "Operational efficiency improvement" + tag: "Operations", title: "Operational Efficiency", subtitle: "Streamline processes, reduce costs", description: "We identify bottlenecks and inefficiencies, implementing streamlined processes that reduce costs, improve productivity, and enhance profitability.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg", imageAlt: "Operational efficiency improvement" }, { id: 4, - tag: "Financial", title: "Financial & Process Consulting", subtitle: "Optimize financial performance", description: "Expert guidance on financial planning, cash flow management, and process optimization to maximize profitability and operational excellence.", imageSrc: "http://img.b2bpic.net/free-photo/excited-general-manager-smiles-workstation-celebrating-recent-business-win_482257-116635.jpg?_wi=2", imageAlt: "Financial consulting services" + tag: "Financial", title: "Financial & Process Consulting", subtitle: "Optimize financial performance", description: "Expert guidance on financial planning, cash flow management, and process optimization to maximize profitability and operational excellence.", imageSrc: "http://img.b2bpic.net/free-photo/excited-general-manager-smiles-workstation-celebrating-recent-business-win_482257-116635.jpg", imageAlt: "Financial consulting services" }, { id: 5, @@ -217,16 +217,16 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Increased Revenue", price: "Average +35%", imageSrc: "http://img.b2bpic.net/free-photo/top-view-workmates-talking-about-bar-chart_1098-338.jpg?_wi=3", imageAlt: "Revenue growth metrics" + id: "1", name: "Increased Revenue", price: "Average +35%", imageSrc: "http://img.b2bpic.net/free-photo/top-view-workmates-talking-about-bar-chart_1098-338.jpg", imageAlt: "Revenue growth metrics" }, { - id: "2", name: "Improved Efficiency", price: "Average +45%", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg?_wi=3", imageAlt: "Operational efficiency gains" + id: "2", name: "Improved Efficiency", price: "Average +45%", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg", imageAlt: "Operational efficiency gains" }, { - id: "3", name: "Clear Direction", price: "Strategy Aligned", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg?_wi=3", imageAlt: "Strategic planning clarity" + id: "3", name: "Clear Direction", price: "Strategy Aligned", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg", imageAlt: "Strategic planning clarity" }, { - id: "4", name: "Confident Growth", price: "Sustainable", imageSrc: "http://img.b2bpic.net/free-photo/excited-general-manager-smiles-workstation-celebrating-recent-business-win_482257-116635.jpg?_wi=3", imageAlt: "Business growth and success" + id: "4", name: "Confident Growth", price: "Sustainable", imageSrc: "http://img.b2bpic.net/free-photo/excited-general-manager-smiles-workstation-celebrating-recent-business-win_482257-116635.jpg", imageAlt: "Business growth and success" } ]} />