Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
237
src/app/page.tsx
237
src/app/page.tsx
@@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CheckCircle, TrendingUp, Users } from "lucide-react";
|
||||
import { CheckCircle, TrendingUp, Users, Calculator, Lightbulb, Shield, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -18,27 +18,24 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="WIKA Group"
|
||||
/>
|
||||
@@ -47,42 +44,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Growth Partner in Business and Finance"
|
||||
description="WIKA Group provides expert accounting, consulting, and business development services tailored to scale your vision from startup to market leader."
|
||||
tag="Consulting Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Consultation", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4830.jpg?_wi=1",
|
||||
imageAlt: "Professional financial advisory",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-business-workspace-page-empty_1418-58.jpg?_wi=1",
|
||||
imageAlt: "Business strategy meeting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg?_wi=1",
|
||||
imageAlt: "Professional growth consulting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4830.jpg?_wi=2",
|
||||
imageAlt: "Financial review",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-business-workspace-page-empty_1418-58.jpg?_wi=2",
|
||||
imageAlt: "Tax planning services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg?_wi=2",
|
||||
imageAlt: "Enterprise development support",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4830.jpg", imageAlt: "professional business consulting meeting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-business-workspace-page-empty_1418-58.jpg", imageAlt: "business development strategy graph" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg", imageAlt: "entrepreneur startup growth coaching" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4830.jpg", imageAlt: "Financial review" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-business-workspace-page-empty_1418-58.jpg", imageAlt: "Tax planning services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg", imageAlt: "Enterprise development support" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,19 +70,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Client Retention",
|
||||
value: "95%",
|
||||
},
|
||||
label: "Client Retention", value: "95%"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Businesses Scaled",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Businesses Scaled", value: "150+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Expert Advisors",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Expert Advisors", value: "20+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -118,29 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Financial & Accounting",
|
||||
description: "Accounting services, tax clearance, and cash flow management to keep your books balanced.",
|
||||
buttonIcon: "Calculator",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dj22jj",
|
||||
},
|
||||
title: "Financial & Accounting", description: "Accounting services, tax clearance, and cash flow management to keep your books balanced.", buttonIcon: Calculator,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dj22jj"},
|
||||
{
|
||||
title: "Business Consulting",
|
||||
description: "From market research to custom business plans and advisory coaching for entrepreneurs.",
|
||||
buttonIcon: "Lightbulb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teammates-manager-assembling-big-data-room-go-their-results_482257-91027.jpg",
|
||||
},
|
||||
title: "Business Consulting", description: "From market research to custom business plans and advisory coaching for entrepreneurs.", buttonIcon: Lightbulb,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teammates-manager-assembling-big-data-room-go-their-results_482257-91027.jpg"},
|
||||
{
|
||||
title: "Legal & Compliance",
|
||||
description: "Navigating corporate laws to ensure your business remains compliant and secure.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polocies-compliance-operation-method-system_53876-121481.jpg",
|
||||
},
|
||||
title: "Legal & Compliance", description: "Navigating corporate laws to ensure your business remains compliant and secure.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polocies-compliance-operation-method-system_53876-121481.jpg"},
|
||||
{
|
||||
title: "Growth & Development",
|
||||
description: "Enterprise development, mentorship programs, and funding applications for long-term scalability.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173768.jpg",
|
||||
},
|
||||
title: "Growth & Development", description: "Enterprise development, mentorship programs, and funding applications for long-term scalability.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173768.jpg"},
|
||||
]}
|
||||
title="Comprehensive Business Services"
|
||||
description="We offer end-to-end support to ensure your business stays compliant, profitable, and ready for growth."
|
||||
@@ -153,41 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Motlatsi",
|
||||
role: "CEO",
|
||||
testimonial: "WIKA Group transformed our accounting processes. We are now more profitable than ever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Nkosi",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "Their business plans helped us secure crucial funding. Highly recommended for any startup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Moloko",
|
||||
role: "Director",
|
||||
testimonial: "Excellent legal advice. WIKA Group made compliance simple and straightforward.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149713708.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Doe",
|
||||
role: "Founder",
|
||||
testimonial: "Professional and local. They really understand the needs of SMEs in this region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Smith",
|
||||
role: "Manager",
|
||||
testimonial: "Ongoing support from their team has been invaluable for our scaling journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-studio_23-2148565552.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Motlatsi", role: "CEO", testimonial: "WIKA Group transformed our accounting processes. We are now more profitable than ever.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg" },
|
||||
{ id: "2", name: "David Nkosi", role: "Entrepreneur", testimonial: "Their business plans helped us secure crucial funding. Highly recommended for any startup.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg" },
|
||||
{ id: "3", name: "Emily Moloko", role: "Director", testimonial: "Excellent legal advice. WIKA Group made compliance simple and straightforward.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149713708.jpg" },
|
||||
{ id: "4", name: "John Doe", role: "Founder", testimonial: "Professional and local. They really understand the needs of SMEs in this region.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" },
|
||||
{ id: "5", name: "Anna Smith", role: "Manager", testimonial: "Ongoing support from their team has been invaluable for our scaling journey.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-studio_23-2148565552.jpg" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by businesses around Polokwane to deliver results."
|
||||
@@ -198,21 +126,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you serve startups?",
|
||||
content: "Absolutely. We specialize in helping entrepreneurs build plans, secure funding, and manage initial compliance.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your services tailored?",
|
||||
content: "Yes, we provide custom packages based on your business size, industry, and specific challenges.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer tax clearance?",
|
||||
content: "Yes, we handle tax registrations, filings, and tax clearance certificates for businesses and individuals.",
|
||||
},
|
||||
{ id: "f1", title: "Do you serve startups?", content: "Absolutely. We specialize in helping entrepreneurs build plans, secure funding, and manage initial compliance." },
|
||||
{ id: "f2", title: "Are your services tailored?", content: "Yes, we provide custom packages based on your business size, industry, and specific challenges." },
|
||||
{ id: "f3", title: "Do you offer tax clearance?", content: "Yes, we handle tax registrations, filings, and tax clearance certificates for businesses and individuals." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Get answers to your questions about WIKA Group services."
|
||||
@@ -226,30 +142,11 @@ export default function LandingPage() {
|
||||
title="Start Your Consulting Journey"
|
||||
description="Ready to scale? Contact us today for a needs assessment and get a custom solution for your business."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Service Required",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "subject", type: "text", placeholder: "Service Required" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Brief description of your business needs",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Brief description of your business needs", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/general-manager-talking-about-growth-plan-her-smartphone_482257-124045.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -258,39 +155,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Accounting",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Business Consulting",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Legal & Compliance",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Development",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "Accounting", href: "#services" },
|
||||
{ label: "Business Consulting", href: "#services" },
|
||||
{ label: "Legal & Compliance", href: "#services" },
|
||||
{ label: "Development", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="WIKA Group"
|
||||
/>
|
||||
@@ -298,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user