Update src/app/page.tsx
This commit is contained in:
316
src/app/page.tsx
316
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Solutions",
|
name: "Solutions", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Partners",
|
name: "Partners", id: "social-proof"},
|
||||||
id: "social-proof",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "faq"},
|
||||||
id: "faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="En Cardy"
|
brandName="En Cardy"
|
||||||
/>
|
/>
|
||||||
@@ -72,32 +56,15 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Innovate. Connect. Elevate Your Business."
|
title="Innovate. Connect. Elevate Your Business."
|
||||||
description="En Cardy provides bespoke solutions tailored to empower your enterprise, fostering growth and efficiency through cutting-edge strategies."
|
description="En Cardy provides bespoke solutions tailored to empower your enterprise, fostering growth and efficiency through cutting-edge strategies."
|
||||||
tag="Welcome to En Cardy"
|
tag="Welcome to En Cardy"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-shaking-hands-with-colleague_1139-199.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-shaking-hands-with-colleague_1139-199.jpg", imageAlt: "Professional business meeting"},
|
||||||
imageAlt: "Professional business meeting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4898.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4898.jpg", imageAlt: "Digital marketing analytics dashboard"},
|
||||||
imageAlt: "Digital marketing analytics dashboard",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesspeople-shaking-hands-meeting-office_23-2147923360.jpg",
|
|
||||||
imageAlt: "Smiling businesspeople shaking hands during a meeting in the office",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-cheerful-colleagues-shaking-hands-near-building-young-women-wearing-formal-suits-meeting-outdoor-business-handshake-concept_1262-20974.jpg",
|
|
||||||
imageAlt: "Bottom view of cheerful colleagues shaking hands near building. Young women wearing formal suits meeting outdoor. Business handshake concept",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-shaking-hands-business-success_1150-2501.jpg",
|
|
||||||
imageAlt: "Happy business people shaking hands. Business success.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -105,13 +72,9 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Services",
|
text: "Explore Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -124,19 +87,13 @@ export default function LandingPage() {
|
|||||||
description="At En Cardy, we believe in crafting long-term partnerships. Our mission is to deliver innovative and sustainable solutions that drive measurable results for our clients across various industries."
|
description="At En Cardy, we believe in crafting long-term partnerships. Our mission is to deliver innovative and sustainable solutions that drive measurable results for our clients across various industries."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Strategic Consulting",
|
title: "Strategic Consulting", description: "Providing expert guidance to define and achieve your business objectives.", icon: Lightbulb,
|
||||||
description: "Providing expert guidance to define and achieve your business objectives.",
|
|
||||||
icon: Lightbulb,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Custom Solutions",
|
title: "Custom Solutions", description: "Developing tailored strategies and tools to meet your unique operational needs.", icon: Settings,
|
||||||
description: "Developing tailored strategies and tools to meet your unique operational needs.",
|
|
||||||
icon: Settings,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Sustainable Growth",
|
title: "Sustainable Growth", description: "Focusing on long-term impact and scalable growth strategies for your enterprise.", icon: TrendingUp,
|
||||||
description: "Focusing on long-term impact and scalable growth strategies for your enterprise.",
|
|
||||||
icon: TrendingUp,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg"
|
||||||
@@ -151,23 +108,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Advanced Analytics",
|
title: "Advanced Analytics", description: "Leverage data-driven insights to make informed decisions and optimize performance.", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Data analytics dashboard"},
|
||||||
description: "Leverage data-driven insights to make informed decisions and optimize performance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg",
|
|
||||||
imageAlt: "Data analytics dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Financial Optimization",
|
title: "Financial Optimization", description: "Streamline your financial processes and identify opportunities for cost savings and revenue growth.", imageSrc: "http://img.b2bpic.net/free-photo/two-busy-workers-modern-office_329181-15330.jpg", imageAlt: "Financial report graph"},
|
||||||
description: "Streamline your financial processes and identify opportunities for cost savings and revenue growth.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-busy-workers-modern-office_329181-15330.jpg",
|
|
||||||
imageAlt: "Financial report graph",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Digital Transformation",
|
title: "Digital Transformation", description: "Integrate cutting-edge technology to modernize operations and enhance customer experiences.", imageSrc: "http://img.b2bpic.net/free-photo/server-farm-employee-using-artificial-intelligence-tech-devices_482257-125606.jpg", imageAlt: "Digital transformation concept"},
|
||||||
description: "Integrate cutting-edge technology to modernize operations and enhance customer experiences.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/server-farm-employee-using-artificial-intelligence-tech-devices_482257-125606.jpg",
|
|
||||||
imageAlt: "Digital transformation concept",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Core Offerings & Benefits"
|
title="Our Core Offerings & Benefits"
|
||||||
description="Discover the range of services designed to optimize your operations and enhance your market presence with En Cardy."
|
description="Discover the range of services designed to optimize your operations and enhance your market presence with En Cardy."
|
||||||
@@ -182,47 +127,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "solution-1",
|
id: "solution-1", name: "Business Intelligence Suite", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461325.jpg", imageAlt: "Business intelligence dashboard"},
|
||||||
name: "Business Intelligence Suite",
|
|
||||||
price: "Custom",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461325.jpg",
|
|
||||||
imageAlt: "Business intelligence dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "solution-2",
|
id: "solution-2", name: "Strategic Growth Program", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-as-team_23-2147626468.jpg", imageAlt: "Strategic growth plan"},
|
||||||
name: "Strategic Growth Program",
|
|
||||||
price: "Custom",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-as-team_23-2147626468.jpg",
|
|
||||||
imageAlt: "Strategic growth plan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "solution-3",
|
id: "solution-3", name: "Cloud Integration Services", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-business-engineer-with-tablet-medium-shot_23-2148323483.jpg", imageAlt: "Cloud integration services"},
|
||||||
name: "Cloud Integration Services",
|
|
||||||
price: "Custom",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-engineer-with-tablet-medium-shot_23-2148323483.jpg",
|
|
||||||
imageAlt: "Cloud integration services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "solution-4",
|
id: "solution-4", name: "Digital Marketing Solutions", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/online-strategy-media-marketing-icons_53876-167094.jpg", imageAlt: "Digital marketing campaign"},
|
||||||
name: "Digital Marketing Solutions",
|
|
||||||
price: "Custom",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/online-strategy-media-marketing-icons_53876-167094.jpg",
|
|
||||||
imageAlt: "Digital marketing campaign",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "solution-5",
|
id: "solution-5", name: "Cybersecurity Consulting", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/programming-language-notebook-used-by-server-room-it-experts-close-up_482257-119942.jpg", imageAlt: "Cybersecurity consulting"},
|
||||||
name: "Cybersecurity Consulting",
|
|
||||||
price: "Custom",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/programming-language-notebook-used-by-server-room-it-experts-close-up_482257-119942.jpg",
|
|
||||||
imageAlt: "Cybersecurity consulting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "solution-6",
|
id: "solution-6", name: "Operational Efficiency Tools", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-modern-office-engaged-infographics-analysis_482257-122660.jpg", imageAlt: "Operational efficiency tools"},
|
||||||
name: "Operational Efficiency Tools",
|
|
||||||
price: "Custom",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-modern-office-engaged-infographics-analysis_482257-122660.jpg",
|
|
||||||
imageAlt: "Operational efficiency tools",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Tailored Solutions for Your Business"
|
title="Tailored Solutions for Your Business"
|
||||||
description="Explore our comprehensive suite of services and products, engineered to address your unique challenges and opportunities for sustained success."
|
description="Explore our comprehensive suite of services and products, engineered to address your unique challenges and opportunities for sustained success."
|
||||||
@@ -236,64 +151,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "CEO", company: "GrowthCorp", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg", imageAlt: "Sarah Johnson, CEO of GrowthCorp"},
|
||||||
role: "CEO",
|
|
||||||
company: "GrowthCorp",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg",
|
|
||||||
imageAlt: "Sarah Johnson, CEO of GrowthCorp",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateTech", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/businessman-engages-critical-conversation-with-financial-broker_482257-123253.jpg", imageAlt: "Michael Chen, CTO of InnovateTech"},
|
||||||
role: "CTO",
|
|
||||||
company: "InnovateTech",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-engages-critical-conversation-with-financial-broker_482257-123253.jpg",
|
|
||||||
imageAlt: "Michael Chen, CTO of InnovateTech",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "BrandBoost", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg", imageAlt: "Emily Rodriguez, Marketing Director of BrandBoost"},
|
||||||
role: "Marketing Director",
|
|
||||||
company: "BrandBoost",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez, Marketing Director of BrandBoost",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", role: "Operations Manager", company: "Efficiency Inc.", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "http://img.b2bpic.net/free-photo/sad-looking-young-female-teacher-white-blouse-gray-skirt-deep-thought-blank-blackboard_346278-1176.jpg", imageAlt: "David Kim, Operations Manager of Efficiency Inc."},
|
||||||
role: "Operations Manager",
|
|
||||||
company: "Efficiency Inc.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-looking-young-female-teacher-white-blouse-gray-skirt-deep-thought-blank-blackboard_346278-1176.jpg",
|
|
||||||
imageAlt: "David Kim, Operations Manager of Efficiency Inc.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica Lee", role: "Founder", company: "StartupX", rating: 5,
|
||||||
name: "Jessica Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg", imageAlt: "Jessica Lee, Founder of StartupX"},
|
||||||
role: "Founder",
|
|
||||||
company: "StartupX",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg",
|
|
||||||
imageAlt: "Jessica Lee, Founder of StartupX",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "+30%",
|
value: "+30%", label: "Revenue Growth"},
|
||||||
label: "Revenue Growth",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "2X",
|
value: "2X", label: "Operational Efficiency"},
|
||||||
label: "Operational Efficiency",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Client Satisfaction"},
|
||||||
label: "Client Satisfaction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say About En Cardy"
|
title="What Our Clients Say About En Cardy"
|
||||||
description="Hear directly from businesses that have experienced significant growth and success by partnering with En Cardy for their strategic needs."
|
description="Hear directly from businesses that have experienced significant growth and success by partnering with En Cardy for their strategic needs."
|
||||||
@@ -305,15 +184,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Global Corp",
|
"Global Corp", "Innovate Solutions", "Future Dynamics", "Pioneer Group", "Apex Ventures", "Strategic Partners", "Elite Holdings", "Visionary Group"]}
|
||||||
"Innovate Solutions",
|
|
||||||
"Future Dynamics",
|
|
||||||
"Pioneer Group",
|
|
||||||
"Apex Ventures",
|
|
||||||
"Strategic Partners",
|
|
||||||
"Elite Holdings",
|
|
||||||
"Visionary Group",
|
|
||||||
]}
|
|
||||||
title="Our Valued Partners"
|
title="Our Valued Partners"
|
||||||
description="We are proud to collaborate with leading organizations and innovative companies to deliver exceptional results and drive collective success."
|
description="We are proud to collaborate with leading organizations and innovative companies to deliver exceptional results and drive collective success."
|
||||||
/>
|
/>
|
||||||
@@ -325,30 +196,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "What services does En Cardy offer?", content: "En Cardy offers a comprehensive range of services including strategic consulting, business intelligence, financial optimization, digital transformation, and cybersecurity consulting, all tailored to meet your specific business needs."},
|
||||||
title: "What services does En Cardy offer?",
|
|
||||||
content: "En Cardy offers a comprehensive range of services including strategic consulting, business intelligence, financial optimization, digital transformation, and cybersecurity consulting, all tailored to meet your specific business needs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "How does En Cardy ensure client success?", content: "We ensure client success through a partnership-based approach, custom-tailored solutions, continuous communication, and a strong focus on measurable outcomes and sustainable growth strategies."},
|
||||||
title: "How does En Cardy ensure client success?",
|
|
||||||
content: "We ensure client success through a partnership-based approach, custom-tailored solutions, continuous communication, and a strong focus on measurable outcomes and sustainable growth strategies.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "What makes En Cardy different from competitors?", content: "Our commitment to bespoke solutions, deep industry expertise, and a results-driven methodology sets us apart. We prioritize long-term client relationships and measurable ROI."},
|
||||||
title: "What makes En Cardy different from competitors?",
|
|
||||||
content: "Our commitment to bespoke solutions, deep industry expertise, and a results-driven methodology sets us apart. We prioritize long-term client relationships and measurable ROI.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq4",
|
id: "faq4", title: "Can En Cardy help with international expansion?", content: "Yes, our strategic consulting services include market analysis, entry strategies, and operational planning to support your business in expanding into new international markets."},
|
||||||
title: "Can En Cardy help with international expansion?",
|
|
||||||
content: "Yes, our strategic consulting services include market analysis, entry strategies, and operational planning to support your business in expanding into new international markets.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq5",
|
id: "faq5", title: "What is the typical project timeline?", content: "Project timelines vary based on scope and complexity. We work closely with clients to establish clear milestones and deliver efficient, timely results, with regular progress updates."},
|
||||||
title: "What is the typical project timeline?",
|
|
||||||
content: "Project timelines vary based on scope and complexity. We work closely with clients to establish clear milestones and deliver efficient, timely results, with regular progress updates.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find answers to common inquiries about En Cardy's services, processes, and our commitment to your business success."
|
description="Find answers to common inquiries about En Cardy's services, processes, and our commitment to your business success."
|
||||||
@@ -363,28 +219,17 @@ export default function LandingPage() {
|
|||||||
description="Ready to transform your business? Contact En Cardy today to discuss your project and discover how our expertise can drive your success."
|
description="Ready to transform your business? Contact En Cardy today to discuss your project and discover how our expertise can drive your success."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "subject",
|
name: "subject", type: "text", placeholder: "Subject", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Subject",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 4,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-technical-office-with-real-estate-construction-plan-building-model-desk-nobody-workplace-used-construction-design-architectural-structure-with-urban-project_482257-38832.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-technical-office-with-real-estate-construction-plan-building-model-desk-nobody-workplace-used-construction-design-architectural-structure-with-urban-project_482257-38832.jpg"
|
||||||
@@ -399,74 +244,43 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Solutions",
|
title: "Solutions", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Strategic Consulting",
|
label: "Strategic Consulting", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Business Intelligence",
|
label: "Business Intelligence", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Digital Transformation",
|
label: "Digital Transformation", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cybersecurity",
|
label: "Cybersecurity", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Financial Optimization",
|
label: "Financial Optimization", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Team",
|
label: "Our Team", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Partners",
|
label: "Partners", href: "#social-proof"},
|
||||||
href: "#social-proof",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cookie Policy",
|
label: "Cookie Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Disclaimer",
|
label: "Disclaimer", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user