From 1c31eb23451e3a792e70ddc4fd1f7492fab082a4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 11:57:15 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 480aa95..68fd2a7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import { Facebook } from "lucide-react"; export default function AboutPage() { return ( @@ -47,6 +46,7 @@ export default function AboutPage() {
Date: Mon, 13 Apr 2026 11:57:15 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 65be680..b181734 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,6 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { Facebook } from "lucide-react"; export default function ContactPage() { return ( @@ -53,6 +52,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} title="Contact Frequently Asked" + description="Questions answered here." faqs={[ { id: "c1", title: "Response time?", content: "We respond to all inquiries within 24 hours." }, { id: "c2", title: "Office visits?", content: "Visits by appointment only." }, -- 2.49.1 From 4b819fa376ed89b421cbf854c7fc0ad59128d5bc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 11:57:16 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7327c2d..868da64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -68,8 +67,8 @@ export default function LandingPage() { title="Client Success Stories" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Ranil Perera", role: "CEO", company: "TechStartup", rating: 5, testimonial: "Streamlined our payroll effectively." }, - { id: "2", name: "Anjali Silva", role: "Founder", company: "RetailCo", rating: 5, testimonial: "Excellent tax services." }, + { id: "1", name: "Ranil Perera", role: "CEO", company: "TechStartup", rating: 5, quote: "Streamlined our payroll effectively." }, + { id: "2", name: "Anjali Silva", role: "Founder", company: "RetailCo", rating: 5, quote: "Excellent tax services." }, ]} />
@@ -79,6 +78,7 @@ export default function LandingPage() { faqsAnimation="slide-up" textboxLayout="default" title="Frequently Asked Questions" + description="Answers to your common queries." faqs={[ { id: "f1", title: "Areas Served?", content: "Baddegama and Southern Sri Lanka." }, { id: "f2", title: "Remote Services?", content: "Yes, we are digital-first." }, @@ -90,6 +90,7 @@ export default function LandingPage() {
Date: Mon, 13 Apr 2026 11:57:16 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 01b9772..d5c546b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,7 +6,6 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { Facebook } from "lucide-react"; export default function ServicesPage() { return ( @@ -41,6 +40,7 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} title="Our Services" + description="Top tier professional financial support." features={[ { title: "Bookkeeping", description: "Accurate and timely recording." }, { title: "Payroll", description: "Secure payroll management." }, @@ -54,6 +54,7 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} title="Services FAQ" + description="Everything you need to know." faqs={[ { id: "s1", title: "Turnaround?", content: "5 business days." }, ]} -- 2.49.1