diff --git a/src/app/page.tsx b/src/app/page.tsx index eb420dc..e2e52c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,15 +46,12 @@ export default function LandingPage() {
@@ -211,20 +144,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How do you work?", - content: "I follow a collaborative and iterative design process.", - }, + id: "q1", title: "How do you work?", content: "I follow a collaborative and iterative design process."}, { - id: "q2", - title: "Timeline expectation?", - content: "Depending on project complexity, timelines vary.", - }, + id: "q2", title: "Timeline expectation?", content: "Depending on project complexity, timelines vary."}, { - id: "q3", - title: "Ongoing support?", - content: "Yes, I offer maintenance packages for all projects.", - }, + id: "q3", title: "Ongoing support?", content: "Yes, I offer maintenance packages for all projects."}, ]} title="Common Questions" description="Here's what you need to know about working with me." @@ -239,16 +163,13 @@ export default function LandingPage() { @@ -258,25 +179,17 @@ export default function LandingPage() { logoText="Chowai Staifi" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -285,4 +198,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file