From 65b9ca9502bb0f0389c16c7d017b0ca756a0b846 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:25:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) 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() {
); -} \ No newline at end of file +} -- 2.49.1 From bf728c309bd5a2f4739f22deafc802660d4f1499 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:25:06 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0a6cbbf..84db3d4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #020617; - --card: #0f172a; - --foreground: #f5f5f5; - --primary-cta: #c5a059; + --background: #0a192f; + --card: #112240; + --foreground: #e6f1ff; + --primary-cta: #ffd700; --primary-cta-text: #ffffff; - --secondary-cta: #1e3a8a; + --secondary-cta: #1f407a; --secondary-cta-text: #ffffff; - --accent: #c5a059; - --background-accent: #0f172a; + --accent: #d4af37; + --background-accent: #0d253f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1