Merge version_1 into main #1
545
src/app/page.tsx
545
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { TrendingUp, Briefcase, BookOpen, LayoutDashboard, Rocket, CheckCircle, GraduationCap } from "lucide-react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
@@ -12,417 +13,169 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { BookOpen, Briefcase, CheckCircle, GraduationCap, LayoutDashboard, Rocket, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="PNG SME Consultants"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="PNG SME Consultants"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Empowering PNG SMEs to Grow and Succeed"
|
||||
description="Your trusted partner in Madang for professional business consulting, financial literacy, and securing SME loans. We guide you from startup to success."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "PNG SME Consultants helped me secure my business loan in just 3 months!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "Their financial literacy training transformed how I manage my shop's cash flow.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg",
|
||||
},
|
||||
{
|
||||
name: "Kila Peter",
|
||||
handle: "@kilapeter",
|
||||
testimonial: "Professional advice that actually works for Madang businesses.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg",
|
||||
},
|
||||
{
|
||||
name: "Rose Balo",
|
||||
handle: "@rosebalo",
|
||||
testimonial: "I finally understand the loan application process thanks to their team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-asian-man-standing-arms-folded-architect-office_1098-18849.jpg",
|
||||
},
|
||||
{
|
||||
name: "Tom Vagi",
|
||||
handle: "@tomvagi",
|
||||
testimonial: "Highly recommended for any new entrepreneur in PNG.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg",
|
||||
alt: "Entrepreneur portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-growth-strategy-concept_53876-127411.jpg",
|
||||
alt: "Successful local entrepreneur",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/flat-icons-set-startup-investment-geo-targeting-insurance-personal-data-smart-solutions_126523-1099.jpg",
|
||||
alt: "Satisfied business owner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/business-concept-with-rocket-elements_23-2147791258.jpg",
|
||||
alt: "Young entrepreneur",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/agent-giving-sale-contract-clients-sign-after-they-decide-make-purchase_482257-118125.jpg",
|
||||
alt: "Store owner portrait",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local Madang businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Financial Strategy",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Loan Assistance",
|
||||
icon: Briefcase,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Literacy Training",
|
||||
icon: BookOpen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Business Planning",
|
||||
icon: LayoutDashboard,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Growth Coaching",
|
||||
icon: Rocket,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Empowering PNG SMEs to Grow and Succeed"
|
||||
description="Your trusted partner in Madang for professional business consulting, financial literacy, and securing SME loans. We guide you from startup to success."
|
||||
testimonials={[
|
||||
{ name: "John Doe", handle: "@johndoe", testimonial: "PNG SME Consultants helped me secure my business loan in just 3 months!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg" },
|
||||
{ name: "Jane Smith", handle: "@janesmith", testimonial: "Their financial literacy training transformed how I manage my shop's cash flow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg" },
|
||||
{ name: "Kila Peter", handle: "@kilapeter", testimonial: "Professional advice that actually works for Madang businesses.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924139.jpg" },
|
||||
{ name: "Rose Balo", handle: "@rosebalo", testimonial: "I finally understand the loan application process thanks to their team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-asian-man-standing-arms-folded-architect-office_1098-18849.jpg" },
|
||||
{ name: "Tom Vagi", handle: "@tomvagi", testimonial: "Highly recommended for any new entrepreneur in PNG.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#features" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg", alt: "Entrepreneur portrait" }, { src: "http://img.b2bpic.net/free-photo/business-growth-strategy-concept_53876-127411.jpg", alt: "Successful local entrepreneur" }, { src: "http://img.b2bpic.net/free-vector/flat-icons-set-startup-investment-geo-targeting-insurance-personal-data-smart-solutions_126523-1099.jpg", alt: "Satisfied business owner" }, { src: "http://img.b2bpic.net/free-vector/business-concept-with-rocket-elements_23-2147791258.jpg", alt: "Young entrepreneur" }, { src: "http://img.b2bpic.net/free-photo/agent-giving-sale-contract-clients-sign-after-they-decide-make-purchase_482257-118125.jpg", alt: "Store owner portrait" }]}
|
||||
avatarText="Trusted by 500+ local Madang businesses"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Financial Strategy", icon: TrendingUp },
|
||||
{ type: "text-icon", text: "Loan Assistance", icon: Briefcase },
|
||||
{ type: "text-icon", text: "Literacy Training", icon: BookOpen },
|
||||
{ type: "text-icon", text: "Business Planning", icon: LayoutDashboard },
|
||||
{ type: "text-icon", text: "Growth Coaching", icon: Rocket }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Impact Driven Results"
|
||||
metrics={[
|
||||
{
|
||||
label: "Businesses Supported",
|
||||
value: "500+",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
label: "Loans Approved",
|
||||
value: "120+",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
label: "Financial Literacy Graduates",
|
||||
value: "800+",
|
||||
icon: GraduationCap,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Impact Driven Results"
|
||||
metrics={[
|
||||
{ label: "Businesses Supported", value: "500+", icon: TrendingUp },
|
||||
{ label: "Loans Approved", value: "120+", icon: CheckCircle },
|
||||
{ label: "Financial Literacy Graduates", value: "800+", icon: GraduationCap }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Startups",
|
||||
title: "Starting Your Business",
|
||||
subtitle: "Simplified registration and planning.",
|
||||
description: "We take you through the registration process and help you build a solid business model.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agent-giving-sale-contract-clients-sign-after-they-decide-make-purchase_482257-118125.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Financial Literacy",
|
||||
title: "Money Management",
|
||||
subtitle: "Master your cash flow.",
|
||||
description: "Essential training on budgeting, profit tracking, and reinvesting in your business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16161.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Banking",
|
||||
title: "SME Loan Support",
|
||||
subtitle: "Get bank-ready.",
|
||||
description: "Guidance on documentation, financial statements, and application strategies to maximize approval chances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-male-colleague-tablet-screen-cafe-outdoors_1262-12531.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Consulting Services"
|
||||
description="We offer end-to-end guidance to help small businesses in Papua New Guinea thrive."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ tag: "Startups", title: "Starting Your Business", subtitle: "Simplified registration and planning.", description: "We take you through the registration process and help you build a solid business model.", imageSrc: "http://img.b2bpic.net/free-photo/agent-giving-sale-contract-clients-sign-after-they-decide-make-purchase_482257-118125.jpg" },
|
||||
{ tag: "Financial Literacy", title: "Money Management", subtitle: "Master your cash flow.", description: "Essential training on budgeting, profit tracking, and reinvesting in your business.", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16161.jpg" },
|
||||
{ tag: "Banking", title: "SME Loan Support", subtitle: "Get bank-ready.", description: "Guidance on documentation, financial statements, and application strategies to maximize approval chances.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-male-colleague-tablet-screen-cafe-outdoors_1262-12531.jpg" }
|
||||
]}
|
||||
title="Our Specialized Consulting Services"
|
||||
description="We offer end-to-end guidance to help small businesses in Papua New Guinea thrive."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "K200",
|
||||
name: "Start-up Guide",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"1-on-1 Consultation",
|
||||
"Basic Financial Form Setup",
|
||||
"Business Plan Review",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
price: "K500",
|
||||
name: "Growth Pro",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Loan Application Support",
|
||||
"Full Cash Flow Analysis",
|
||||
"Financial Literacy Training",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "K1,200",
|
||||
name: "SME Partner",
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Quarterly Business Review",
|
||||
"Dedicated Banking Support",
|
||||
"Advanced Accounting Setup",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Consulting Packages"
|
||||
description="Flexible support for businesses at every stage."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "basic", price: "K200", name: "Start-up Guide", buttons: [{ text: "Book Now", href: "#contact" }], features: ["1-on-1 Consultation", "Basic Financial Form Setup", "Business Plan Review"] },
|
||||
{ id: "pro", price: "K500", name: "Growth Pro", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Loan Application Support", "Full Cash Flow Analysis", "Financial Literacy Training"] },
|
||||
{ id: "enterprise", price: "K1,200", name: "SME Partner", buttons: [{ text: "Contact Us", href: "#contact" }], features: ["Quarterly Business Review", "Dedicated Banking Support", "Advanced Accounting Setup"] }
|
||||
]}
|
||||
title="Our Consulting Packages"
|
||||
description="Flexible support for businesses at every stage."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Bank South Pacific",
|
||||
"Kina Bank",
|
||||
"PNG Business Council",
|
||||
"Madang\n \"Madang Chamber of Commerce",
|
||||
"Small Business Corporation",
|
||||
"Local Development Trust",
|
||||
"PNG Financial Literacy Alliance",
|
||||
]}
|
||||
title="Trusted by PNG Institutions"
|
||||
description="Collaborating with leading institutions to secure your success."
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={["Bank South Pacific", "Kina Bank", "PNG Business Council", "Madang Chamber of Commerce", "Small Business Corporation", "Local Development Trust", "PNG Financial Literacy Alliance"]}
|
||||
title="Trusted by PNG Institutions"
|
||||
description="Collaborating with leading institutions to secure your success."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-glad-white-excited-confident_1194-7938.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-contemplated-female-florist_23-2147882384.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286015.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Lee",
|
||||
role: "Owner",
|
||||
company: "MarketPlace",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg",
|
||||
},
|
||||
]}
|
||||
title="Hear from Local Entrepreneurs"
|
||||
description="Stories of success from Madang business owners."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John Doe", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-glad-white-excited-confident_1194-7938.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-contemplated-female-florist_23-2147882384.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286015.jpg" },
|
||||
{ id: "t5", name: "Sarah Lee", role: "Owner", company: "MarketPlace", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg" }
|
||||
]}
|
||||
title="Hear from Local Entrepreneurs"
|
||||
description="Stories of success from Madang business owners."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a business license?",
|
||||
content: "Yes, all businesses in PNG must be registered with the Investment Promotion Authority.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does a loan application take?",
|
||||
content: "Depending on the bank and documentation, it can range from 2 to 6 weeks.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you help me with tax registration?",
|
||||
content: "Yes, we provide guidance on IRC tax identification number (TIN) registration.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about starting your business in Madang."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do I need a business license?", content: "Yes, all businesses in PNG must be registered with the Investment Promotion Authority." },
|
||||
{ id: "f2", title: "How long does a loan application take?", content: "Depending on the bank and documentation, it can range from 2 to 6 weeks." },
|
||||
{ id: "f3", title: "Can you help me with tax registration?", content: "Yes, we provide guidance on IRC tax identification number (TIN) registration." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about starting your business in Madang."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Start Your SME Journey Today"
|
||||
description="Located in Madang Town. Reach out to our consultants to schedule your first consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@png-sme.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Contact Us"
|
||||
title="Start Your SME Journey Today"
|
||||
description="Located in Madang Town. Reach out to our consultants to schedule your first consultation."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:info@png-sme.com" }]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-colleagues-desk_329181-13526.jpg"
|
||||
logoText="PNG SME Consultants"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 | Madang, Papua New Guinea"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-colleagues-desk_329181-13526.jpg"
|
||||
logoText="PNG SME Consultants"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2025 | Madang, Papua New Guinea"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user