diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ae8eec..c4801bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Shield, Rocket, BarChart3, Code2 } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,22 +32,10 @@ export default function LandingPage() { @@ -206,23 +87,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" - useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "150+", - description: "Successful Projects", - }, - { - id: "m2", - value: "99.9%", - description: "Uptime Guaranteed", - }, - { - id: "m3", - value: "40%", - description: "Operational Efficiency Gain", - }, + { id: "m1", value: "150+", description: "Successful Projects" }, + { id: "m2", value: "99.9%", description: "Uptime Guaranteed" }, + { id: "m3", value: "40%", description: "Operational Efficiency Gain" }, ]} title="Impact by the Numbers" description="Delivering measurable success for clients across the globe." @@ -236,46 +104,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah Jenkins", - role: "CEO", - company: "GlobalTrade", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", - }, - { - id: "2", - name: "Michael Thorne", - role: "CTO", - company: "Innovate Labs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", - }, - { - id: "3", - name: "Emily Chen", - role: "Marketing Director", - company: "Techify", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-6746.jpg", - }, - { - id: "4", - name: "David Miller", - role: "VP Operations", - company: "ScaleUp Inc", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", - }, - { - id: "5", - name: "Jessica Wright", - role: "Product Manager", - company: "LogicFlow", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-reviewing-financial-data-isolated-mockup-working-report-writing_482257-136137.jpg", - }, + { id: "1", name: "Sarah Jenkins", role: "CEO", company: "GlobalTrade", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg" }, + { id: "2", name: "Michael Thorne", role: "CTO", company: "Innovate Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg" }, + { id: "3", name: "Emily Chen", role: "Marketing Director", company: "Techify", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-6746.jpg" }, + { id: "4", name: "David Miller", role: "VP Operations", company: "ScaleUp Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg" }, + { id: "5", name: "Jessica Wright", role: "Product Manager", company: "LogicFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-reviewing-financial-data-isolated-mockup-working-report-writing_482257-136137.jpg" }, ]} title="Trusted by Leaders" description="Hear from our partners about the impact we've made." @@ -285,16 +118,7 @@ export default function LandingPage() {
@@ -305,25 +129,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How do you start a consulting project?", - content: "We begin with a discovery session to align on your objectives and identify key technical challenges.", - }, - { - id: "f2", - title: "Do you provide long-term support?", - content: "Yes, we offer managed service agreements to ensure your systems remain secure and efficient post-launch.", - }, - { - id: "f3", - title: "Which industries do you serve?", - content: "We support businesses in healthcare, finance, retail, and manufacturing with tailored technology solutions.", - }, + { id: "f1", title: "How do you start a consulting project?", content: "We begin with a discovery session." }, + { id: "f2", title: "Do you provide long-term support?", content: "Yes, we offer managed service agreements." }, + { id: "f3", title: "Which industries do you serve?", content: "We support businesses in healthcare, finance, retail." }, ]} imageSrc="http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" title="Frequently Asked Questions" - description="Have questions? We're here to help clarify how our services work." + description="Have questions? We're here to help." faqsAnimation="slide-up" mediaAnimation="slide-up" /> @@ -333,40 +145,12 @@ export default function LandingPage() {
@@ -375,31 +159,13 @@ export default function LandingPage() { @@ -407,47 +173,11 @@ export default function LandingPage() {