Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
272
src/app/page.tsx
272
src/app/page.tsx
@@ -32,90 +32,37 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ProService"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elevate Your Business Potential"
|
||||
description="We provide professional consulting services to help your company reach new heights of success through strategic planning and innovation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-senior-content-business-leader_1262-1728.jpg",
|
||||
alt: "Senior Executive",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
|
||||
alt: "Confident Professional",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg",
|
||||
alt: "Strategic Consultant",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg",
|
||||
alt: "Expert Advisor",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
alt: "Partner Lead",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-senior-content-business-leader_1262-1728.jpg", alt: "Senior Executive" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", alt: "Confident Professional" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg", alt: "Strategic Consultant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-senior-expert-with-flipchart_1262-1745.jpg", alt: "Expert Advisor" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Partner Lead" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/financial-concept-with-icons-wooden-cubes-calculator-blue-table-flat-lay_176474-9440.jpg",
|
||||
alt: "Finance",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/line-graph-data-analysis-icon_53876-20801.jpg",
|
||||
alt: "Growth",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/line-graph-data-analysis-icon_53876-20802.jpg",
|
||||
alt: "Process",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/four-elements-process-chart-template-business-data_1262-12006.jpg",
|
||||
alt: "Data",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/colorful-modern-timeline-infographic-template_23-2148273416.jpg",
|
||||
alt: "Strategy",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/financial-concept-with-icons-wooden-cubes-calculator-blue-table-flat-lay_176474-9440.jpg", alt: "Finance" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/line-graph-data-analysis-icon_53876-20801.jpg", alt: "Growth" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/line-graph-data-analysis-icon_53876-20802.jpg", alt: "Process" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/four-elements-process-chart-template-business-data_1262-12006.jpg", alt: "Data" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/colorful-modern-timeline-infographic-template_23-2148273416.jpg", alt: "Strategy" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,21 +72,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Driven by Results"
|
||||
metrics={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Growth Rate",
|
||||
value: "45%",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Clients",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Awards Won",
|
||||
value: "20",
|
||||
},
|
||||
{ icon: TrendingUp, label: "Growth Rate", value: "45%" },
|
||||
{ icon: Users, label: "Happy Clients", value: "150+" },
|
||||
{ icon: Award, label: "Awards Won", value: "20" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -151,21 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: PieChart,
|
||||
title: "Strategic Consulting",
|
||||
description: "Expert advice to optimize your business operations and scaling.",
|
||||
},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Priority Support",
|
||||
description: "Dedicated assistance for your team's ongoing success and needs.",
|
||||
},
|
||||
{
|
||||
icon: BarChart2,
|
||||
title: "Performance Analytics",
|
||||
description: "Actionable insights delivered through advanced performance tracking.",
|
||||
},
|
||||
{ icon: PieChart, title: "Strategic Consulting", description: "Expert advice to optimize your business operations and scaling." },
|
||||
{ icon: Headphones, title: "Priority Support", description: "Dedicated assistance for your team's ongoing success and needs." },
|
||||
{ icon: BarChart2, title: "Performance Analytics", description: "Actionable insights delivered through advanced performance tracking." }
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Comprehensive solutions tailored to your unique business requirements."
|
||||
@@ -174,31 +97,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Retention Rate",
|
||||
description: "Long-term client relationships.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Global Partners",
|
||||
description: "Trusted by leaders worldwide.",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10y",
|
||||
title: "Market Experience",
|
||||
description: "Over a decade of industry expertise.",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "98%", title: "Retention Rate", description: "Long-term client relationships.", icon: CheckCircle },
|
||||
{ id: "m2", value: "50+", title: "Global Partners", description: "Trusted by leaders worldwide.", icon: Globe },
|
||||
{ id: "m3", value: "10y", title: "Market Experience", description: "Over a decade of industry expertise.", icon: Clock }
|
||||
]}
|
||||
title="Why Work With Us?"
|
||||
description="Proven track record of delivering excellence in professional services."
|
||||
@@ -211,24 +117,12 @@ export default function LandingPage() {
|
||||
title="Our Expert Leaders"
|
||||
tag="The Team"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jane Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Alice Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84866.jpg",
|
||||
},
|
||||
]}
|
||||
memberVariant="card"
|
||||
members={[
|
||||
{ id: "t1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg" },
|
||||
{ id: "t2", name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg" },
|
||||
{ id: "t3", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84866.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -237,46 +131,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
title: "Great Results",
|
||||
quote: "The team helped us achieve record growth.",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15175.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-2",
|
||||
title: "Highly Recommended",
|
||||
quote: "Professional, efficient, and very strategic.",
|
||||
name: "David Brown",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-3",
|
||||
title: "Exceptional Service",
|
||||
quote: "They transformed our business model completely.",
|
||||
name: "Emily Davis",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-loving-interracial-couple-posing-attractive-young-caucasian-woman-cheerful-african-guy-neat-clothes-smiling-broadly-expressing-joy-receiving-good-positive-news_343059-1520.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-4",
|
||||
title: "Industry Leaders",
|
||||
quote: "Reliable experts who deliver what they promise.",
|
||||
name: "Mark Wilson",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
},
|
||||
{
|
||||
id: "test-5",
|
||||
title: "Excellent Partner",
|
||||
quote: "A fantastic experience from start to finish.",
|
||||
name: "Lisa Moore",
|
||||
role: "Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
},
|
||||
{ id: "test-1", title: "Great Results", quote: "The team helped us achieve record growth.", name: "Sarah Miller", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15175.jpg" },
|
||||
{ id: "test-2", title: "Highly Recommended", quote: "Professional, efficient, and very strategic.", name: "David Brown", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg" },
|
||||
{ id: "test-3", title: "Exceptional Service", quote: "They transformed our business model completely.", name: "Emily Davis", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-loving-interracial-couple-posing-attractive-young-caucasian-woman-cheerful-african-guy-neat-clothes-smiling-broadly-expressing-joy-receiving-good-positive-news_343059-1520.jpg" },
|
||||
{ id: "test-4", title: "Industry Leaders", quote: "Reliable experts who deliver what they promise.", name: "Mark Wilson", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" },
|
||||
{ id: "test-5", title: "Excellent Partner", quote: "A fantastic experience from start to finish.", name: "Lisa Moore", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" }
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear what our partners have to say about working with us."
|
||||
@@ -288,21 +147,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do we get started?",
|
||||
content: "Simply fill out our contact form and we'll reach out.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What industries do you serve?",
|
||||
content: "We serve a wide range of industries including tech, finance, and retail.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer custom plans?",
|
||||
content: "Yes, we tailor every service package to your specific business requirements.",
|
||||
},
|
||||
{ id: "f1", title: "How do we get started?", content: "Simply fill out our contact form and we'll reach out." },
|
||||
{ id: "f2", title: "What industries do you serve?", content: "We serve a wide range of industries including tech, finance, and retail." },
|
||||
{ id: "f3", title: "Do you offer custom plans?", content: "Yes, we tailor every service package to your specific business requirements." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -313,46 +160,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to scale your business? Let's talk strategy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@proservice.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@proservice.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#" }, { label: "Services", href: "#features" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Team", href: "#team" }] }
|
||||
]}
|
||||
logoText="ProService"
|
||||
/>
|
||||
@@ -360,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user