diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c7b9e7..64b26f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -196,24 +100,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Developmental Editing", - description: "Big-picture structural review and feedback on pacing, character development, and narrative arc.", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-books-arrangement_23-2149765843.jpg", - imageAlt: "Editing icon", - }, - { - title: "Copyediting", - description: "Fine-tuning flow, clarity, style consistency, and grammar to ensure your voice shines through.", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-stack-books-blurred-background_169016-25850.jpg", - imageAlt: "Editing icon", - }, - { - title: "Proofreading", - description: "The final check for typos, punctuation, and layout consistency before you publish.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bookmark-coffee-cup-assortment_23-2149894323.jpg", - imageAlt: "Editing icon", - }, + { title: "Developmental Editing", description: "Big-picture structural review and feedback on pacing, character development, and narrative arc.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-books-arrangement_23-2149765843.jpg", imageAlt: "Editing icon" }, + { title: "Copyediting", description: "Fine-tuning flow, clarity, style consistency, and grammar to ensure your voice shines through.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-stack-books-blurred-background_169016-25850.jpg", imageAlt: "Editing icon" }, + { title: "Proofreading", description: "The final check for typos, punctuation, and layout consistency before you publish.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bookmark-coffee-cup-assortment_23-2149894323.jpg", imageAlt: "Editing icon" } ]} title="My Editing Services" description="Customized editing packages to suit your specific project needs." @@ -222,64 +111,17 @@ export default function LandingPage() {
@@ -409,31 +193,17 @@ export default function LandingPage() { logoText="EditPro" columns={[ { - title: "Services", - items: [ - { - label: "Developmental Editing", - href: "#features", - }, - { - label: "Copyediting", - href: "#features", - }, - ], + title: "Services", items: [ + { label: "Developmental Editing", href: "#features" }, + { label: "Copyediting", href: "#features" } + ] }, { - title: "Resources", - items: [ - { - label: "FAQs", - href: "#faq", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + title: "Resources", items: [ + { label: "FAQs", href: "#faq" }, + { label: "Contact", href: "#contact" } + ] + } ]} copyrightText="© 2025 | EditPro | All rights reserved" />