Update src/app/page.tsx
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -33,57 +33,39 @@ 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: "Clients",
|
||||
id: "#social-proof",
|
||||
},
|
||||
name: "Clients", id: "#social-proof"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Whelans Inc"
|
||||
button={{
|
||||
text: "Get Started Today",
|
||||
}}
|
||||
text: "Get Started Today"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Whelans Inc"
|
||||
description="Industry-leading expertise and customer-first service. Discover how we solve your biggest challenges."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-talking-office_23-2149370573.jpg"
|
||||
imageAlt="Whelans Inc team collaborating on a project"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,65 +81,36 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "strategic-consulting",
|
||||
title: "Strategic Consulting",
|
||||
subtitle: "Expert guidance for informed decisions",
|
||||
category: "Advisory",
|
||||
value: "Unlock growth",
|
||||
buttons: [
|
||||
id: "strategic-consulting", title: "Strategic Consulting", subtitle: "Expert guidance for informed decisions", category: "Advisory", value: "Unlock growth", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "data-analytics",
|
||||
title: "Advanced Data Analytics",
|
||||
subtitle: "Transforming data into actionable insights",
|
||||
category: "Insights",
|
||||
value: "Boost efficiency",
|
||||
buttons: [
|
||||
id: "data-analytics", title: "Advanced Data Analytics", subtitle: "Transforming data into actionable insights", category: "Insights", value: "Boost efficiency", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "custom-development",
|
||||
title: "Custom Solution Development",
|
||||
subtitle: "Tailored software to meet unique needs",
|
||||
category: "Innovation",
|
||||
value: "Custom fit",
|
||||
buttons: [
|
||||
id: "custom-development", title: "Custom Solution Development", subtitle: "Tailored software to meet unique needs", category: "Innovation", value: "Custom fit", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "continuous-support",
|
||||
title: "Ongoing Support & Maintenance",
|
||||
subtitle: "Ensuring seamless operation, 24/7",
|
||||
category: "Reliability",
|
||||
value: "Peace of mind",
|
||||
buttons: [
|
||||
id: "continuous-support", title: "Ongoing Support & Maintenance", subtitle: "Ensuring seamless operation, 24/7", category: "Reliability", value: "Peace of mind", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "digital-transformation",
|
||||
title: "Digital Transformation",
|
||||
subtitle: "Modernizing your infrastructure and processes",
|
||||
category: "Future-proofing",
|
||||
value: "Stay competitive",
|
||||
buttons: [
|
||||
id: "digital-transformation", title: "Digital Transformation", subtitle: "Modernizing your infrastructure and processes", category: "Future-proofing", value: "Stay competitive", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -171,25 +124,17 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "clients-served",
|
||||
icon: Users,
|
||||
title: "Clients Served Globally",
|
||||
value: "500+",
|
||||
},
|
||||
id: "clients-served", icon: Users,
|
||||
title: "Clients Served Globally", value: "500+"},
|
||||
{
|
||||
id: "projects-completed",
|
||||
icon: CheckCircle,
|
||||
title: "Successful Projects Delivered",
|
||||
value: "1200+",
|
||||
},
|
||||
id: "projects-completed", icon: CheckCircle,
|
||||
title: "Successful Projects Delivered", value: "1200+"},
|
||||
{
|
||||
id: "satisfaction-rate",
|
||||
icon: Star,
|
||||
title: "Client Satisfaction Rate",
|
||||
value: "98%",
|
||||
},
|
||||
id: "satisfaction-rate", icon: Star,
|
||||
title: "Client Satisfaction Rate", value: "98%"},
|
||||
]}
|
||||
title="Driving Success: Our Impact in Numbers"
|
||||
description="Our commitment to excellence translates into measurable results and tangible value for our diverse clientele."
|
||||
@@ -202,15 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"GlobalTech Solutions",
|
||||
"Innovate Ventures",
|
||||
"Apex Industries",
|
||||
"Synergy Corp",
|
||||
"Future Dynamics",
|
||||
"Quantum Innovations",
|
||||
"Visionary Works",
|
||||
"Pioneer Group",
|
||||
]}
|
||||
"GlobalTech Solutions", "Innovate Ventures", "Apex Industries", "Synergy Corp", "Future Dynamics", "Quantum Innovations", "Visionary Works", "Pioneer Group"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We've had the privilege of partnering with top companies across various sectors, delivering exceptional outcomes and fostering long-term relationships."
|
||||
tag="Partners"
|
||||
@@ -222,35 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson, CEO of GlobalTech Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg",
|
||||
imageAlt: "Sarah Johnson avatar",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson, CEO of GlobalTech Solutions", imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg", imageAlt: "Sarah Johnson avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen, Director at Innovate Ventures",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-using-tablet_1262-5673.jpg",
|
||||
imageAlt: "Michael Chen avatar",
|
||||
},
|
||||
id: "2", name: "Michael Chen, Director at Innovate Ventures", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-using-tablet_1262-5673.jpg", imageAlt: "Michael Chen avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez, Founder of Apex Industries",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
imageAlt: "Emily Rodriguez avatar",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez, Founder of Apex Industries", imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", imageAlt: "Emily Rodriguez avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim, VP Operations at Synergy Corp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg",
|
||||
imageAlt: "David Kim avatar",
|
||||
},
|
||||
id: "4", name: "David Kim, VP Operations at Synergy Corp", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "David Kim avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee, Lead Strategist at Future Dynamics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-with-arms-up_23-2148336917.jpg",
|
||||
imageAlt: "Jessica Lee avatar",
|
||||
},
|
||||
id: "5", name: "Jessica Lee, Lead Strategist at Future Dynamics", imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-with-arms-up_23-2148336917.jpg", imageAlt: "Jessica Lee avatar"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Client Success Stories"
|
||||
@@ -263,24 +180,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What industries does Whelans Inc specialize in?",
|
||||
content: "Whelans Inc serves a diverse range of industries, including technology, finance, healthcare, manufacturing, and retail. Our adaptable solutions are designed to meet sector-specific challenges.",
|
||||
},
|
||||
id: "faq1", title: "What industries does Whelans Inc specialize in?", content: "Whelans Inc serves a diverse range of industries, including technology, finance, healthcare, manufacturing, and retail. Our adaptable solutions are designed to meet sector-specific challenges."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does Whelans Inc ensure client success?",
|
||||
content: "We prioritize client success through a collaborative approach, meticulous planning, transparent communication, and continuous support. Our proven methodologies are tailored to achieve measurable results.",
|
||||
},
|
||||
id: "faq2", title: "How does Whelans Inc ensure client success?", content: "We prioritize client success through a collaborative approach, meticulous planning, transparent communication, and continuous support. Our proven methodologies are tailored to achieve measurable results."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can Whelans Inc provide custom solutions?",
|
||||
content: "Absolutely. Customization is at the core of our service offering. We work closely with clients to understand their unique requirements and develop bespoke solutions that precisely fit their needs.",
|
||||
},
|
||||
id: "faq3", title: "Can Whelans Inc provide custom solutions?", content: "Absolutely. Customization is at the core of our service offering. We work closely with clients to understand their unique requirements and develop bespoke solutions that precisely fit their needs."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find quick answers to the most frequently asked questions about Whelans Inc and our services. For more details, feel free to contact us directly."
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="blur-reveal"
|
||||
textPosition="left"
|
||||
/>
|
||||
</div>
|
||||
@@ -289,19 +197,15 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to Transform Your Business? Let's Connect."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "#"},
|
||||
{
|
||||
text: "Send an Email",
|
||||
href: "mailto:info@whelansinc.com",
|
||||
},
|
||||
text: "Send an Email", href: "mailto:info@whelansinc.com"},
|
||||
]}
|
||||
animationType="text-stagger"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -309,50 +213,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user