diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index 5cfa45770..6c0c88b85 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -2,29 +2,10 @@ id: navigation navLinks: - name: PRODUCTS - link: '' + link: '/products' external: false - expandable: true - submenu: - - title: Be The Internet - path: /farming - external: true + expandable: false - - title: P2P Cloud - path: /cloud - external: true - - - title: P2P Marketplace - path: /marketplace - external: true - - - title: Digital Twin - path: /twin - external: true - - - title: ThreeFold Token - path: /farming/token - external: true - name: LEARN link: '' # /dropdown diff --git a/content/page/home/bg1.png b/content/page/home/bg1.png new file mode 100644 index 000000000..1ace8ae3e Binary files /dev/null and b/content/page/home/bg1.png differ diff --git a/content/page/home/bg2.png b/content/page/home/bg2.png new file mode 100644 index 000000000..f1581e696 Binary files /dev/null and b/content/page/home/bg2.png differ diff --git a/content/page/home/bg3.png b/content/page/home/bg3.png new file mode 100644 index 000000000..20cd8a3f6 Binary files /dev/null and b/content/page/home/bg3.png differ diff --git a/content/page/home/cta/cta.md b/content/page/home/cta/cta.md index e3c22cded..c9664794b 100644 --- a/content/page/home/cta/cta.md +++ b/content/page/home/cta/cta.md @@ -1,7 +1,7 @@ --- id: home_cta title: JOIN THE MOVEMENT -button: Support Us By Purchasing Tokens +button: Buy TFT link: https://threefold.io/info/threefold#/how_to_buy_and_sell button2: Stay Updated link2: https://t.me/threefoldnews diff --git a/content/page/home/cta2/cta2.md b/content/page/home/cta2/cta2.md new file mode 100644 index 000000000..7f9ba216b --- /dev/null +++ b/content/page/home/cta2/cta2.md @@ -0,0 +1,18 @@ +--- +id: home_cta2 +title: '' +button: Watch Our Video +link: https://vimeo.com/438190961 +button2: '' +link2: '' +button3: '' +link3: '' + +--- + +Get to Know the threeFold Vision better. + + \ No newline at end of file diff --git a/content/page/home/cta3/cta3.md b/content/page/home/cta3/cta3.md new file mode 100644 index 000000000..da0c217fc --- /dev/null +++ b/content/page/home/cta3/cta3.md @@ -0,0 +1,26 @@ +--- +id: home_cta3 +title1: 'The internet is too' +title2: 'broken to be fixed' +button: '' +link: '' +button2: '' +link2: '' +button3: '' +link3: '' + +--- + +The Internet is controlled by large corporations. +
+ +This centralized approach is highly inefficient, extremely costly, and unsustainable. + +
+ +Our data isn't owned by us, and it isn't safe. + + \ No newline at end of file diff --git a/content/page/home/cta4/cta4.md b/content/page/home/cta4/cta4.md new file mode 100644 index 000000000..2ae7e90c2 --- /dev/null +++ b/content/page/home/cta4/cta4.md @@ -0,0 +1,23 @@ +--- +id: home_cta4 +title1: 'is the' +title2: 'only solution' +slogan : 'this' +subtitle : 'the threefold grid' +button: '' +link: '' +button2: '' +link2: '' +button3: '' +link3: '' + +--- + +Welcome to a better internet. Data is not decentralized and distributed to the world's +
+largest Peer-to-Peer grid,allowing you to truly be the master of you digital identity. + + \ No newline at end of file diff --git a/content/page/home/cta5/cta5.md b/content/page/home/cta5/cta5.md new file mode 100644 index 000000000..40f27bc77 --- /dev/null +++ b/content/page/home/cta5/cta5.md @@ -0,0 +1,18 @@ +--- +id: home_cta5 +title: '' +button: 'know more' +link: 'https://threefold.io/info/threefold#/threefold__grid_why' +button2: 'live stats' +link2: 'https://explorer.threefold.io/' +button3: '' +link3: '' + +--- + + + + \ No newline at end of file diff --git a/content/page/home/home.md b/content/page/home/home.md index f5ddb1164..0b64efe1e 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -5,17 +5,24 @@ header_title: ARE THE NEW INTERNET header_image: ./home_header.png header_altImg: threefold header_excerpt: Welcome to the world’s largest peer-to-peer internet, formed by people who want to make a difference, by people who care, by people just like you. -button: '' -link: '' +button: 'Take Part' +link: '#take_part' productsMain: product -productData: [farming, cloud, marketplace, twin, tech, aci] +productData: [cloud, farming, marketplace] logos: [logo1, logo2, logo3, logo4, logo5, logo6] brandPanel: fix_internet comparisonMain: comparison comparisonSecs: [section1, section2, section3] inTheNews: in_the_news solution_image: ./cta_image.svg +solution_image2: ./video_play.png +solution_image3: ./bg3.png cta: home_cta +cta2: home_cta2 +cta3: home_cta3 +cta4: home_cta4 +cta5: home_cta5 + --- +

+ + + + + + + + + + + + diff --git a/src/components/marketing/sections/cta-sections/logoShowcase.vue b/src/components/marketing/sections/cta-sections/logoShowcase.vue index a553bf3b7..bcd7b4844 100644 --- a/src/components/marketing/sections/cta-sections/logoShowcase.vue +++ b/src/components/marketing/sections/cta-sections/logoShowcase.vue @@ -1,5 +1,5 @@ @@ -51,10 +60,18 @@ header_title header_image solution_image + productsMain{ + id + title + subtitle + # image + } productData{ id title + content image + url } comparisonMain{ id @@ -99,6 +116,7 @@ import NewCard from "~/components/marketing/sections/cta-sections/NewCard.vue"; import Header from "~/components/marketing/sections/cta-sections/Header.vue"; import VerticalNav from "~/components/custom/Navbar/VerticalNav.vue"; import GetInTouch from "~/components/custom/Navbar/Getintouch.vue"; +import ShowcaseProducts from "~/components/marketing/sections/cta-sections/ShowcaseProducts.vue"; import SolutionsHeader from "~/components/custom/sections/header/HeaderSection.vue"; import HowItWorks from "~/components/custom/sections/HowItWorks.vue"; import Features from "~/components/custom/sections/Features.vue"; @@ -118,6 +136,7 @@ export default { VerticalNav, GetInTouch, SolutionsHeader, + ShowcaseProducts, HowItWorks, Features, logoShowcase,