diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f9b41c..db6e24e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -142,32 +81,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Data Analytics", - descriptions: [ - "Real-time data insights.", - "Automated reporting features.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg?_wi=1", - }, + id: "f1", title: "Data Analytics", descriptions: ["Real-time data insights.", "Automated reporting features."], + imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg"}, { - id: "f2", - title: "Cloud Security", - descriptions: [ - "End-to-end encryption.", - "Automated threat detection.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg?_wi=1", - }, + id: "f2", title: "Cloud Security", descriptions: ["End-to-end encryption.", "Automated threat detection."], + imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg"}, { - id: "f3", - title: "Mobile Solutions", - descriptions: [ - "Cross-platform accessibility.", - "Seamless mobile integration.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461319.jpg?_wi=1", - }, + id: "f3", title: "Mobile Solutions", descriptions: ["Cross-platform accessibility.", "Seamless mobile integration."], + imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461319.jpg"}, ]} title="Smart Features for Growth" description="We offer advanced features to help you navigate modern digital challenges." @@ -178,25 +99,11 @@ export default function LandingPage() { @@ -330,32 +160,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/gradient-dark-blue-futuristic-digital-background_53876-160646.jpg" logoText="Innovate" columns={[ - { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - ], - }, + { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }, + { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }, ]} />