From cccd4dfa8a24fd4cbae1ec61ef62f088204b546b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:09:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 229 +++++++++-------------------------------------- 1 file changed, 42 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41b5733..c93e2dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,91 +32,42 @@ export default function LandingPage() {
@@ -136,21 +87,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - negativeCard={{ - items: [ - "Mobile App Design (No-Code)", - "Business Strategy", - "Digital Marketing Consultation", - ], - }} - positiveCard={{ - items: [ - "Graphic Design & Logos", - "Brand Identity Systems", - "Social Media Content", - "Banners & Posters", - ], - }} + negativeCard={{ items: ["Mobile App Design (No-Code)", "Business Strategy", "Digital Marketing Consultation"] }} + positiveCard={{ items: ["Graphic Design & Logos", "Brand Identity Systems", "Social Media Content", "Banners & Posters"] }} title="Crafting Your Story" description="I combine diverse skills to ensure your message connects with your audience effectively." /> @@ -160,44 +98,15 @@ export default function LandingPage() { @@ -257,21 +143,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "What tools do you use?", - content: "I use a range of professional design tools and no-code platforms like Adalo for app development.", - }, - { - id: "f2", - title: "Do you work with international clients?", - content: "Yes, I work with clients both within Nigeria and internationally.", - }, - { - id: "f3", - title: "How long does a design project take?", - content: "Timelines vary depending on project scope, but I prioritize clear communication to ensure deadlines are met.", - }, + { id: "f1", title: "What tools do you use?", content: "I use a range of professional design tools and no-code platforms like Adalo for app development." }, + { id: "f2", title: "Do you work with international clients?", content: "Yes, I work with clients both within Nigeria and internationally." }, + { id: "f3", title: "How long does a design project take?", content: "Timelines vary depending on project scope, but I prioritize clear communication to ensure deadlines are met." }, ]} title="Common Questions" description="Get to know more about my design process and services." @@ -282,9 +156,7 @@ export default function LandingPage() {