diff --git a/src/app/page.tsx b/src/app/page.tsx index f1acd06..6dfb51e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCentered from '@/components/sections/hero/HeroCentered'; @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,63 +50,40 @@ export default function LandingPage() {
@@ -127,18 +94,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Commitment to ", - }, + type: "text", content: "Our Commitment to "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/businesspeople-working-laptop-office_1098-1672.jpg", - alt: "About AONA", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/businesspeople-working-laptop-office_1098-1672.jpg", alt: "About AONA"}, { - type: "text", - content: " Global Tech Excellence.", - }, + type: "text", content: " Global Tech Excellence."}, ]} />
@@ -150,20 +110,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Software Development", - description: "High-quality, scalable custom software development.", - imageSrc: "http://img.b2bpic.net/free-photo/manager-server-hub-using-tablet-find-firewall-misconfigurations_482257-94520.jpg", - }, + title: "Software Development", description: "High-quality, scalable custom software development.", imageSrc: "http://img.b2bpic.net/free-photo/manager-server-hub-using-tablet-find-firewall-misconfigurations_482257-94520.jpg"}, { - title: "Cloud Solutions", - description: "Secure and robust cloud architecture for modern growth.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-computer-monitor-login-screen_107791-16390.jpg", - }, + title: "Cloud Solutions", description: "Secure and robust cloud architecture for modern growth.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-computer-monitor-login-screen_107791-16390.jpg"}, { - title: "Global Integration", - description: "Seamless connectivity for your international business needs.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139372.jpg", - }, + title: "Global Integration", description: "Seamless connectivity for your international business needs.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139372.jpg"}, ]} title="Core Expertise" description="Powerful capabilities to transform your digital strategy." @@ -178,41 +129,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Enterprise Core", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-designing-layout_53876-94872.jpg", - }, + id: "p1", name: "Enterprise Core", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/businessman-designing-layout_53876-94872.jpg"}, { - id: "p2", - name: "Cloud Analytics", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-diagram-glasses-mobile-office-supplies_1163-2754.jpg", - }, + id: "p2", name: "Cloud Analytics", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-with-diagram-glasses-mobile-office-supplies_1163-2754.jpg"}, { - id: "p3", - name: "Automation Suite", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg", - }, + id: "p3", name: "Automation Suite", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg"}, { - id: "p4", - name: "AI Innovation Hub", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/smart-car-navigator-interface-windshield-hologram_53876-103040.jpg", - }, + id: "p4", name: "AI Innovation Hub", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/smart-car-navigator-interface-windshield-hologram_53876-103040.jpg"}, { - id: "p5", - name: "Infrastructure Manager", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/row-identical-laptops-monochrome-light-corporate-teams-digital-device-fleet_169016-70819.jpg", - }, + id: "p5", name: "Infrastructure Manager", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/row-identical-laptops-monochrome-light-corporate-teams-digital-device-fleet_169016-70819.jpg"}, { - id: "p6", - name: "Team Hub", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-using-tablet_23-2148212358.jpg", - }, + id: "p6", name: "Team Hub", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-using-tablet_23-2148212358.jpg"}, ]} title="Our Solutions" description="Explore our comprehensive suite of professional digital products." @@ -227,25 +154,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "99.9%", - title: "Uptime", - description: "Reliable system availability.", - icon: Shield, + id: "m1", value: "99.9%", title: "Uptime", description: "Reliable system availability.", icon: Shield, }, { - id: "m2", - value: "500+", - title: "Projects", - description: "Successfully completed globally.", - icon: Award, + id: "m2", value: "500+", title: "Projects", description: "Successfully completed globally.", icon: Award, }, { - id: "m3", - value: "15+", - title: "Countries", - description: "Where we operate seamlessly.", - icon: Globe, + id: "m3", value: "15+", title: "Countries", description: "Where we operate seamlessly.", icon: Globe, }, ]} title="Impact at Scale" @@ -260,59 +175,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Johnson", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", - }, + id: "t1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"}, { - id: "t2", - name: "Michael Chen", - role: "CTO", - company: "InnovateLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg", - }, + id: "t2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg"}, { - id: "t3", - name: "Emily Rodriguez", - role: "Marketing Director", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21403.jpg", - }, + id: "t3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21403.jpg"}, { - id: "t4", - name: "David Kim", - role: "Product Manager", - company: "StartupXYZ", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg", - }, + id: "t4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg"}, { - id: "t5", - name: "Laura Smith", - role: "Head of Engineering", - company: "GlobalFlow", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-laptop-standing-cafe_231208-12061.jpg", - }, + id: "t5", name: "Laura Smith", role: "Head of Engineering", company: "GlobalFlow", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-laptop-standing-cafe_231208-12061.jpg"}, ]} kpiItems={[ { - value: "98%", - label: "Retention", - }, + value: "98%", label: "Retention"}, { - value: "5x", - label: "Efficiency", - }, + value: "5x", label: "Efficiency"}, { - value: "100%", - label: "Growth", - }, + value: "100%", label: "Growth"}, ]} title="Client Success" description="What our global partners say about our collaboration." @@ -324,31 +208,22 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Google", - "Microsoft", - "Amazon", - "Salesforce", - "Oracle", - "SAP", - "IBM", - ]} + "Google", "Microsoft", "Amazon", "Salesforce", "Oracle", "SAP", "IBM"]} title="Trusted Globally" description="Partnering with industry leaders to shape the future." />
-
@@ -357,50 +232,31 @@ export default function LandingPage() { ); -} +} \ No newline at end of file