4 Commits

Author SHA1 Message Date
c38961d741 Update src/app/page.tsx 2026-04-02 15:20:51 +00:00
989d3277ea Merge version_1 into main
Merge version_1 into main
2026-04-02 15:17:25 +00:00
f5dfb4c5fe Merge version_1 into main
Merge version_1 into main
2026-04-02 15:17:01 +00:00
bb061a8e89 Merge version_1 into main
Merge version_1 into main
2026-04-02 15:16:33 +00:00

View File

@@ -2,14 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Briefcase, Rocket, TrendingDown, TrendingUp } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText';
import { Briefcase, Rocket, TrendingDown, TrendingUp, MapPin, Mail, Phone } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -29,16 +30,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "Services", id: "services" },
{ { name: "About", id: "about" },
name: "Services", id: "services"}, { name: "Reviews", id: "reviews" },
{ { name: "Location", id: "location" },
name: "About", id: "about"}, { name: "Contact", id: "contact" },
{
name: "Reviews", id: "reviews"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Prestige Business Consultants" brandName="Prestige Business Consultants"
/> />
@@ -46,43 +43,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{ variant: "radial-gradient" }}
variant: "radial-gradient"}}
title="Elevating Your Business to the Next Level" title="Elevating Your Business to the Next Level"
description="Strategic consulting solutions tailored for growth, efficiency, and long-term success." description="Strategic consulting solutions tailored for growth, efficiency, and long-term success."
buttons={[ buttons={[
{ { text: "Get Started", href: "#contact" },
text: "Get Started", href: "#contact"}, { text: "Call Now", href: "tel:+19549165699" },
{
text: "Call Now", href: "tel:+19549165699"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-pointing-charts-tv-screen-meeting-with-his-colleagues-leadership-meeting-conference-room_482257-31221.jpg" imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-pointing-charts-tv-screen-meeting-with-his-colleagues-leadership-meeting-conference-room_482257-31221.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 5"},
]}
avatarText="Trusted by 500+ industry leaders"
marqueeItems={[
{
type: "text", text: "Strategic Growth"},
{
type: "text", text: "Operational Excellence"},
{
type: "text", text: "Financial Advisory"},
{
type: "text", text: "Leadership Coaching"},
{
type: "text", text: "Market Expansion"},
]}
/> />
</div> </div>
@@ -92,18 +61,10 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { title: "Business Strategy", description: "Long-term planning and roadmap development.", bentoComponent: "reveal-icon", icon: TrendingUp },
title: "Business Strategy", description: "Long-term planning and roadmap development.", bentoComponent: "reveal-icon", icon: TrendingUp, { title: "Management Consulting", description: "Expert leadership and process management.", bentoComponent: "reveal-icon", icon: Briefcase },
}, { title: "Operational Efficiency", description: "Optimizing workflows for peak performance.", bentoComponent: "reveal-icon", icon: TrendingDown },
{ { title: "Growth & Scaling", description: "Expansion strategies for modern markets.", bentoComponent: "reveal-icon", icon: Rocket },
title: "Management Consulting", description: "Expert leadership and process management.", bentoComponent: "reveal-icon", icon: Briefcase,
},
{
title: "Operational Efficiency", description: "Optimizing workflows for peak performance.", bentoComponent: "reveal-icon", icon: TrendingDown,
},
{
title: "Growth & Scaling", description: "Expansion strategies for modern markets.", bentoComponent: "reveal-icon", icon: Rocket,
},
]} ]}
title="Our Services" title="Our Services"
description="Comprehensive consulting solutions to drive your success." description="Comprehensive consulting solutions to drive your success."
@@ -116,12 +77,9 @@ export default function LandingPage() {
title="About Prestige Business Consultants" title="About Prestige Business Consultants"
description="Prestige Business Consultants is dedicated to helping businesses thrive through expert guidance, strategic planning, and personalized solutions." description="Prestige Business Consultants is dedicated to helping businesses thrive through expert guidance, strategic planning, and personalized solutions."
metrics={[ metrics={[
{ { value: "15+", title: "Years Experience" },
value: "15+", title: "Years Experience"}, { value: "500+", title: "Clients Served" },
{ { value: "98%", title: "Success Rate" },
value: "500+", title: "Clients Served"},
{
value: "98%", title: "Success Rate"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/making-decisions-as-team_1098-2031.jpg" imageSrc="http://img.b2bpic.net/free-photo/making-decisions-as-team_1098-2031.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -135,29 +93,13 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Carl Marteniz", role: "Owner", company: "Tech Partners", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=1" },
id: "1", name: "Carl Marteniz", role: "Owner", company: "Tech Partners", rating: 5, { id: "2", name: "Sarah Jenkins", role: "CEO", company: "Growth Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=2" },
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=1"},
{
id: "2", name: "Sarah Jenkins", role: "CEO", company: "Growth Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=2"},
{
id: "3", name: "Michael Chen", role: "CTO", company: "Innovate Lab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=3"},
{
id: "4", name: "Jane Smith", role: "Manager", company: "Global Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=4"},
{
id: "5", name: "David Kim", role: "Director", company: "Alpha Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=5"},
]} ]}
kpiItems={[ kpiItems={[
{ { value: "5.0", label: "Average Rating" },
value: "5.0", label: "Average Rating"}, { value: "100+", label: "Reviews" },
{ { value: "2 yrs", label: "Avg Engagement" },
value: "100+", label: "Reviews"},
{
value: "2 yrs", label: "Avg Engagement"},
]} ]}
title="Client Reviews" title="Client Reviews"
description="What our clients have to say." description="What our clients have to say."
@@ -165,46 +107,55 @@ export default function LandingPage() {
</div> </div>
<div id="location" data-section="location"> <div id="location" data-section="location">
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "plain" }}
variant: "plain"}} text="Visit us at 300 S Pine Island Rd Suite 306, Plantation, FL 33324"
text="Address: 300 S Pine Island Rd Suite 306, Plantation, FL 33324. Phone: (954) 916-5699. Open Mon-Fri 9AM-6PM."
buttons={[
{
text: "Call Now", href: "tel:+19549165699"},
]}
/> />
</div> </div>
<div id="cta" data-section="cta"> <div id="cta" data-section="cta">
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}} text="Ready to transform your business? Let's get started today."
text="Ready to grow your business?"
buttons={[ buttons={[
{ { text: "Schedule Consultation", href: "#contact" }
text: "Book a Consultation", href: "#contact"},
{
text: "Call Now", href: "tel:+19549165699"},
]} ]}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplitForm
title="Get in Touch"
description="Fill out the form below and our team will reach out to you within 24 hours."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
useInvertedBackground={true} useInvertedBackground={true}
background={{
variant: "canvas-reveal"}}
text="Submit your inquiry and we will get back to you shortly."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterBase
logoText="Prestige Business Consultants" logoText="Prestige Business Consultants"
copyrightText="© 2025 | Prestige Business Consultants" copyrightText="© 2025 | Prestige Business Consultants"
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Services", href: "#services" }
]
},
{
title: "Contact", items: [
{ label: "(954) 916-5699", href: "tel:+19549165699" },
{ label: "Plantation, FL", href: "#location" }
]
}
]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>