Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
218
src/app/page.tsx
218
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Prosperity Business"
|
||||
/>
|
||||
@@ -58,46 +48,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Unlocking Your Business Potential."
|
||||
description="Professional consulting and growth strategies to take your business to the next level of success."
|
||||
tag="Trusted Business Partner"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg?_wi=1",
|
||||
imageAlt: "Business Consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg", imageAlt: "Business Consultation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desktop-essentials-with-laptop_23-2148430884.jpg",
|
||||
imageAlt: "Strategy Planning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desktop-essentials-with-laptop_23-2148430884.jpg", imageAlt: "Strategy Planning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283260.jpg",
|
||||
imageAlt: "Professional Growth",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283260.jpg", imageAlt: "Professional Growth"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-shaking-hands_107420-84731.jpg",
|
||||
imageAlt: "Strategic Partnership",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-shaking-hands_107420-84731.jpg", imageAlt: "Strategic Partnership"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg",
|
||||
imageAlt: "Corporate Success",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg", imageAlt: "Corporate Success"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-menu-books-with-tools_23-2148496828.jpg",
|
||||
imageAlt: "Innovative Solutions",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-menu-books-with-tools_23-2148496828.jpg", imageAlt: "Innovative Solutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,19 +84,13 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Strategic Consulting",
|
||||
description: "Expert advice tailored to your goals.",
|
||||
},
|
||||
title: "Strategic Consulting", description: "Expert advice tailored to your goals."},
|
||||
{
|
||||
title: "Operational Excellence",
|
||||
description: "Optimizing your processes for efficiency.",
|
||||
},
|
||||
title: "Operational Excellence", description: "Optimizing your processes for efficiency."},
|
||||
{
|
||||
title: "Market Insight",
|
||||
description: "Deep understanding of current trends.",
|
||||
},
|
||||
title: "Market Insight", description: "Deep understanding of current trends."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-african-american-entrepreneur-her-colleagues-communicating-business-meeting-modern-office-there-are-people-background_637285-163.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-african-american-entrepreneur-her-colleagues-communicating-business-meeting-modern-office-there-are-people-background_637285-163.jpg"
|
||||
imageAlt="Office Collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -136,79 +103,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Business Growth",
|
||||
description: "Data-driven strategies for expansion.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-male-administrator-modern-workspace-analyzing-forecast-insights_482257-130091.jpg",
|
||||
imageAlt: "Growth",
|
||||
},
|
||||
title: "Business Growth", description: "Data-driven strategies for expansion.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-male-administrator-modern-workspace-analyzing-forecast-insights_482257-130091.jpg", imageAlt: "Growth"},
|
||||
items: [
|
||||
{
|
||||
icon: BarChart,
|
||||
text: "Scaling strategies",
|
||||
},
|
||||
text: "Scaling strategies"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Revenue focus",
|
||||
},
|
||||
text: "Revenue focus"},
|
||||
{
|
||||
icon: Target,
|
||||
text: "Market entry",
|
||||
},
|
||||
text: "Market entry"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg?_wi=2",
|
||||
imageAlt: "business growth analytics report",
|
||||
},
|
||||
{
|
||||
title: "Operational Efficiency",
|
||||
description: "Streamlined processes for maximum impact.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-executives-working-together_1098-2164.jpg",
|
||||
imageAlt: "Efficiency",
|
||||
},
|
||||
title: "Operational Efficiency", description: "Streamlined processes for maximum impact.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-executives-working-together_1098-2164.jpg", imageAlt: "Efficiency"},
|
||||
items: [
|
||||
{
|
||||
icon: Settings,
|
||||
text: "Workflow audit",
|
||||
},
|
||||
text: "Workflow audit"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Process optimization",
|
||||
},
|
||||
text: "Process optimization"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Quick automation",
|
||||
},
|
||||
text: "Quick automation"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-entrepreneur-her-colleagues-communicating-business-meeting-modern-office-there-are-people-background_637285-163.jpg?_wi=2",
|
||||
imageAlt: "business growth analytics report",
|
||||
},
|
||||
{
|
||||
title: "Financial Insight",
|
||||
description: "Expert investment and financial planning.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-assets-accounting-property-value-concept_53876-15849.jpg",
|
||||
imageAlt: "Finance",
|
||||
},
|
||||
title: "Financial Insight", description: "Expert investment and financial planning.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-assets-accounting-property-value-concept_53876-15849.jpg", imageAlt: "Finance"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Risk management",
|
||||
},
|
||||
text: "Risk management"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
text: "Capital growth",
|
||||
},
|
||||
text: "Capital growth"},
|
||||
{
|
||||
icon: PieChart,
|
||||
text: "Budget analysis",
|
||||
},
|
||||
text: "Budget analysis"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg?_wi=1",
|
||||
imageAlt: "business growth analytics report",
|
||||
},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
@@ -223,40 +163,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "Prosperity Business changed our trajectory entirely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Prosperity Business changed our trajectory entirely.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
handle: "@johnd",
|
||||
testimonial: "Exceptional insight and professional service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", handle: "@johnd", testimonial: "Exceptional insight and professional service.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Ross",
|
||||
handle: "@elenar",
|
||||
testimonial: "The best consulting firm we have ever hired.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Ross", handle: "@elenar", testimonial: "The best consulting firm we have ever hired.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Evans",
|
||||
handle: "@marke",
|
||||
testimonial: "Truly tailored solutions for our unique problems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg",
|
||||
},
|
||||
id: "4", name: "Mark Evans", handle: "@marke", testimonial: "Truly tailored solutions for our unique problems.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wang",
|
||||
handle: "@lisaw",
|
||||
testimonial: "High level of expertise and dedication to growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
|
||||
},
|
||||
id: "5", name: "Lisa Wang", handle: "@lisaw", testimonial: "High level of expertise and dedication to growth.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg"},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="What our clients say about our partnership."
|
||||
@@ -269,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What industries do you serve?",
|
||||
content: "We serve a wide variety of industries, focusing on high-growth sectors.",
|
||||
},
|
||||
id: "q1", title: "What industries do you serve?", content: "We serve a wide variety of industries, focusing on high-growth sectors."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do we get started?",
|
||||
content: "Simply contact us through the form below to schedule a consultation.",
|
||||
},
|
||||
id: "q2", title: "How do we get started?", content: "Simply contact us through the form below to schedule a consultation."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is your service confidential?",
|
||||
content: "Yes, we treat every business relationship with the highest level of confidentiality.",
|
||||
},
|
||||
id: "q3", title: "Is your service confidential?", content: "Yes, we treat every business relationship with the highest level of confidentiality."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to frequently asked questions about our process."
|
||||
@@ -294,12 +200,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Let's Grow Together"
|
||||
description="Ready to take the next step? Send us a message today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -309,46 +214,29 @@ export default function LandingPage() {
|
||||
logoText="Prosperity Business"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@prosperitybusiness.co.za",
|
||||
},
|
||||
label: "Email", href: "mailto:info@prosperitybusiness.co.za"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+27110000000",
|
||||
},
|
||||
label: "Phone", href: "tel:+27110000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user