diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1bb2bdf..6ba7035 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Reviews", id: "#reviews" },
+ { name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
]}
brandName="VINAS Businesses"
@@ -48,19 +49,11 @@ export default function LandingPage() {
description="VINAS Businesses is a trusted business management consulting company based in Nakawa Division, Kampala. We help businesses improve operations, grow confidently, and achieve long-term success."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/tired-asian-it-specialist-drinking-coffee-watching-female-colleague-working-with-laptop-indoor-portrait-young-business-people-sitting-table-together-conference-hall_197531-3708.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-down-office-job-interview-desk-with-his-employers_23-2149034557.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/woman-receives-instructions-from-manager_482257-120146.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173766.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/employers-agreeing-terms-with-applicant-using-walking-canes_482257-115593.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286147.jpg" }
+ { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-down-office-job-interview-desk-with-his-employers_23-2149034557.jpg" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/focused-african-american-general-manager-multitasking-desk-solve-business-tasks_482257-118582.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15671.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/team-happy-businesswomen-working-office-looking-camera_637285-13049.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/ambitious-female-leader-focusing-strategic-planning-business-success_482257-123617.jpg" },
- { imageSrc: "http://img.b2bpic.net/free-photo/architect-modern-achitectural-office-working-laptop-desk-with-3d-white-foam-scale-model-skyscraper-engineer-looking-blueprints-architecture-project-urban-development-area_482257-33561.jpg" }
+ { imageSrc: "http://img.b2bpic.net/free-photo/focused-african-american-general-manager-multitasking-desk-solve-business-tasks_482257-118582.jpg" }
]}
buttons={[{ text: "Get Started", href: "#contact" }, { text: "Contact Us", href: "#contact" }]}
/>
@@ -114,11 +107,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- { id: "1", title: "Excellent", quote: "Good at their work.", name: "Ayebare Anitah", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mid-adult-businessman-sitting-office_1262-17133.jpg" },
- { id: "2", title: "Great Delivery", quote: "Great work output. I thought they wouldn't deliver until I trusted them with my company.", name: "Twahirwa Atwine", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-cup-coffee-room_23-2148112111.jpg" }
+ { id: "1", title: "Excellent", quote: "Professional, reliable and very knowledgeable. Highly recommended.", name: "Ayebare Anitah", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mid-adult-businessman-sitting-office_1262-17133.jpg" },
+ { id: "2", title: "Great Delivery", quote: "They transformed our operations. Truly impressive results and consistent support.", name: "Twahirwa Atwine", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-cup-coffee-room_23-2148112111.jpg" }
]}
- title="What Our Clients Say"
- description="Trusted by businesses in Kampala to deliver great results."
+ title="Client Success Stories"
+ description="Trusted by ambitious businesses throughout Kampala to deliver excellence."
/>
@@ -126,20 +119,20 @@ export default function LandingPage() {