Merge version_3 into main #3
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,20 +119,20 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "What services do you offer?", content: "We offer business consulting, development, and professional advisory services." },
|
||||
{ id: "q2", title: "Where are you located?", content: "We are based in Nakawa Division, Kampala." },
|
||||
{ id: "q3", title: "Are you open 24/7?", content: "Yes, we are operational 24 hours to support our clients anytime." }
|
||||
{ id: "q1", title: "What services do you offer?", content: "We specialize in comprehensive business consulting, operational strategy, and professional business development." },
|
||||
{ id: "q2", title: "Where are you located?", content: "Our primary office is located in the heart of Nakawa Division, Kampala, serving clients across the region." },
|
||||
{ id: "q3", title: "Is your support available 24/7?", content: "Absolutely. We understand that business doesn't sleep, so we offer 24/7 support to address your needs whenever they arise." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Have questions or need assistance? Reach out to our expert team for dedicated support."
|
||||
tag="Get In Touch"
|
||||
title="Start Your Growth Journey"
|
||||
description="Ready to elevate your business operations? Contact our consultants today for a strategic consultation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-video-call-meeting_53876-20929.jpg"
|
||||
buttonText="Submit Inquiry"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -160,4 +153,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user