Merge version_3_1781557198188 into main #4

Merged
bender merged 1 commits from version_3_1781557198188 into main 2026-06-15 21:00:52 +00:00

View File

@@ -118,7 +118,7 @@ export default function LandingPage() {
tag="FAQ"
title="Common Questions"
description="Need more information? Here are answers to commonly asked questions."
items={[
faqItems={[
{ question: "Where are you located?", answer: "We are located at 63 Flamingo St, Lenasia, 1821." },
{ question: "What are your business hours?", answer: "We are open from 8 am onwards." },
{ question: "How can I book an appointment?", answer: "You can reach us directly at 011 854 1357 to book your session." },
@@ -128,6 +128,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
background="transparent"
useInvertedBackground={false}
tag="Contact"
title="Get in Touch"
description="Sign up for our newsletter or contact us directly."
@@ -141,8 +143,8 @@ export default function LandingPage() {
<FooterBrand
brand="Kare Accounting Services"
columns={[
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "011 854 1357" }, { label: "63 Flamingo St, Lenasia" }] },
{ title: "Links", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Location", items: [{ label: "011 854 1357" }, { label: "63 Flamingo St, Lenasia" }] },
]}
/>
</div>