Merge version_2 into main #1
212
src/app/page.tsx
212
src/app/page.tsx
@@ -32,104 +32,65 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
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="Concept & Company"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Empowering Your Business Vision"
|
||||
description="Expert business management consulting based in Brielle, NJ. We specialize in development, planning, and operational excellence to drive your success."
|
||||
kpis={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "20+", label: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "500+", label: "Projects Completed"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Success Rate",
|
||||
},
|
||||
value: "100%", label: "Client Success Rate"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106140.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Businesswoman in Glasses Portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Businesswoman in Glasses Portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Closeup of Smiling Beautiful Adult Businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Closeup of Smiling Beautiful Adult Businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
alt: "Close-up of competitive employee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Close-up of competitive employee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
|
||||
alt: "Portrait of optimistic businessman in formalwear",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Portrait of optimistic businessman in formalwear"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
||||
alt: "Serious Beautiful Businesswoman Standing at Window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Serious Beautiful Businesswoman Standing at Window"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Planning",
|
||||
},
|
||||
type: "text", text: "Strategic Planning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Risk Management",
|
||||
},
|
||||
type: "text", text: "Risk Management"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Operations Consulting",
|
||||
},
|
||||
type: "text", text: "Operations Consulting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Development",
|
||||
},
|
||||
type: "text", text: "Business Development"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Event Logistics",
|
||||
},
|
||||
type: "text", text: "Event Logistics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,19 +102,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Business Development",
|
||||
value: "Results Driven",
|
||||
},
|
||||
label: "Business Development", value: "Results Driven"},
|
||||
{
|
||||
icon: ListChecks,
|
||||
label: "Strategic Planning",
|
||||
value: "Custom Plans",
|
||||
},
|
||||
label: "Strategic Planning", value: "Custom Plans"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Risk Mitigation",
|
||||
value: "Loss Prevention",
|
||||
},
|
||||
label: "Risk Mitigation", value: "Loss Prevention"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -162,29 +117,17 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="Comprehensive Management Services"
|
||||
title="Accelerate Growth Through Strategic Consulting"
|
||||
description="We offer end-to-end consulting to streamline your operations and foster sustainable growth."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Business Development",
|
||||
content: "Scale your market presence with proven strategies for outreach, partnerships, and revenue growth.",
|
||||
},
|
||||
id: "f1", title: "Business Development", content: "Scale your market presence with proven strategies for outreach, partnerships, and revenue growth."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Strategic Business Plans",
|
||||
content: "Craft roadmap documents that attract investors, define milestones, and clarify organizational goals.",
|
||||
},
|
||||
id: "f2", title: "Strategic Business Plans", content: "Craft roadmap documents that attract investors, define milestones, and clarify organizational goals."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Event Management",
|
||||
content: "We handle the logistics and branding for professional events, ensuring maximum impact for your stakeholders.",
|
||||
},
|
||||
id: "f3", title: "Event Management", content: "We handle the logistics and branding for professional events, ensuring maximum impact for your stakeholders."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Management Consulting",
|
||||
content: "Comprehensive organizational restructuring and operational workflow optimization to improve profitability.",
|
||||
},
|
||||
id: "f4", title: "Management Consulting", content: "Comprehensive organizational restructuring and operational workflow optimization to improve profitability."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-business-ladies-watching-discussing-content-laptop-while-sitting-table-with-cups-coffee-meeting-room-wide-shot-teamwork-communication-concept_74855-11964.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -196,14 +139,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Innovate Corp",
|
||||
"Bluechip Partners",
|
||||
"Strategic Alliance",
|
||||
"Growth Founders",
|
||||
"Market Leaders",
|
||||
"Vision Tech",
|
||||
"Brielle Enterprise",
|
||||
]}
|
||||
"Innovate Corp", "Bluechip Partners", "Strategic Alliance", "Growth Founders", "Market Leaders", "Vision Tech", "Brielle Enterprise"]}
|
||||
title="Trusted Partners & Clients"
|
||||
description="Collaborating with local and national leaders to achieve operational excellence."
|
||||
/>
|
||||
@@ -214,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How can I schedule a consultation?",
|
||||
content: "You can reach out via our contact form or call us directly at (732) 800-2024 to make an appointment.",
|
||||
},
|
||||
id: "q1", title: "How can I schedule a consultation?", content: "You can reach out via our contact form or call us directly at (732) 800-2024 to make an appointment."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Where are you located?",
|
||||
content: "Our office is conveniently located at 602 Higgins Ave #106, Brielle, NJ 08730.",
|
||||
},
|
||||
id: "q2", title: "Where are you located?", content: "Our office is conveniently located at 602 Higgins Ave #106, Brielle, NJ 08730."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer remote services?",
|
||||
content: "Yes, we provide flexible consulting options for both on-site and remote business management needs.",
|
||||
},
|
||||
id: "q3", title: "Do you offer remote services?", content: "Yes, we provide flexible consulting options for both on-site and remote business management needs."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more information? We're here to help."
|
||||
@@ -241,45 +168,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Game Changer",
|
||||
quote: "Concept & Company provided the structure we desperately needed to scale effectively.",
|
||||
name: "John Doe",
|
||||
role: "CEO, StartupCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
},
|
||||
id: "t1", title: "Game Changer", quote: "Concept & Company provided the structure we desperately needed to scale effectively.", name: "John Doe", role: "CEO, StartupCorp", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Professionalism",
|
||||
quote: "Their business development strategies have doubled our outreach efficacy in six months.",
|
||||
name: "Jane Smith",
|
||||
role: "Founder, GrowthGen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg",
|
||||
},
|
||||
id: "t2", title: "Professionalism", quote: "Their business development strategies have doubled our outreach efficacy in six months.", name: "Jane Smith", role: "Founder, GrowthGen", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Expert Guidance",
|
||||
quote: "The strategic planning sessions helped us clarity our long-term objectives significantly.",
|
||||
name: "Robert Lee",
|
||||
role: "Director, Tech Ventures",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
},
|
||||
id: "t3", title: "Expert Guidance", quote: "The strategic planning sessions helped us clarity our long-term objectives significantly.", name: "Robert Lee", role: "Director, Tech Ventures", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Highly Recommend",
|
||||
quote: "Exceptional management consulting service that keeps our team focused and profitable.",
|
||||
name: "Emily White",
|
||||
role: "Operations Lead, EventSys",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg",
|
||||
},
|
||||
id: "t4", title: "Highly Recommend", quote: "Exceptional management consulting service that keeps our team focused and profitable.", name: "Emily White", role: "Operations Lead, EventSys", imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Trustworthy",
|
||||
quote: "Professional advice rooted in real-world experience. A great asset for any business.",
|
||||
name: "Michael Brown",
|
||||
role: "Managing Partner, Firmly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
},
|
||||
id: "t5", title: "Trustworthy", quote: "Professional advice rooted in real-world experience. A great asset for any business.", name: "Michael Brown", role: "Managing Partner, Firmly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Read what our partners say about our consulting services."
|
||||
@@ -290,16 +187,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Transform Your Business?"
|
||||
description="Book a meeting or call us at (732) 800-2024 to start your growth journey today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "tel:7328002024",
|
||||
},
|
||||
text: "Schedule Consultation", href: "tel:7328002024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,33 +202,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(732) 800-2024",
|
||||
href: "tel:7328002024",
|
||||
},
|
||||
label: "(732) 800-2024", href: "tel:7328002024"},
|
||||
{
|
||||
label: "Brielle, NJ 08730",
|
||||
href: "#",
|
||||
},
|
||||
label: "Brielle, NJ 08730", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -345,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user