diff --git a/src/app/page.tsx b/src/app/page.tsx index cd1c635..cb935cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,90 +31,56 @@ export default function LandingPage() {
@@ -124,18 +90,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Modernizing the ", - }, + type: "text", content: "Modernizing the "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg", - alt: "Procurement Tech", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg", alt: "Procurement Tech"}, { - type: "text", - content: " Niche Marketplace", - }, + type: "text", content: " Niche Marketplace"}, ]} /> @@ -148,29 +107,19 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Rapid RFQ Bidding", - description: "Automated bid cycles that reduce procurement lead times by up to 60%.", - }, + title: "Rapid RFQ Bidding", description: "Automated bid cycles that reduce procurement lead times by up to 60%."}, { icon: ShieldCheck, - title: "Verified Vendors", - description: "Rigorous vetting processes ensuring high-quality niche component supply.", - }, + title: "Verified Vendors", description: "Rigorous vetting processes ensuring high-quality niche component supply."}, { icon: BarChart2, - title: "Advanced Analytics", - description: "Gain actionable insights into your procurement spend and supplier performance.", - }, + title: "Advanced Analytics", description: "Gain actionable insights into your procurement spend and supplier performance."}, { icon: Globe, - title: "Global Sourcing", - description: "Access a worldwide network of specialized industrial manufacturers.", - }, + title: "Global Sourcing", description: "Access a worldwide network of specialized industrial manufacturers."}, { icon: Clock, - title: "24/7 Monitoring", - description: "Continuous oversight of your active bids and logistics workflows.", - }, + title: "24/7 Monitoring", description: "Continuous oversight of your active bids and logistics workflows."}, ]} title="Built for Precision & Scale" description="Sophisticated tools designed to automate complex supply chains." @@ -179,52 +128,23 @@ export default function LandingPage() {
@@ -311,19 +197,13 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, { icon: Github, - href: "#", - ariaLabel: "GitHub", - }, + href: "#", ariaLabel: "GitHub"}, ]} />