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() {