Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<![CDATA["use client";
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -19,6 +19,12 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
name: "About", id: "/about"
|
||||
},
|
||||
{
|
||||
name: "Services", id: "/services"
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "/contact"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -134,7 +140,7 @@ export default function HomePage() {
|
||||
{ id: "q2", title: "How do you ensure client confidentiality?", content: "Client confidentiality is paramount. We adhere to strict privacy protocols and sign non-disclosure agreements to protect your sensitive business information." },
|
||||
{ id: "q3", title: "What is your approach to tax advisory?", content: "Our approach focuses on proactive planning, compliance, and identifying opportunities for tax optimization, all while ensuring adherence to current tax laws." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/project-leader-explaining-job-specific-newcomer_74855-1198.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/project-leader-explaining-job-specific-newcomer_74855-1198.jpg"
|
||||
imageAlt="Person thinking with question marks"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user