diff --git a/src/app/page.tsx b/src/app/page.tsx index 73064e9..4d11f1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -46,12 +46,12 @@ export default function LandingPage() { @@ -92,19 +92,19 @@ export default function LandingPage() { description="A structured suite of services designed to meet the distinct needs of businesses across various sectors. Each service is built on proven methodology and deep industry expertise." features={[ { - title: "Business Strategy Consulting", description: "Helping organisations define strategic direction and growth opportunities through comprehensive analysis and strategic roadmap development.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-collaborating-close-up_23-2148336894.jpg?_wi=1", imageAlt: "Strategic business consulting and planning", buttonIcon: ArrowRight, + title: "Business Strategy Consulting", description: "Helping organisations define strategic direction and growth opportunities through comprehensive analysis and strategic roadmap development.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-collaborating-close-up_23-2148336894.jpg", imageAlt: "Strategic business consulting and planning", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Operational Improvement", description: "Optimising systems, workflows, and internal structures for efficiency. We streamline operations to reduce costs and enhance performance.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg?_wi=1", imageAlt: "Operational efficiency and workflow optimization", buttonIcon: ArrowRight, + title: "Operational Improvement", description: "Optimising systems, workflows, and internal structures for efficiency. We streamline operations to reduce costs and enhance performance.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg", imageAlt: "Operational efficiency and workflow optimization", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Investment & Business Development", description: "Supporting businesses with capital strategy and expansion. We guide organisations through growth phases and investment opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-with-economic-report_1098-2544.jpg?_wi=1", imageAlt: "Investment strategy and business development", buttonIcon: ArrowRight, + title: "Investment & Business Development", description: "Supporting businesses with capital strategy and expansion. We guide organisations through growth phases and investment opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-with-economic-report_1098-2544.jpg", imageAlt: "Investment strategy and business development", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Market Expansion", description: "Helping companies scale into new markets with confidence. We provide market research, entry strategies, and implementation support.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-alone-by-table_53876-25166.jpg?_wi=1", imageAlt: "Market expansion and growth strategy", buttonIcon: ArrowRight, + title: "Market Expansion", description: "Helping companies scale into new markets with confidence. We provide market research, entry strategies, and implementation support.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-alone-by-table_53876-25166.jpg", imageAlt: "Market expansion and growth strategy", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} @@ -120,7 +120,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "AMH", name: "Retail", price: "Strategic Growth", rating: 5, - reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-job-strategy-teamwork-marketing-office-leadership_179666-18245.jpg?_wi=2", imageAlt: "Retail sector expertise" + reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-job-strategy-teamwork-marketing-office-leadership_179666-18245.jpg", imageAlt: "Retail sector expertise" }, { id: "2", brand: "AMH", name: "E-commerce", price: "Digital Excellence", rating: 5, @@ -128,19 +128,19 @@ export default function LandingPage() { }, { id: "3", brand: "AMH", name: "Healthcare", price: "Operational Focus", rating: 5, - reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/business-people-collaborating-close-up_23-2148336894.jpg?_wi=2", imageAlt: "Healthcare sector expertise" + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/business-people-collaborating-close-up_23-2148336894.jpg", imageAlt: "Healthcare sector expertise" }, { id: "4", brand: "AMH", name: "Software Development", price: "Technical Excellence", rating: 5, - reviewCount: "14+", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg?_wi=2", imageAlt: "Software development sector expertise" + reviewCount: "14+", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595844.jpg", imageAlt: "Software development sector expertise" }, { id: "5", brand: "AMH", name: "Public Sector", price: "Strategic Services", rating: 5, - reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-with-economic-report_1098-2544.jpg?_wi=2", imageAlt: "Public sector expertise" + reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-with-economic-report_1098-2544.jpg", imageAlt: "Public sector expertise" }, { id: "6", brand: "AMH", name: "Hospitality", price: "Operational Excellence", rating: 5, - reviewCount: "11+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-alone-by-table_53876-25166.jpg?_wi=2", imageAlt: "Hospitality sector expertise" + reviewCount: "11+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-alone-by-table_53876-25166.jpg", imageAlt: "Hospitality sector expertise" } ]} gridVariant="three-columns-all-equal-width"