diff --git a/src/app/page.tsx b/src/app/page.tsx index 22536fb..617ee38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,102 +46,57 @@ export default function LandingPage() { @@ -159,18 +106,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Built for ", - }, + type: "text", content: "Built for "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116603.jpg", - alt: "Strategy", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116603.jpg", alt: "Strategy"}, { - type: "text", - content: " Strategic Growth & Digital Transformation", - }, + type: "text", content: " Strategic Growth & Digital Transformation"}, ]} /> @@ -183,47 +123,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "All-in-One Business Hub", - price: "$97", - variant: "Notion Dashboard", - imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg?_wi=1", - }, + id: "p1", name: "All-in-One Business Hub", price: "$97", variant: "Notion Dashboard", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg"}, { - id: "p2", - name: "Content Calendar System", - price: "$47", - variant: "Spreadsheet/Tool", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg?_wi=1", - }, + id: "p2", name: "Content Calendar System", price: "$47", variant: "Spreadsheet/Tool", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg"}, { - id: "p3", - name: "Automation Starter Kit", - price: "$147", - variant: "Workflow Tool", - imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg?_wi=2", - }, + id: "p3", name: "Automation Starter Kit", price: "$147", variant: "Workflow Tool", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg"}, { - id: "p4", - name: "Marketing Strategy Pack", - price: "$197", - variant: "Documents", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg?_wi=2", - }, + id: "p4", name: "Marketing Strategy Pack", price: "$197", variant: "Documents", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg"}, { - id: "p5", - name: "Client Onboarding OS", - price: "$77", - variant: "Notion", - imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg?_wi=3", - }, + id: "p5", name: "Client Onboarding OS", price: "$77", variant: "Notion", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148609717.jpg"}, { - id: "p6", - name: "Email Funnel Templates", - price: "$127", - variant: "Digital Product", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg?_wi=3", - }, + id: "p6", name: "Email Funnel Templates", price: "$127", variant: "Digital Product", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168648.jpg"}, ]} title="Our Business Templates & Tools" description="Streamline your operations with our professionally designed digital tools." @@ -237,21 +147,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Constant overwhelm", - "Lack of clear processes", - "Manual repetitive tasks", - "Inconsistent content", - "Burnout from scaling", - ], + "Constant overwhelm", "Lack of clear processes", "Manual repetitive tasks", "Inconsistent content", "Burnout from scaling"], }} positiveCard={{ items: [ - "Scalable operations", - "Automated workflows", - "Clear strategic direction", - "Consistent output", - "Revenue growth", - ], + "Scalable operations", "Automated workflows", "Clear strategic direction", "Consistent output", "Revenue growth"], }} title="Why Monievate OS Works" description="We replace chaos with clarity through proven systems." @@ -260,50 +160,26 @@ export default function LandingPage() {