updated about and navigation for simplicity
This commit is contained in:
parent
2f4997e901
commit
f5eb17df4f
@ -45,8 +45,8 @@ export const footerData = {
|
|||||||
{
|
{
|
||||||
title: 'About',
|
title: 'About',
|
||||||
links: [
|
links: [
|
||||||
{ text: 'Meet the Team', href: '/about' },
|
{ text: 'Project INCA', href: '/about' },
|
||||||
{ text: 'Our Values', href: '/about' },
|
{ text: 'ThreeFold Grid', href: 'https://threefold.io' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -17,7 +17,7 @@ const metadata = {
|
|||||||
<!-- Hero Widget ******************* -->
|
<!-- Hero Widget ******************* -->
|
||||||
|
|
||||||
<Hero
|
<Hero
|
||||||
tagline="About Us"
|
tagline="About"
|
||||||
image={{
|
image={{
|
||||||
src: 'https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
|
src: 'https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
|
||||||
alt: 'Caos Image',
|
alt: 'Caos Image',
|
||||||
@ -36,12 +36,13 @@ const metadata = {
|
|||||||
<!-- Stats Widget ****************** -->
|
<!-- Stats Widget ****************** -->
|
||||||
|
|
||||||
<Stats
|
<Stats
|
||||||
title="A Large-Scale Project"
|
title="A Planetary-Scale Project"
|
||||||
stats={[
|
stats={[
|
||||||
{ title: 'Offices', amount: '5' },
|
|
||||||
{ title: 'Employees', amount: '+80' },
|
|
||||||
{ title: 'Grid Generation', amount: '4th' },
|
{ title: 'Grid Generation', amount: '4th' },
|
||||||
|
{ title: 'Offices', amount: '5' },
|
||||||
{ title: 'Partners', amount: '+20' },
|
{ title: 'Partners', amount: '+20' },
|
||||||
|
{ title: 'Employees', amount: '+80' },
|
||||||
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -231,7 +232,7 @@ const metadata = {
|
|||||||
|
|
||||||
<Features2
|
<Features2
|
||||||
title="Our Offices"
|
title="Our Offices"
|
||||||
tagline="Find us"
|
tagline="Worldwide"
|
||||||
columns={2}
|
columns={2}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
@ -242,18 +243,14 @@ const metadata = {
|
|||||||
title: 'Egypt',
|
title: 'Egypt',
|
||||||
description: '9 Al Wardi street, Hegaz, Heliopolis, Cairo 11341',
|
description: '9 Al Wardi street, Hegaz, Heliopolis, Cairo 11341',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'India',
|
|
||||||
description: 'Remote Office',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Mauritius',
|
|
||||||
description: 'Remote Office',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'United Arab Emirates',
|
title: 'United Arab Emirates',
|
||||||
description: 'Warehouse 88:89, Al Jadaf, P.O. Box 283182, Dubai',
|
description: 'Warehouse 88:89, Al Jadaf, P.O. Box 283182, Dubai',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'India & Mauritius',
|
||||||
|
description: 'Remote Offices',
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user