diff --git a/src/app/page.tsx b/src/app/page.tsx
index 37ee355..b027a9f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,54 +33,35 @@ export default function LandingPage() {
@@ -219,25 +144,15 @@ export default function LandingPage() {
author="Sarah M., CFO at Global Holdings"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-girl-trendy-summer-light-pink-dress-sexy-carefree-woman-posing-positive-model-having-fun-showing-her-tongue_158538-5126.jpg",
- alt: "Sarah M.",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-girl-trendy-summer-light-pink-dress-sexy-carefree-woman-posing-positive-model-having-fun-showing-her-tongue_158538-5126.jpg", alt: "Sarah M."},
{
- src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
- alt: "David K.",
- },
+ src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "David K."},
{
- src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29527.jpg",
- alt: "Emily R.",
- },
+ src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29527.jpg", alt: "Emily R."},
{
- src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
- alt: "Michael T.",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Michael T."},
{
- src: "http://img.b2bpic.net/free-photo/confident-senior-businessman-with-digital-tablet_1262-2373.jpg",
- alt: "Aisha P.",
- },
+ src: "http://img.b2bpic.net/free-photo/confident-senior-businessman-with-digital-tablet_1262-2373.jpg", alt: "Aisha P."},
]}
ratingAnimation="entrance-slide"
avatarsAnimation="entrance-slide"
@@ -250,25 +165,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "What types of businesses do you serve?",
- content: "We serve a diverse range of clients from SMEs to mid-market corporations, locally in Nairobi and internationally across East Africa and Switzerland.",
- },
+ id: "faq-1", title: "What types of businesses do you serve?", content: "We serve a diverse range of clients from SMEs to mid-market corporations, locally in Nairobi and internationally across East Africa and Switzerland."},
{
- id: "faq-2",
- title: "How do you handle cross-border tax compliance?",
- content: "Our team specializes in international tax laws, providing coordinated compliance strategies to ensure seamless operations across multiple jurisdictions, including Tanzania and Switzerland.",
- },
+ id: "faq-2", title: "How do you handle cross-border tax compliance?", content: "Our team specializes in international tax laws, providing coordinated compliance strategies to ensure seamless operations across multiple jurisdictions, including Tanzania and Switzerland."},
{
- id: "faq-3",
- title: "What makes your service personalized?",
- content: "We prioritize direct access to senior expertise, avoiding call centers. Our approach involves building long-term relationships and tailoring solutions to your specific financial context.",
- },
+ id: "faq-3", title: "What makes your service personalized?", content: "We prioritize direct access to senior expertise, avoiding call centers. Our approach involves building long-term relationships and tailoring solutions to your specific financial context."},
{
- id: "faq-4",
- title: "How can I book a consultation?",
- content: "You can easily book a consultation through our website by clicking the 'Book a Consultation' button, or contact us directly via phone or email for a prompt response.",
- },
+ id: "faq-4", title: "How can I book a consultation?", content: "You can easily book a consultation through our website by clicking the \"Book a Consultation\" button, or contact us directly via phone or email for a prompt response."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common inquiries about our services, processes, and international expertise."
@@ -280,14 +183,11 @@ export default function LandingPage() {
@@ -299,58 +199,35 @@ export default function LandingPage() {
logoText="Mohammedi Associates"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Tax Advisory",
- href: "#services",
- },
+ label: "Tax Advisory", href: "#services"},
{
- label: "Accounting",
- href: "#services",
- },
+ label: "Accounting", href: "#services"},
{
- label: "Cross-Border",
- href: "#services",
- },
+ label: "Cross-Border", href: "#services"},
{
- label: "Financial Planning",
- href: "#services",
- },
+ label: "Financial Planning", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "FAQs",
- href: "#faq",
- },
+ label: "FAQs", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}